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.
npx skills add tokenomist-ai/tokenomist-cli --skill tokenomist-allocation-breakdowngit clone --depth 1 https://github.com/tokenomist-ai/tokenomist-cliWrote 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.
[](https://agentmods.dev/skills/tokenomist-ai/tokenomist-cli/tokenomist-allocation-breakdown)<a href="https://agentmods.dev/skills/tokenomist-ai/tokenomist-cli/tokenomist-allocation-breakdown"><img src="https://agentmods.dev/badge/skills/tokenomist-ai/tokenomist-cli/tokenomist-allocation-breakdown.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00042 | $0.00685 |
| Opus 5 | $0.00021 | $0.00342 |
| Sonnet 5 | $0.00008 | $0.00137 |
| Haiku 4.5 | $0.00004 | $0.00068 |
Grade A, and why
tokenomist-allocation-breakdown scanned grade A with 0 findings 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 8d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skill: Allocation Breakdown
Get the full allocation distribution for a token — who owns what and how much is locked vs unlocked.
When to use
When you need to understand a token's supply distribution across allocations (team, investors, community, ecosystem, etc.).
Command
tok allocation detail <tokenId> --output json
Example
tok allocation detail solana --output json
Key output fields
Top-level:
name,symbol— token identificationmaxSupply— maximum token supply (null if unlimited)totalUnlockedAmount— total tokens currently unlockedtotalLockedAmount— total tokens still lockedtotalUntrackedAmount— tokens not tracked by TokenomisttotalTBDLockedAmount— tokens locked with no defined unlock schedule
Per allocation (allocations[]):
allocationName— project-specific allocation namestandardAllocationName— Tokenomist's standardized category (comparable across projects)allocationType— allocation classificationallocationAmount— total tokens in this allocationallocationUnlockedAmount— tokens unlocked from this allocationallocationLockedAmount— tokens still locked in this allocationtrackedAllocationPercentage— % of total tracked supply
Analysis workflow
- Get allocation:
tok allocation detail <id> --output json - Check
totalLockedAmountvstotalUnlockedAmountfor overall supply status - Look at individual allocations — high locked amounts in "Investor" or "Team" allocations signal future sell pressure
- Compare
standardAllocationNameacross different tokens for apples-to-apples comparison - Cross-reference with
tok unlock upcomingto see when locked tokens will release
Domain Context
- Allocations are point-in-time analyses. They reflect the current understanding of token distribution and may be updated as new information becomes available.
standardAllocationNameenables cross-project comparison — different projects may use different names for similar allocations (e.g., "Core Contributors" vs "Team"), but the standard name normalizes this.totalTBDLockedAmountrepresents tokens that are known to be locked but have no defined unlock schedule. Their classification may change as the project releases more information.
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.
- 8d ago First seen · 77 lines · 42 tokens per session scan A 2d38324d4bf6
tokenomist-allocation-breakdown is a skill published in the GitHub repository tokenomist-ai/tokenomist-cli (24 stars, last pushed 4mo ago), licensed MIT. It adds 42 tokens to every session and 685 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
sui-beginner
Teach Sui from scratch with EVM and Solana mapping. Use when the user is new to Sui, wants Sui basics, or is coming from another chain wanting to understand Sui.
deploy-to-mainnet
Deploy a Sui Move package to mainnet after testnet has been exercised. Use when the user wants to ship to mainnet, go to prod, or publish to Sui mainnet.
pick-my-sui-track
Pick a Sui Overflow 2026 track (Agentic Web, DeFi, Walrus, DeepBook). Use when the user wants a track recommendation for Sui Overflow.
submit-to-sui-overflow
Submit a project to Sui Overflow on deepsurge.xyz. Use when the user wants to submit to Overflow or prepare a hackathon submission.
competitive-landscape
Map competitors for a Sui idea, on Sui and adjacent chains. Use when the user wants a competitive landscape, competitor analysis, or to find their edge.
deepbook-research
Research DeepBook trading data and market gaps on Sui. Use when the user wants DeepBook research, market opportunities, or underserved pairs.