unlock-monitor

unlock-monitor is a skill for Claude Code, Codex from aeonfun/aeon. It costs 28 tokens per session (2,386 once invoked), scanned A, original, MIT.

A cryptocurrency token-unlock tracker that studies when previously restricted tokens become available for trading. It estimates possible selling pressure using the unlock’s value, recent trading volume, and release pattern.

In plain words
What is it for?
Use it to find upcoming unlocks, distinguish one-time releases from gradual vesting, compare them with trading activity, and produce a market read.
Why use it?
It ranks unlock events by likely market impact rather than looking only at the percentage of supply released.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md.

Good fit Use it to find upcoming unlocks, distinguish one-time releases from gradual vesting, compare them with trading activity, and produce a market read.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aeonfun/aeon/unlock-monitor
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add aeonfun/aeon --skill unlock-monitor
Clone the repo
git clone --depth 1 https://github.com/aeonfun/aeon

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for unlock-monitor

README.md
[![agentmods](https://agentmods.dev/badge/skills/aeonfun/aeon/unlock-monitor/github.svg)](https://agentmods.dev/skills/aeonfun/aeon/unlock-monitor)
Your own site
<a href="https://agentmods.dev/skills/aeonfun/aeon/unlock-monitor"><img src="https://agentmods.dev/badge/skills/aeonfun/aeon/unlock-monitor/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for unlock-monitor

Your own site · 80×15
<a href="https://agentmods.dev/skills/aeonfun/aeon/unlock-monitor"><img src="https://agentmods.dev/badge/skills/aeonfun/aeon/unlock-monitor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,386 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00028 $0.02386
Opus 5 $0.00014 $0.01193
Sonnet 5 $0.00006 $0.00477
Haiku 4.5 $0.00003 $0.00239

Measured 7d ago against content hash 70da58213d17, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

unlock-monitor scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

`curl` works — there is no network sandbox. Use **WebFetch** as a fallback for a flaky public GET — all data sources here are public, no auth required. If WebFetch on a specific source also fails, mark it `fail` in the s
Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/unlock-monitor/SKILL.md · 164 lines

How it starts

The opening of the file, as written. The whole thing — 164 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Read memory/MEMORY.md for context on market positions and active narratives. Read the last 7 days of memory/logs/ to dedup against any unlock already covered. Read memory/state/unlock-monitor-seen.json if present — a list of ${ticker}:${unlock_date} keys already shipped. Skip exact matches; if file is absent, treat as empty.

Core thesis

The original skill ranked unlocks by % of circulating supply. That's a weak proxy. The right metric is Absorption Ratio = unlock_dollar_value / 7-day avg daily volume. Keyrock's analysis of 16k+ unlocks shows that ratios above ~2.4× consistently strain liquidity and produce measurable price drawdown. Below ~0.5× the market typically yawns. This skill ranks by absorption ratio first, supply % second, and folds in cliff-vs-linear structure plus pre-unlock price action to produce a per-event verdict.

Steps

1. Gather candidate unlocks

Run these WebSearches in parallel:

  • "token unlock schedule" "${week_of}" site:tokenomist.ai OR site:defillama.com
  • "token unlock" "this week" cliff vesting team investor ${current_year}
  • "upcoming unlocks" cryptorank OR dropstab ${current_year}
  • "FTX distribution" OR "Mt. Gox" OR "Celsius" OR "creditor payout" crypto ${current_year} (court-ordered supply shocks count)
  • "$10M" OR "$50M" OR "$100M" token unlock ${week_of} (dollar-value angle catches what supply % misses)

Also fetch (WebFetch fallback if any URL fails):

  • https://tokenomist.ai — primary, source-verified across 500+ tokens with cliff/linear labeling
  • https://defillama.com/unlocks — DeFi protocols, with $ values
  • https://cryptorank.io/token-unlock — broad coverage, recipient-category labeled
  • https://dropstab.com/vesting — alternative cross-source verification
  • https://www.coingecko.com/en/highlights/incoming-token-unlocks — Tokenomist-powered

Read the full file on GitHub · 164 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 164 lines · 28 tokens per session scan A 70da58213d17

Subscribe to this mod's changes

unlock-monitor is a skill published in the GitHub repository aeonfun/aeon (723 stars, last pushed today), licensed MIT. It adds 28 tokens to every session and 2,386 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.