← Back to list
💰

token-economics Checked

Token supply dynamics, vesting analysis, inflation modeling, and valuation frameworks for crypto …
💰 Finance & Trading skills By agiprolabs Version v1.0.0 Updated 2026-09-20
8.2Overall rating

Installation

🤖 Install via AI

Copy the prompt below and send it to your AI assistant (e.g. Claude Code) — it will follow the instructions and install automatically.

Install the "token-economics" skill by following the instructions at https://skill123.me/install/token-economics.
⌨️ Command line install

Run in your terminal — downloads and installs to ~/.claude/skills/.

curl -fsSL https://skill123.me/install/token-economics.sh | bash
📦 Download ZIP

Download the zip and extract it into your skills directory (e.g. ~/.claude/skills/), then restart your session.

⬇ Download v1.0.0 · 21 KB

About this skill

Overview

Token supply dynamics, vesting analysis, inflation modeling, and valuation frameworks for crypto tokens

Source

  • Repo: https://github.com/agiprolabs/claude-trading-skills
  • Path: skills/token-economics

Score breakdown

Trigger
4.0
Description covers What (supply dynamics, vesting, inflation modeling, valuation frameworks) but no When/When-Not or trigger variants: 3+2+3+0=8/20
Structure
9.3
272-line SKILL.md, two references and two scripts with clean split: 4+5+3+2=14/15
Workflow
8.0
Framework-plus-tools design; analyzer has retry/error handling; modeler offers demo and interactive scenario modes; verification limited to metric interpretation: 4+5+5+4+2=20/25
Content
10.0
Concise with formula tables and threshold interpretations: 10/10
Engineering
10.0
Valid frontmatter; shebangs, httpx dep declared, free API needs no key; all paths exist: 10/10
Security
10.0
Only declared egress (CoinGecko v3 API); no eval/base64/destructive ops, no secrets, no injection; capabilities match declared scope: 20/20
Tokenomics analysis skill: supply dynamics, FDV/MCap dilution risk, vesting/unlock modeling, valuation frameworks, PumpFun-specific notes; CoinGecko-backed analyzer plus offline 12-month supply modeler with scenario analysis. Capability manifest: no local file/env/credential reads; no writes; sole egress is GET api.coingecko.com (free API, declared in Files and Integration sections); no persistence. Capabilities match declared scope.