/alerts
Create and manage price alerts for prediction markets
$ npx -y skills add alsk1992/CloddsBot --skill alerts --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition โ
- You can call itInvoke it directly when you want it.
- Slash command
/alerts
Context preview
The summary Claude sees to decide when to auto-load this skill.
Create and manage price alerts for prediction markets
SKILL.md
alerts.SKILL.mdname: alerts
description: "Create and manage price alerts for prediction markets"
emoji: "๐"
Alerts Skill
Set up price alerts to get notified when markets move.
Commands
Create Alert
/alert "Trump 2028" above 0.50
/alert "Fed rate cut" below 0.30
/alert "Trump 2028" change 5%
List Alerts
/alerts
Delete Alert
/alert delete [alert-id]
Alert Types
Price Above
Triggers when price goes above threshold:
/alert "market" above 0.60
Price Below
Triggers when price drops below threshold:
/alert "market" below 0.25
Price Change
Triggers on X% move in either direction within time window:
/alert "market" change 5% # 5% in any direction
/alert "market" change 10% 1h # 10% within 1 hour
Volume Spike
Triggers when volume exceeds normal levels:
/alert "market" volume 3x # 3x normal volume
Whale Activity
Triggers on large trades (prediction markets):
/alert whale 10000 # Alert on $10k+ trades
/alert whale 50000 "trump" # $50k+ on Trump markets
Crypto Whale Activity
Triggers on large crypto transactions (multi-chain):
/alert crypto-whale solana 10000 # $10k+ Solana transactions
/alert crypto-whale ethereum 50000 # $50k+ ETH transactions
/alert crypto-whale all 25000 # $25k+ on any chain
Examples
User: "Alert me if Trump drops below 40 cents" โ Create price_below alert at 0.40
User: "Notify me on any 5% move in the Fed market" โ Create price_change alert at 5%
User: "What alerts do I have?" โ List all active alerts with current vs trigger prices
User: "Alert me when there's a $50k+ whale trade on Polymarket" โ Create whale alert at $50,000
User: "Notify me on large Solana transactions" โ Create crypto-whale alert for Solana chain
Read more
name: alerts description: "Create and manage price alerts for prediction markets" emoji: "๐"
Alerts Skill
Set up price alerts to get notified when markets move.
Commands
Create Alert
/alert "Trump 2028" above 0.50 /alert "Fed rate cut" below 0.30 /alert "Trump 2028" change 5%
List Alerts
/alerts
Delete Alert
/alert delete [alert-id]
Alert Types
Price Above
Triggers when price goes above threshold:
/alert "market" above 0.60
Price Below
Triggers when price drops below threshold:
/alert "market" below 0.25
Price Change
Triggers on X% move in either direction within time window:
/alert "market" change 5% # 5% in any direction /alert "market" change 10% 1h # 10% within 1 hour
Volume Spike
Triggers when volume exceeds normal levels:
/alert "market" volume 3x # 3x normal volume
Whale Activity
Triggers on large trades (prediction markets):
/alert whale 10000 # Alert on $10k+ trades /alert whale 50000 "trump" # $50k+ on Trump markets
Crypto Whale Activity
Triggers on large crypto transactions (multi-chain):
/alert crypto-whale solana 10000 # $10k+ Solana transactions /alert crypto-whale ethereum 50000 # $50k+ ETH transactions /alert crypto-whale all 25000 # $25k+ on any chain
Examples
User: "Alert me if Trump drops below 40 cents" โ Create price_below alert at 0.40
User: "Notify me on any 5% move in the Fed market" โ Create price_change alert at 5%
User: "What alerts do I have?" โ List all active alerts with current vs trigger prices
User: "Alert me when there's a $50k+ whale trade on Polymarket" โ Create whale alert at $50,000
User: "Notify me on large Solana transactions" โ Create crypto-whale alert for Solana chain
Open Source AI trading agent that operates autonomously across 1000+ markets - Polymarket, Kalshi, Binance, Hyperliquid, Solana DEXs, 5 EVM chains. Scans for edge, executes instantly, manages risk while you sleep. Agent commerce protocol for machine-to-machine payments. Self-hosted. Built on Claude.
Repo: alsk1992/CloddsBot
Other skills on cloddsbot.
- /acp
Enable agent-to-agent commerce with on-chain escrow, cryptographic agreements, and service discovery.
Open skill - /agentbets
AgentBets - AI-native prediction markets on Solana
Open skill - /ai-strategy
AI Strategy - natural language to trades
Open skill - /analytics
Performance attribution, trade analytics, and strategy optimization
Open skill - /arbitrage
Automated cross-platform arbitrage detection and monitoring
Open skill - /auto-reply
Automatic response rules, patterns, and scheduled messages
Open skill

