Tokenomist Allocation Breakdown
Ruft die Allokationsaufteilung eines Tokens (Team/Investoren/Community) und das gesperrte vs. ungesperrte Angebot ab
Funktioniert mit Setup
Was es kann
Umschließt die Tokenomist CLI, um die full allocation distribution eines tokens — who owns what, und how much is locked versus unlocked — via `tok allocation detail <id> --output json` zu fetch. Wird ausgelöst, wenn analyzing token supply distribution across allocation buckets. Requires the tok binary und a Tokenomist API key.
Testbericht
The skill file installs cleanly und the tok CLI runs, but `tok allocation detail solana --output json` returns 'API key is required' — output is gated behind a Tokenomist account key from tokenomist.ai, so the value over a no-skill baseline could not be measured. It is an accurate, honest thin wrapper around one documented CLI command with well-labeled output fields; usable only after you obtain und configure a key.
Getestet am: 2026-07-24 · Claude Code 2.x (agent harness)
Installation
git clone https://github.com/tokenomist-ai/tokenomist-cli mkdir -p ~/.claude/skills cd tokenomist-cli && cp -r skills/tokenomist-allocation-breakdown ~/.claude/skills/tokenomist-allocation-breakdown # then: npm install -g @tokenomist-ai/tokenomist-cli && tok auth login (needs a Tokenomist API key)
Befehle & Beispiel-Prompts
/tokenomist-allocation-breakdownRuft die Allokationsaufteilung eines Tokens (Team/Investoren/Community) und das gesperrte vs. ungesperrte Angebot ab
Skills reagieren auf normale Anfragen — keine Slash-Befehle nötig. Nach der Installation aktivieren Prompts wie diese den Skill (auf Englisch):
Pull the team vs investor allocation split for this tokenHow much of this token's total supply is still locked?Get the community allocation breakdown via the tok CLI