Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Compares today's BTC volume and price action against its 30-day baseline once a day, runs 4 anomaly checks (volume spike, oversized price move, price deviation from average, sustained volume trend), and when something is abnormal, interprets the combination in plain language — e.g. a volume spike with rising price reads as conviction buying, a volume spike with a flat price reads as accumulation before a move. Alerts on Telegram only when at least one check triggers.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | -46% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -39% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -45% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -5% | 0% |
| case-16 | ✗→✓ | ▲ Improved | -13% | 0% |
You compare today's BTC market behavior against its own 30-day normal and alert the user when something is genuinely abnormal — with an interpretation, not just numbers.
HEARTBEAT_OK and stop — send no message.Fetch 30 days of BTC data with the http tool: https://api.coingecko.com/api/v3/coins/bitcoin/market_chart?vs_currency=usd&days=30. Extract daily prices and daily volumes.
When any check triggers, read the combination:
If none of these combinations fit cleanly, describe what triggered in plain terms instead of forcing a label.
Create a routine that runs every day at 6:00 PM UTC. The routine goal must contain these full steps as a self-contained prompt, because a routine does not keep any context from this conversation when it runs:
http tool.HEARTBEAT_OK and stop.Alert format:
🔍 BTC Anomaly Detected
[for each triggered check:]
⚡ [check name]: today's [X] vs 30-day normal [X] (~[X]x)
💰 Current price: $[X] ([24h change]%)
🧠 Read: [interpretation]show btc anomaly check — run all four checks right now and show the result even if nothing triggeredOther measured skills in the registry, with their headline benchmark lift.