discord-alerts
Monitor Discord channels for new alerts and messages. Automatically polls at configurable intervals, extracts images for analysis, and saves alerts to memory.
Works with
---
name: discord-alerts
description: Monitor Discord channels for new alerts and messages. Automatically polls at configurable intervals, extracts images for analysis, and saves alerts to memory.
license: MIT
---
# Discord Alerts Monitoring Skill
Monitor specific Discord channels for new messages, especially alerts with images.
## Setup Workflow
### Step 1: Identify the Channel and Owner
Get the channel ID and the server owner's user ID:
```json
{"tool": "discord_read", "args": {"action": "channels", "guild_id": "SERVER_ID"}}
```
```json
{"tool": "discord_members", "args": {"action": "list", "guild_id": "SERVER_ID"}}
```
### Step 2: Watch the Channel
Start monitoring, optionally filter to a specific user:
```json
{"tool": "discord_poll", "args": {"action": "watch", "channel_id": "CHANNEL_ID", "guild_id": "SERVER_ID", "label": "alerts", "owner_id": "OWNER_USER_ID"}}
```
### Step 3: Set Up Automatic Polling
Schedule checks every 15 minutes (configurable):
```json
{"tool": "discord_poll", "args": {"action": "setup_scheduler", "interval": "15"}}
```
### Step 4: Manual Check (anytime)
```json
{"tool": "discord_poll", "args": {"action": "check"}}
```
## How It Works
- Each poll only fetches **new messages** since the last check
- If `owner_id` is set, only that user's messages trigger alerts
- **Images** (charts, targets) are automatically downloaded and loaded into context
- The agent analyzes images for price targets, support/resistance levels, and patterns
- All alerts are saved to memory automatically
- Alert history is tracked in the plugin's data directory
## Tips
- Use `owner_id` to filter out noise — only get alerts from the channel owner
- Images are analyzed by the main LLM model (must support vision)
- Check `list` to see all watched channels and their last poll times
- Use `unwatch` to stop monitoring a channelMore Observability skills
google-agents-cli-observability
google/agents-cli
>
azure-observability
microsoft/azure-skills
Azure Observability Services including Azure Monitor, Application Insights, Log Analytics, Alerts, and Workbooks. Provides metrics, APM, distributed tracing, KQL queries, and interactive reports. USE FOR: Azure Monitor, Application Insights, Log Analytics, Alerts, Workbooks, metrics, APM, distributed tracing, KQL queries, interactive reports, observability, monitoring dashboards. DO NOT USE FOR: instrumenting apps with App Insights SDK (use appinsights-instrumentation), querying Kusto/ADX clusters (use azure-kusto), cost analysis (use azure-cost-optimization).
social
coreyhaines31/marketingskills
When the user wants help creating, scheduling, or optimizing social media content for LinkedIn, Twitter/X, Instagram, TikTok, Facebook, or other platforms, or wants to do social listening and engagement triage. Also use when the user mentions 'LinkedIn post,' 'Twitter thread,' 'social media,' 'content calendar,' 'social scheduling,' 'engagement,' 'viral content,' 'what should I post,' 'repurpose this content,' 'tweet ideas,' 'LinkedIn carousel,' 'social media strategy,' 'grow my following,' 'TikTok video,' 'Reels,' 'Shorts,' 'video script,' 'video hook,' 'short-form video,' 'create a reel,' 'social listening,' 'brand mentions,' 'competitor monitoring,' 'top posts to comment on,' 'find people asking for,' 'carousel,' 'slide-by-slide,' or 'document post.' Use this for social media content creation, repurposing, scheduling, short-form video scripting, and social listening. For broader content strategy, see content-strategy. For paid ads, see ad-creative. For earned media, see public-relations.

