← Back to list
💰

token-holder-analysis Checked

Token holder distribution, concentration metrics, insider detection, and supply analysis for Sola…
💰 Finance & Trading skills By agiprolabs Version v1.0.0 Updated 2026-09-20
8.3Overall 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-holder-analysis" skill by following the instructions at https://skill123.me/install/token-holder-analysis.
⌨️ Command line install

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

curl -fsSL https://skill123.me/install/token-holder-analysis.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 · 18 KB

About this skill

Overview

Token holder distribution, concentration metrics, insider detection, and supply analysis for Solana tokens

Source

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

Score breakdown

Trigger
4.0
Description covers What (distribution, concentration, insider detection, supply analysis) but no When/When-Not or trigger variants: 3+2+3+0=8/20
Structure
9.3
337-line SKILL.md, three references and two scripts, clear Files section: 4+5+3+2=14/15
Workflow
8.4
Complete analysis pipeline with risk thresholds; known-exclusions list (pool/program addresses) guards against false positives; timeout and API-key error handling; risk classification is a built-in verification layer: 5+5+5+3+3=21/25
Content
10.0
Concise, formula-complete, runnable quick start: 10/10
Engineering
10.0
Valid frontmatter; shebangs, httpx dep declared, env vars documented; all paths exist: 10/10
Security
10.0
Only declared egress (Solana RPC, SolanaTracker); no eval/base64/destructive ops, no secrets, no injection; capabilities match declared scope: 20/20
Pre-trade holder-concentration analysis skill: Gini/HHI/Nakamoto metrics, insider/bundler/sniper detection, risk classification tables, and two scripts (single-token analysis, multi-token scanner). Capability manifest: reads TOKEN_ADDRESS/SOLANA_RPC_URL/SOLANATRACKER_API_KEY env (declared); no local file/credential reads; no writes; egress limited to Solana RPC (env-configurable) and data.solanatracker.io with optional key — both declared in the Data Sources table. Capabilities match declared scope.