← Back to list
💰

whale-tracking Checked

Large wallet monitoring, accumulation and distribution detection, and smart money signal generati…
💰 Finance & Trading skills By agiprolabs Version v1.0.0 Updated 2026-09-20
8.0Overall 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 "whale-tracking" skill by following the instructions at https://skill123.me/install/whale-tracking.
⌨️ Command line install

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

curl -fsSL https://skill123.me/install/whale-tracking.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 · 22 KB

About this skill

Overview

Large wallet monitoring, accumulation and distribution detection, and smart money signal generation for Solana tokens

Source

  • Repo: https://github.com/agiprolabs/claude-trading-skills
  • Path: skills/whale-tracking

Score breakdown

Trigger
3.5
Description states What (wallet monitoring, accumulation/distribution detection, smart money signals) but no When/When-Not or trigger variants: 3+2+2+0=7/20
Structure
9.3
295-line SKILL.md, proper references/scripts split, inline 'See references' cues, demo modes documented: 4+5+3+2=14/15
Workflow
7.6
Framework-plus-scripts; deterministic scoring heuristics in code, RPC error handling and API-key guards, limitations act as caveats; verification steps light: 4+5+5+3+2=19/25
Content
10.0
Concise, imperative, concrete code examples with realistic values: 10/10
Engineering
10.0
Valid frontmatter; scripts have shebangs, declared deps, CLI args; all referenced paths exist: 10/10
Security
10.0
No undeclared egress (only declared Helius/Solana RPC), no eval/base64/destructive ops, no secrets hardcoded, no injection; includes not-financial-advice caveat: 20/20
Solid whale-monitoring skill: two scripts (top-holder tracking, watchlist alerts) with --demo offline modes, concrete accumulation/distribution scoring heuristics, honest Limitations section including 'not a standalone trading recommendation'. Capability manifest: reads HELIUS_API_KEY/SOLANA_RPC_URL env (declared); no local file or credential reads; no writes or persistence; sole egress is JSON-RPC/GET to Solana public RPC and Helius (declared in Data Sources section); API key used only against Helius endpoints. Capabilities match declared scope.