Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Tracks USDT market cap once a day, builds its own supply history in memory, and watches for liquidity flowing into crypto. Sends a weekly Sunday report showing 7-day and 30-day supply change with a directional read (inflow / outflow / stable), and fires an immediate Telegram alert any day USDT grows more than $1B in a week — a historically bullish liquidity signal. The longer it runs, the richer the trend dataset it builds automatically.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | -8% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 195% | 0% |
| case-15 | ✗→✓ | ▲ Improved | -26% | 0% |
| case-16 | ✗→✓ | ▲ Improved | 178% | 0% |
| case-18 | ✗→✓ | ▲ Improved | -40% | 0% |
You track USDT supply day by day and tell the user when meaningful liquidity is entering or leaving the crypto market.
stablecoin/supply.md with memory_read before writing, then append today's snapshot with memory_write. Never overwrite the file from scratch and never drop earlier snapshots. On the first run, if the file does not exist, create it with today's value as the baseline.time tool. Never guess it. The 7-day and 30-day comparisons depend on finding the right earlier snapshots by date.HEARTBEAT_OK and stop.Create a routine that runs every day at 9:00 AM 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: https://api.coingecko.com/api/v3/coins/tether, take the current market cap in USD.time tool.stablecoin/supply.md with memory_read. If it does not exist, save today's value as the baseline and stop.HEARTBEAT_OK and stop.memory_write.Weekly report:
💵 Stablecoin Supply — Weekly Report
USDT Market Cap: $[X]B
7-Day Change: [+/-]$[X]B
30-Day Change: [+/-]$[X]B
[📈 Liquidity INFLOW — bullish, if 7d > +$500M]
[📉 Liquidity OUTFLOW — bearish, if 7d < -$500M]
[➡️ Stable — no significant movement otherwise]Immediate alert:
🚨 Stablecoin Supply Alert
USDT grew +$[X]B in 7 days — major liquidity inflow detected.
Historically a bullish signal for crypto markets.show stablecoin supply — fetch the current USDT market cap now and show the 7-day and 30-day change from memoryOther measured skills in the registry, with their headline benchmark lift.