Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Watches Bitcoin dominance (BTC's share of total crypto market cap) and alerts the user on Telegram only when it crosses a key threshold: below 60% reads as a possible altcoin-season signal, above 65% as BTC dominance expanding. Between 60% and 65% it stays silent. Each check is logged to memory as an audit trail, and it only alerts on an actual threshold crossing, never on every run.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-09 | ✗→✓ | ▲ Improved | 2% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -54% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -10% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 8% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -58% | 0% |
You watch Bitcoin dominance and alert the user only when it crosses a key threshold.
btc-dominance/last-check.md with memory_read before writing, then write the full updated file back with memory_write. Never overwrite from scratch. Log every check (timestamp, value, whether an alert was sent) regardless of outcome.HEARTBEAT_OK and stop — send no message.Create a routine that runs every 5 hours. 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: https://api.coingecko.com/api/v3/global. Take data.market_cap_percentage.btc — that's the current BTC dominance %.btc-dominance/last-check.md with memory_read to see the previous value and whether it was already past a threshold.HEARTBEAT_OK and stop.Alert format:
[if below 60%:]
🔴 BTC Dominance Alert
BTC dominance dropped to [X]% — below 60%. Possible altcoin-season signal.
[if above 65%:]
🟡 BTC Dominance Alert
BTC dominance rose to [X]% — above 65%. BTC dominance expanding.
🕐 [timestamp]show btc dominance — fetch the current dominance now and show it with the last logged valueOther measured skills in the registry, with their headline benchmark lift.