Install 6 pre-built skills for Claude Code, Cursor, Windsurf, and other AI agents that can run shell commands.
npx skills add tokenomist-ai/tokenomist-cli
Skill
What it does
tokenomist-token-overview
Browse tokens, compare market caps
tokenomist-allocation-breakdown
Supply distribution across stakeholders
tokenomist-unlock-analysis
Analyze unlock schedules and impact
tokenomist-emission-report
Daily/weekly emission breakdowns
tokenomist-burn-buyback
Burn and buyback activity
tokenomist-fundraising-lookup
Funding rounds, investors, valuations
Once installed, your AI agent can query tokenomics data directly — just ask it to “check Solana’s upcoming unlocks” or “compare Arbitrum’s emissions this month.”
The CLI resolves your API key in this order (first match wins):
Priority
Method
Example
1
--api-key flag
tok token list --api-key tk-...
2
TOKENOMIST_API_KEY env var
export TOKENOMIST_API_KEY=tk-...
3
Config file
~/.tokenomist/config.json (set by auth login)
Use auth login for day-to-day work. Use env vars for CI/CD pipelines and Docker containers. Use the --api-key flag for one-off commands or testing with a different key.
The CLI caches API responses for 10 minutes to reduce redundant requests and speed up repeated queries. Cache files are stored in ~/.tokenomist/cache/.To bypass the cache and fetch fresh data: