install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/adacapo21/indigo-cdp" ~/.claude/skills/clawdbot-skills-indigo-cdp && rm -rf "$T"
manifest:
skills/adacapo21/indigo-cdp/SKILL.mdsource content
Indigo CDP & Loan Management
Manage Collateralized Debt Positions (CDPs) on the Indigo Protocol.
Prerequisites
server running@indigoprotocol/indigo-mcp
MCP Tools
— Open a new CDPopen_cdp
— Deposit collateral into a CDPdeposit_cdp
— Withdraw collateral from a CDPwithdraw_cdp
— Close a CDP and reclaim collateralclose_cdp
— Mint iAssets against a CDPmint_cdp
— Burn iAssets to reduce CDP debtburn_cdp
— Check CDP health and liquidation riskanalyze_cdp_health
— Liquidate an unhealthy CDPliquidate_cdp
— Redeem iAssets against a CDPredeem_cdp
— Freeze a CDPfreeze_cdp
— Merge multiple CDPs into onemerge_cdps
— Open a leveraged CDP position via ROBleverage_cdp
— List all CDPsget_all_cdps
— List CDPs by ownerget_cdps_by_owner
— List CDPs by addressget_cdps_by_address
Sub-skills
- CDP Basics — Open, deposit, withdraw, close
- Mint & Burn — Mint and burn iAssets
- CDP Health — Analyze health, liquidation risk
- Liquidation — Liquidate, redeem, freeze, merge
- Leverage — Leveraged CDP via ROB
References
- MCP Tools Reference — Detailed tool parameters and return types
- CDP Concepts — Collateral ratios, liquidation, iAssets, and more