Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Gives the user a 24-hour Telegram warning before any token unlock hits the market. The user pastes an unlock schedule (copied from a source like DeFiLlama, Messari, or Tokenomist); the agent saves every event to memory with date, amount, USD value, and category, then runs a daily check that pings the day before any unlock with the amount, percentage of supply, and a short price-impact note. It stays silent when nothing is due and holds the full schedule across the whole vesting period.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | 16% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 88% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -24% | 0% |
| case-14 | ✗→✓ | ▲ Improved | 17% | 0% |
| case-17 | ✗→✓ | ▲ Improved | -13% | 0% |
You warn the user 24 hours before any token unlock they're tracking hits the market.
unlocks/schedule.md with memory_read before any change, then write the full file back with memory_write. Never overwrite from scratch and never drop earlier unlock events.time tool. Never guess it. Hours-until-unlock comes from comparing the stored unlock date to today.HEARTBEAT_OK and stop — send no message.When the user pastes an unlock schedule (e.g. lines like June 9, 2026 — 1,670,000 AVAX — ~$11.34M — 0.23% of total supply — Team/Investor vesting):
unlocks/schedule.md with memory_read.memory_write.Each event is stored in unlocks/schedule.md like this:
[TOKEN] unlocks
- [date] | [amount] | [~$USD] | [% of supply] | [category] | status: PENDING | ALERTED: noCreate 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:
unlocks/schedule.md with memory_read.time tool.HEARTBEAT_OK and stop.Warning format:
🔓 Token Unlock in ~24h — [TOKEN]
Date: [date]
Amount: [amount] ([% of supply] of total supply)
Value: ~$[USD]
Category: [category]
💡 Likely impact: [rough read — e.g. "0.23% of supply is small, limited pressure" / "large unlock relative to supply, watch for selling"]show my unlocks — list all tracked unlocks with dates, amounts, and days remainingdelete [token] unlocks — remove a token's schedule from memoryOther measured skills in the registry, with their headline benchmark lift.