dexscreener
Query DexScreener market data - search pairs, inspect liquidity/volume, check boosted tokens, and fetch token orders.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brs999/dexscreenerWhat This Skill Does
The DexScreener AI agent skill provides a powerful, read-only interface to the global decentralized finance (DeFi) market data ecosystem. By leveraging the official DexScreener API through a dedicated CLI, this skill enables your OpenClaw agent to query real-time market data across multiple blockchains. It allows for the discovery of trading pairs, analysis of liquidity and volume metrics, and identification of trending or boosted assets. This skill functions as a data-retrieval engine that extracts information regarding pair addresses, token profiles, and recent promotional activity without the risks associated with wallet connectivity or financial transactions.
Installation
To integrate this skill into your environment, use the OpenClaw management utility. Run the following command in your terminal:
clawhub install openclaw/skills/skills/brs999/dexscreener
Once installed, ensure your environment is correctly configured to locate the script via the {baseDir} variable. The tool is modular and requires no API keys, as it utilizes the public DexScreener data endpoints exclusively.
Use Cases
This skill is indispensable for market researchers and data-focused users who need to track emerging tokens or verify pair liquidity before performing manual research. Common use cases include:
- Monitoring market trends by analyzing top-boosted tokens across multiple chains.
- Automating daily morning briefings that summarize price volatility and high-volume liquidity pairs.
- Investigating specific token contracts to retrieve metadata, dex-specific trade data, and order history.
- Conducting due diligence on newly listed tokens by checking if they are featured in recent profiles or boost lists.
Example Prompts
- "Search for the top 5 trending Solana pairs and give me their current liquidity and 24-hour volume."
- "Can you check if the token at address 0x... has any active boost orders on the Ethereum network?"
- "Generate a list of the 10 most recently boosted tokens and identify which dex they are trading on."
Tips & Limitations
This skill is strictly a read-only data tool. It does not possess wallet-linking capabilities or the ability to execute trades, ensuring your assets remain secure. Because the CLI fetches live data, ensure your network connection is stable. The default output is formatted as JSON, which is ideal for piping into further analytical scripts. Note that the accuracy of the data is entirely dependent on the public DexScreener API; for high-frequency trading requirements, consider the API rate limits of the provider.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-brs999-dexscreener": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
kalshi-api
Read-only Kalshi API skill for market discovery, liquidity checks, and market validation. Use for scanning and ranking Kalshi opportunities. Pair with a separate paper-trading skill if you want open/close execution.
kalshi-trades
Read-only Kalshi OpenAPI scouting skill for market discovery, liquidity checks, and market validation. Use for scanning and ranking Kalshi opportunities. Pair with a separate paper-trading skill if you want open/close execution.
paper-trading
Run a structured paper-trading loop with SQLite-backed event logging, position tracking, and PnL review. Use when opening/closing simulated trades, journaling thesis notes, checking portfolio status, or generating weekly performance summaries.
kalshi-paper-trading
Kalshi-native paper trading ledger and CLI for binary prediction contracts. Use for paper opens, marks, reconciliation, valuation, and review without relying on the generic spot-style paper trader.
geckoterminal
Query GeckoTerminal market data - networks, DEXes, pools, tokens, OHLCV, trades, and trending/new pools.