Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Clawpump/agents-skills --skill dex-poolsgit clone --depth 1 https://github.com/Clawpump/agents-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/clawpump/agents-skills/dex-pools)<a href="https://agentmods.dev/skills/clawpump/agents-skills/dex-pools"><img src="https://agentmods.dev/badge/skills/clawpump/agents-skills/dex-pools.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00048 | $0.01003 |
| Opus 5 | $0.00024 | $0.00502 |
| Sonnet 5 | $0.00010 | $0.00201 |
| Haiku 4.5 | $0.00005 | $0.00100 |
Grade A, and why
dex-pools scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
commands: [curl, python3] How it starts
The opening of the file, as written. The whole thing — 88 lines — stays where its author put it; the contents beside it link to each section on GitHub.
dex-pools — Solana DEX Liquidity & OHLCV
Read-only liquidity, price-history, and venue context for any Solana token —
the data behind a swap, which the ClawPump MCP swap_quote / arbitrage_quote
tools don't give you. No API key required (GeckoTerminal public API).
Helper: scripts/dexpools.py. Endpoint reference: references/api-endpoints.md.
When to Use
- Before/after a
swap_quote: "is this slippage real, or is the pool just thin?" - Pick the deepest venue for a token (Raydium vs Orca vs Meteora …).
- Read OHLCV candles / 24h change for a token or pool.
- Discover which pools a token even trades in; find trending Solana pools.
Commands
S=~/.hermes/skills/crypto/dex-pools/scripts/dexpools.py
python3 $S token <MINT> # price/FDV/mcap + top pools by liquidity
python3 $S pools <MINT> # every pool/venue, sorted by liquidity
python3 $S pool <POOL_ADDRESS> # one pool: liquidity, vol, buys/sells, age
python3 $S ohlcv <POOL_ADDRESS> --tf hour --limit 30 # candle sparkline
python3 $S search "bonk" # find pools by name/symbol
python3 $S trending # trending Solana pools
--tf is day, hour, or minute.
Key Concepts
- Liquidity (reserve_in_usd) — total USD locked in the pool. A swap that's a large fraction of liquidity will move the price (high slippage). Quote a token, check the pool depth here, and warn if the trade is big vs the pool.
- Venue / DEX — the same token trades on multiple pools; the deepest pool
usually gives the best execution. Use
poolsto compare. - 24h volume — thin volume = hard to exit; pair with liquidity.
- OHLCV — open/high/low/close/volume candles for trend/volatility context.
Workflow with the ClawPump MCP
mcp_clawpump_swap_quote→ note the quoted price + impact.dexpools.py pools <MINT>→ confirm the deepest venue + real liquidity.- If the trade size is a large % of
reserve_in_usd, flag high slippage to the user before they approve aswap_execute. - Optionally
dexpools.py ohlcv <pool>to show recent price action.
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 88 lines · 48 tokens per session scan A 47441a1993f1
dex-pools is a skill published in the GitHub repository Clawpump/agents-skills (2 stars, last pushed 2mo ago), licensed MIT. It adds 48 tokens to every session and 1,003 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
SunSwap DEX Trading
Execute token swaps, manage liquidity, and query market data on SunSwap DEX via the sun-cli.
ct-alpha
Crypto Twitter intelligence and alpha research. Search X/Twitter for real-time crypto narratives, trending tokens, yield strategies, smart money signals, and protocol research. Features TweetRank (PageRank-inspired credibility scoring), multi-signal token detection, coordinated raid detection, and dynamic tool…
crypto-defi-trading
Crypto and DeFi trading: DEX analysis (Uniswap, SushiSwap, Curve), on-chain analytics, MEV detection, impermanent loss, yield farming metrics, DeFi risk analysis, token metrics, liquidity pool analysis, whale tracking, exchange netflow. USE FOR: crypto, defi, dex, uniswap, sushiswap, curve, impermanent loss, yield…
Aerodrome Slipstream
Swap tokens and manage concentrated liquidity positions on Aerodrome Slipstream (CLMM) on Base. Trigger phrases: aerodrome swap, aerodrome liquidity, aerodrome slipstream, add liquidity aerodrome, remove liquidity aerodrome, aerodrome position, aerodrome CL pool, concentrated liquidity base.
baozi-prediction-markets
Trade, create, and manage Solana prediction markets on Baozi.bet — autonomous betting, market creation, affiliate earnings, and portfolio tracking.
smart-order-router
Intelligent order routing to get best execution across multiple exchanges.