← Back to list
dex-pool-analysis Checked
AMM pool mechanics comparison across Raydium, Orca, and Meteora including fee structures, pool ty…
8.8Overall 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 "dex-pool-analysis" skill by following the instructions at https://skill123.me/install/dex-pool-analysis.
⌨️ Command line install
Run in your terminal — downloads and installs to ~/.claude/skills/.
curl -fsSL https://skill123.me/install/dex-pool-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 · 25 KBAbout this skill
Overview
AMM pool mechanics comparison across Raydium, Orca, and Meteora including fee structures, pool types, creation patterns, and volume efficiency
Source
- Repo: https://github.com/agiprolabs/claude-trading-skills
- Path: skills/dex-pool-analysis
Score breakdown
Trigger
7.0
Description states What (pool mechanics comparison, fee structures, pool types, creation patterns, volume efficiency) with rich domain keywords; no when/when-not in description; body provides related-skill routing (lp-math, liquidity-analysis, slippage-modeling).
Structure
9.3
383-line SKILL.md, two references, two scripts; Files section maps roles; no redundant files; content is dense but within the 500-line guidance.
Workflow
8.4
Task-relevant design: red-flag thresholds act as guards, health-score and pool-ranking algorithms give deterministic procedures, workflow example shows end-to-end fetch->score->rank, demo mode provides verification; some sections are reference tables rather than steps.
Content
9.0
Dense factual tables and code with concrete program IDs and thresholds; a few long enumerative sections read more as catalog than instruction.
Engineering
10.0
Valid frontmatter; scripts have shebangs, dependency docs, graceful ImportError handling, timeouts, demo mode; all referenced paths exist.
Security
10.0
6.0 manifest: data reads none beyond CLI args; side effects none; network only to official keyless DexScreener API; credentials none; persistence none. Capabilities match declared scope. No-advice disclaimer present. No injection, no destructive commands.
Comprehensive Solana AMM pool-mechanics reference: per-DEX program IDs and fee tiers (Raydium V4/CLMM, Orca Whirlpool, Meteora DLMM/Dynamic, PumpSwap), PumpFun graduation lifecycle, volume-efficiency interpretation bands, red-flag table, a 5-component health-score algorithm, and execution-pool ranking. Scripts fetch only DexScreener (keyless) with a --demo mode. No-advice disclaimer at the end of SKILL.md. 6.0 manifest: network destinations api.dexscreener.com / dexscreener.com links only (official, declared); no credentials, no file writes, no persistence; capabilities match declared scope. Analysis-only skill, no trade execution.
