research-token
Research a token's Uniswap liquidity, volume profile, pool distribution, and risk factors. Use when the user asks about a token's tradability, liquidity depth, or wants due diligence.
Why use this skill?
Conduct thorough due diligence on any token using the OpenClaw research-token skill. Analyze Uniswap liquidity, volume trends, and trade risk in real-time.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/wpank/research-tokenWhat This Skill Does
The research-token skill serves as a specialized Uniswap protocol auditor within the OpenClaw ecosystem. By leveraging the token-analyst subagent, it performs comprehensive on-chain due diligence focusing exclusively on liquidity dynamics, volume profiles, and liquidity fragmentation. Rather than providing subjective investment advice, this skill acts as a window into the actual market microstructure of a token. It crawls various chains to identify active pools, maps liquidity distribution, calculates depth for specific trade sizes, and extracts risk signals such as pool concentration. Whether you are a developer integrating a token into a protocol or a trader evaluating the feasibility of a large swap, this skill provides the raw on-chain data needed to make informed decisions regarding tradability and market maturity.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/wpank/research-token
Use Cases
This skill is essential for users who interact with decentralized exchanges (DEXs). Use it when you need to:
- Validate that a token has enough active liquidity to support your desired trade volume without experiencing high slippage.
- Identify which chains and pools host the most active markets for a specific asset.
- Verify the safety of a token from a protocol-centric perspective by checking for unhealthy pool concentration.
- Perform quick due diligence on new or trending assets before interacting with them on Uniswap.
Example Prompts
- "Research UNI token on Base and show me its liquidity distribution."
- "Is there enough liquidity for a $50k swap of PEPE without significant price impact?"
- "Can you perform a risk analysis on the current pools for this token address: 0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984?"
Tips & Limitations
- The skill focuses purely on Uniswap protocol data; it does not analyze external sources like CEXs or social sentiment.
- For new tokens with limited history, the output may return 'Limited trading data available'.
- If a token is not found, providing the specific contract address instead of the name significantly improves retrieval accuracy.
- Always remember that 'safe' refers to the stability of the liquidity pool and market structure, not an indicator of financial profit or protection against rug pulls.
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-wpank-research-token": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
mermaid-diagrams
Create software diagrams using Mermaid syntax. Use when users need to create, visualize, or document software through diagrams including class diagrams, sequence diagrams, flowcharts, ERDs, C4 architecture diagrams, state diagrams, git graphs, and other diagram types. Triggers include requests to diagram, visualize, model, map out, or show the flow of a system.
api-design-principles
Skill by wpank
auto-context
Automatically read relevant context before major actions. Loads TODO.md, roadmap.md, handoffs, task plans, and other project context files so the AI operates with full situational awareness. Use when starting a task, implementing a feature, refactoring, debugging, planning, or resuming a session.
clear-writing
Write clear, concise prose for humans — documentation, READMEs, API docs, commit messages, error messages, UI text, reports, and explanations. Combines Strunk's rules for clearer prose with technical documentation patterns, structure templates, and review checklists.
track-performance
Track the performance of Uniswap LP positions over time — check which positions need attention, are out of range, or have uncollected fees. Use when the user asks how their positions are doing.