ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 5/5

dexscreener

Query DexScreener market data - search pairs, inspect liquidity/volume, check boosted tokens, and fetch token orders.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/brs999/dexscreener
Or

What 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

Author@brs999
Stars4190
Views1
Updated2026-04-18
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-brs999-dexscreener": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#crypto#defi#market-data#dexscreener#solana
Safety Score: 5/5

Flags: network-access, external-api