discord-alerts

Monitor Discord channels for new alerts and messages. Automatically polls at configurable intervals, extracts images for analysis, and saves alerts to memory.

spinnakergit/a0-discord1 installsMITSynced Aug 22

Works with

Claude CodeCursorCodex CLIGitHub CopilotGemini CLI
---
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 channel

More Observability skills

google-agents-cli-observability

google/agents-cli

>

106.1k

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).

98.1k

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.

55.7k

← All Observability skills

Check your AI visibility

One URL in, a 0–100 score and the exact fixes out.

RUN THE CHECK

Browse all the tools

15 tools across six categories
13 of them never send your data anywhere

Free · No signup · No trial clock

SEE THE DIRECTORY