Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
alsk1992 avatar

Alerts

  • 33 installs
  • 610 repo stars
  • Updated June 26, 2026
  • alsk1992/cloddsbot

Alerts is a Claude Code skill that creates and manages price, volume, and whale-trade alerts for prediction markets so users are notified when markets move.

About

Alerts is a skill that sets up and manages price alerts for prediction markets. It supports price-above, price-below, percent-change, volume-spike, and whale-trade alerts, plus multi-chain crypto whale monitoring. A developer uses it so users get notified when a market moves past a threshold or a large trade lands.

  • Creates price-above, price-below, and percent-change alerts for prediction markets
  • Supports volume-spike and whale-trade alerts, including multi-chain crypto whales
  • Manages alerts via slash commands with natural-language phrasing

Alerts by the numbers

  • 33 all-time installs (skills.sh)
  • Ranked #650 of 1,106 Finance & Trading skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

alerts capabilities & compatibility

Capabilities
price alerts · whale monitoring
Use cases
trading
Runs
Runs locally
From the docs

What alerts says it does

Set up price alerts to get notified when markets move.
SKILL.md
/alert whale 10000 # Alert on $10k+ trades
SKILL.md
npx skills add https://github.com/alsk1992/cloddsbot --skill alerts

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs33
repo stars610
Last updatedJune 26, 2026
Repositoryalsk1992/cloddsbot

What it does

Create and manage price, volume, and whale-trade alerts for prediction markets.

Who is it for?

getting notified of prediction-market price moves and whale trades

Skip if: executing trades or building strategies (alerts only notify)

When should I use this skill?

you want to be notified when a market moves past a threshold or a large trade lands

What you get

Configured alerts that fire when a market crosses a threshold, spikes in volume, or sees whale activity.

By the numbers

  • 6 alert types

Files

SKILL.mdMarkdownGitHub ↗

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

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.