skills/defi-bridge-route-planner/SKILL.md
Use this skill to compare cross-chain bridge routes by total cost, settlement time, and risk, using aggregator and direct-bridge quotes with explicit freshness checks.
npx skillsauth add auralshin/agent-skills defi-bridge-route-plannerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Compare cross-chain transfer options and produce a recommendation with explicit cost/time/risk tradeoffs and quote freshness guarantees.
Yes. Aggregators are highly useful as the first discovery layer because they:
But aggregators should not be the only source. For high-value transfers, cross-check at least one direct bridge quote before final recommendation.
references/aggregator-integration.md.scripts/route_cost_model.py using objective + risk limit.references/risk-checklist.md.{
"intent": {
"from_chain": "string",
"to_chain": "string",
"token": "string",
"amount": 0,
"objective": "cheapest|fastest|safest|balanced"
},
"route_options": [
{
"route_name": "string",
"bridge_or_solver": "string",
"quote_source": "aggregator|direct_bridge",
"estimated_receive_amount": 0,
"total_cost_usd": 0,
"estimated_time_minutes": 0,
"risk_level": "low|medium|high",
"quote_age_seconds": 0,
"quote_valid": true,
"risk_notes": ["string"]
}
],
"recommended_route": {
"route_name": "string",
"reason": "string"
},
"critical_warnings": ["string"]
}
references/aggregator-integration.mdreferences/risk-checklist.mdreferences/route-selection-policy.mdscripts/route_cost_model.pyassets/route-options-template.csvdata-ai
Use this skill to design risk-aware DeFi yield strategies and allocation plans based on user constraints, target returns, and downside tolerance.
development
Use this skill to build and sanity-check unsigned DeFi transaction payloads (to/data/value/chain) for swaps, lending, staking, and bridging.
development
Use this skill when asked to evaluate economic, mathematical, and financial risk in DeFi protocols — including perpetual DEXs, AMMs, lending markets, options vaults, CDPs, and tokenomics. Covers funding rate dynamics, impermanent loss, liquidation cascades, death spirals, collateral quality, yield sustainability, and contagion risk. Do NOT evaluate smart contract code, technical bugs, or security vulnerabilities.
data-ai
Use this skill to map a wallet's cross-chain DeFi positions, compute net worth and leverage, and highlight liquidation or concentration risk.