assess-risk
Get an independent risk assessment for any proposed Uniswap operation — swap, LP position, bridge, or token interaction. Evaluates slippage, impermanent loss, liquidity, smart contract, and bridge risks with a clear APPROVE or VETO decision. Use when the user asks if something is safe or wants a risk evaluation.
Why use this skill?
Assess Uniswap trades, LP positions, and bridges with real-time risk analysis. Get automated, data-driven safety checks to protect your portfolio.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/wpank/assess-riskWhat This Skill Does
The assess-risk skill provides an independent, multi-dimensional risk assessment for Uniswap operations. By leveraging the internal risk-assessor agent, this skill evaluates potential trades, LP positions, and bridge actions against five critical dimensions: price slippage, impermanent loss, liquidity availability, smart contract safety, and bridge reliability. It acts as an objective, terminal decision-making layer that shields users from high-risk interactions by providing a definitive decision of APPROVE, CONDITIONAL_APPROVE, VETO, or HARD_VETO.
Installation
To install this skill, run the following command in your terminal:
clawhub install openclaw/skills/skills/wpank/assess-risk
Use Cases
Use this skill whenever you are uncertain about the safety of an on-chain action. It is particularly valuable when:
- Executing large swaps where price impact might be significant.
- Adding liquidity to volatile pools where impermanent loss could erode principal.
- Bridging assets across chains where liquidity depth or bridge protocol security is unknown.
- Interacting with newer or less-audited token contracts.
Example Prompts
- "I'm thinking about putting $10k into the new PEPE/WETH pool. Is this safe or am I taking on too much risk?"
- "Before I swap 50 ETH for this low-cap meme token, can you run a risk assessment for me?"
- "Is it safe to bridge my USDC to Base right now, or should I wait?"
Tips & Limitations
The assess-risk skill is a terminal node, meaning it operates independently based solely on real-time on-chain data. It does not consider external social sentiment or subjective opinions. While the tool is highly effective at identifying technical and systemic risks, it cannot account for "black swan" events or exploits that have not yet been reflected in on-chain telemetry. Always treat the assessment as one component of your overall financial decision-making process. Ensure you specify your 'riskTolerance' as conservative, moderate, or aggressive to get the most accurate feedback for your personal strategy. This tool is intended for informational purposes and should not be considered professional financial advice.
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-assess-risk": {
"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.