tokenmist
Installation
SKILL.md
Tokenmist (Tokenomist API)
Use this skill for token unlock timeline analysis.
Version Policy (hard rule)
When multiple API versions exist, always use latest stable versions:
- Token List API → v4 (
/v4/token/list) - Allocations API → v2 (
/v2/allocations) - Daily Emission API → v2 (
/v2/daily-emission) - Unlock Events API → v4 (
/v4/unlock/events)
Do not downgrade unless user explicitly asks for legacy behavior.
Auth + Proxy
- Header:
x-api-key: $TOKENMIST_API_KEY - Base URL:
https://api.tokenomist.ai - This skill uses
core/http_client.py(proxied_get), so requests follow platform sc-proxy behavior. - Fake key configured in environment is expected (e.g.
fake-tokenmist-key-12345). Never treat fake prefix as invalid in this platform.
Tool Map
tokenmist_token_list
Get Token List v4. Supports optional keyword filtering and result cap.
tokenmist_resolve_token
Resolve a token query (id/symbol/name) to canonical tokenId from v4 list.
tokenmist_allocations
Fetch Allocations v2 by token_id, with normalized output optimized for agent use:
- Primary percentage field:
trackedAllocationPercentage - Computed fallback:
effectivePercentage top_allocationsandcoveragequality summary included- Optional
include_raw=truefor upstream payload debugging
tokenmist_allocations_summary
Compact allocation summary wrapper (v2):
- Accepts either
token_idorquery - Auto-resolves query to canonical tokenId when needed
- Returns
top_allocations(configurabletop_n) andcoverage/qualityflags - Best default when user asks "top allocation buckets" and you want one concise response
tokenmist_daily_emission
Fetch Daily Emission v2 by token_id and optional start/end (YYYY-MM-DD).
tokenmist_unlock_events
Fetch Unlock Events v4 by token_id and optional start/end (YYYY-MM-DD).
tokenmist_token_overview
One-call wrapper to reduce tool count:
- resolve token
- fetch allocations v2
- fetch daily emission v2
- fetch unlock events v4
Use this by default when user asks broad tokenomics overview and you want minimal tool calls.
Recommended workflow
- If user query is ambiguous, call
tokenmist_resolve_tokenfirst. - For comprehensive analysis, call
tokenmist_token_overviewonce. - For allocations-specific questions, prefer
tokenmist_allocations_summary(fewest fields, least ambiguity). - If full detail is needed, call
tokenmist_allocationsand read:normalized.top_allocationsnormalized.coverage.tracked_percentage_sumnormalized.coverage.tracked_sum_close_to_100
- Only call granular tools when user asks one specific dataset.
- Keep dates UTC and use
YYYY-MM-DD.
Notes
unlock-events v4focuses on cliff unlocks (linear start/mining-yield style events removed).daily-emission v2andallocations v2include listing method context (INTERNAL/AI/EXTERNAL).
Weekly Installs
3
Repository
starchild-ai-ag…l-skillsGitHub Stars
9
First Seen
Mar 30, 2026
Security Audits