skills/defi-liquidation-monitor/SKILL.md
Use this skill to monitor DeFi borrow/leverage positions for liquidation risk, stress-test buffer, and prioritize the most urgent positions.
npx skillsauth add auralshin/agent-skills defi-liquidation-monitorInstall 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.
Track wallet or protocol positions that can be liquidated, estimate distance-to-liquidation, and rank urgent mitigation actions.
references/formulas.md.references/alert-bands.md.{
"snapshot_time": "ISO-8601",
"positions": [
{
"position_id": "string",
"protocol": "string",
"chain": "string",
"collateral_usd": 0,
"debt_usd": 0,
"liquidation_threshold": 0,
"health_factor": 0,
"distance_to_liquidation_pct": 0,
"severity": "critical|elevated|watch|ok",
"stress_results": [
{
"collateral_shock_pct": -0.1,
"post_shock_health_factor": 0
}
],
"recommended_action": "string"
}
],
"summary": "2-4 sentence summary"
}
references/formulas.md: Core lending liquidation formulas.references/alert-bands.md: Severity thresholds.scripts/liquidation_buffer.py: Deterministic stress calculations.assets/watchlist-template.csv: Starter watchlist layout.data-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.