← Back to list
liquidity-analysis Checked
DEX liquidity depth assessment, slippage estimation, and pool composition analysis for Solana tokens
8.5Overall 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 "liquidity-analysis" skill by following the instructions at https://skill123.me/install/liquidity-analysis.
⌨️ Command line install
Run in your terminal — downloads and installs to ~/.claude/skills/.
curl -fsSL https://skill123.me/install/liquidity-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 · 24 KBAbout this skill
Overview
DEX liquidity depth assessment, slippage estimation, and pool composition analysis for Solana tokens
Source
- Repo: https://github.com/agiprolabs/claude-trading-skills
- Path: skills/liquidity-analysis
Score breakdown
Trigger
6.5
Description states What (depth assessment, slippage estimation, pool composition) and domain (Solana) with good keywords; the body frames three motivating questions; no Use-when/When-not in description, no trigger variants.
Structure
8.7
358-line SKILL.md with three well-scoped references and two scripts; Files table annotates each; effective offload of endpoint documentation to data_sources.md.
Workflow
8.4
Clear 5-step analysis pipeline with concrete code, risk-flag guards, composite scoring, and max_position_from_liquidity output feeding position-sizing; scripts operationalize the full workflow; rug-risk detection is a strong guard pattern; verification via Jupiter empirical quotes cross-checking analytic slippage.
Content
9.0
Concise, question-driven framing, runnable snippets with real mints, rule-of-thumb quantified (2% of depth for <1% slippage).
Engineering
10.0
Frontmatter valid; shebangs and dependencies documented; all referenced paths exist.
Security
9.5
6.0 manifest — network destinations: api.dexscreener.com, api.jup.ag, public-api.birdeye.so, Solana RPC (all official public market-data APIs, all declared in data_sources.md and script headers); keys via env only where needed; base64 in reference is Solana RPC account encoding, not obfuscation; no local data egress, no persistence. Capabilities match declared scope. Minor: no not-financial-advice disclaimer; demo mode makes live API calls rather than running offline.
Practical DEX liquidity assessment pipeline: multi-pool discovery, slippage curves (analytic + empirical via Jupiter quotes), pool-type differences (CPMM/CLMM/DLMM), rug-risk flags (LP lock status, single-wallet concentration, pool age), composite scoring, and liquidity-bounded position sizing. Four documented data sources ranked free-to-comprehensive. Deductions: description lacks When/When-Not; no financial disclaimer despite position-sizing output; demo modes hit live public APIs by default rather than synthetic data.
