dex-pools

dex-pools is a skill for Claude Code, Codex from Clawpump/agents-skills. It costs 48 tokens per session (1,003 once invoked), scanned A, original, MIT.

A read-only source of Solana token and trading-pool data, including liquidity, price history, and available exchanges. It uses GeckoTerminal’s public API without requiring an API key.

In plain words
What is it for?
Use it to find pools for a token, compare venues such as Raydium, Orca, and Meteora, inspect pool activity, read OHLCV candles, and view trending Solana pools.
Why use it?
It helps explain whether swap price movement or slippage is caused by a pool with little available liquidity. It also avoids guessing which trading venue offers the deepest market.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it to find pools for a token, compare venues such as…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/clawpump/agents-skills/dex-pools
Install

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.

Any agent
npx skills add Clawpump/agents-skills --skill dex-pools
Clone the repo
git clone --depth 1 https://github.com/Clawpump/agents-skills

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for dex-pools

README.md
[![agentmods](https://agentmods.dev/badge/skills/clawpump/agents-skills/dex-pools.svg)](https://agentmods.dev/skills/clawpump/agents-skills/dex-pools)
Your own site
<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>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,003 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 6d ago against content hash 47441a1993f1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/dexpools.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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]
skills/dex-pools/SKILL.md · 88 lines

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 pools to 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

  1. mcp_clawpump_swap_quote → note the quoted price + impact.
  2. dexpools.py pools <MINT> → confirm the deepest venue + real liquidity.
  3. If the trade size is a large % of reserve_in_usd, flag high slippage to the user before they approve a swap_execute.
  4. Optionally dexpools.py ohlcv <pool> to show recent price action.

Read the full file on GitHub · 88 lines

Files

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.

Changes

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.

  1. 6d ago First seen · 88 lines · 48 tokens per session scan A 47441a1993f1

Subscribe to this mod's changes

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.

Related

Other skills, from other repositories

SunSwap DEX Trading

Execute token swaps, manage liquidity, and query market data on SunSwap DEX via the sun-cli.

BofAI/skills · 27 tokens

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…

sendaifun/skills · 71 tokens

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…

mahmoud20138/Tradecraft · 107 tokens

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.

okx/plugin-store · 72 tokens

baozi-prediction-markets

Trade, create, and manage Solana prediction markets on Baozi.bet — autonomous betting, market creation, affiliate earnings, and portfolio tracking.

bolivian-peru/baozi-openclaw · 35 tokens

smart-order-router

Intelligent order routing to get best execution across multiple exchanges.

kayzaa/k.i.t.-bot · 15 tokens