██╗███╗ ██╗██████╗ ██╗ ██████╗ ██████╗
██║████╗ ██║██╔══██╗██║██╔════╝ ██╔═══██╗
██║██╔██╗ ██║██║ ██║██║██║ ███╗██║ ██║
██║██║╚██╗██║██║ ██║██║██║ ██║██║ ██║
██║██║ ╚████║██████╔╝██║╚██████╔╝╚██████╔╝
╚═╝╚═╝ ╚═══╝╚═════╝ ╚═╝ ╚═════╝ ╚═════╝
███████╗██╗ ██╗██╗██╗ ██╗ ███████╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔════╝
███████╗█████╔╝ ██║██║ ██║ ███████╗
╚════██║██╔═██╗ ██║██║ ██║ ╚════██║
███████║██║ ██╗██║███████╗███████╗███████║
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝╚══════╝
AI skills for the Indigo Protocol on Cardano — manage CDPs, stability pools, staking, and DeFi operations through AI agents.
npx @indigoprotocol/indigo-skills
# Standard Agent Skills CLI
npx skills add IndigoProtocol/indigo-ai| Package | Description | Skills | Downloads |
|---|---|---|---|
@indigoprotocol/indigo-defi |
DeFi operations — CDPs, stability pools, staking, redemptions, interest | 5 skills, 41 MCP tools | |
@indigoprotocol/indigo-data |
Data & analytics — prices, TVL, governance, DEX, oracles, stableswap, IPFS | 7 skills, 29 MCP tools | |
@indigoprotocol/openclaw-indigo |
OpenClaw plugin — Telegram, Discord, Slack integration | commands, alerts, formatters | |
@indigoprotocol/indigo-skills |
CLI installer — delegates to npx skills add |
— |
npx skills add IndigoProtocol/indigo-aiclawhub install indigo-cdpopenclaw plugins install @indigoprotocol/openclaw-indigoAdd the Indigo MCP server to your agent configuration:
{
"mcpServers": {
"indigo": {
"command": "npx",
"args": ["@indigoprotocol/indigo-mcp"]
}
}
}This works with Claude Code (.claude/config.json), Cursor (.cursor/mcp.json), Windsurf (.windsurf/mcp.json), and any MCP-compatible agent.
| Skill | Description | Key Tools |
|---|---|---|
| indigo-cdp | CDP management — open, close, deposit, withdraw, mint, burn | open_cdp, close_cdp, analyze_cdp_health, leverage_cdp |
| indigo-stability | Stability pool accounts | create_sp_account, adjust_sp_account, close_sp_account |
| indigo-staking | INDY staking positions | open_staking_position, adjust_staking_position, distribute_staking_rewards |
| indigo-redemption | Redemption & ROB positions | open_rob, adjust_rob, redeem_rob, get_order_book |
| indigo-interest | Interest accrual and settlement on CDP debt | get_interest_oracle, collect_interest, distribute_interest |
| Skill | Description | Key Tools |
|---|---|---|
| indigo-assets | iAsset and token prices | get_assets, get_asset_price, get_ada_price, get_indy_price |
| indigo-analytics | TVL, APR, DEX yields | get_tvl, get_protocol_stats, get_apr_rewards, get_dex_yields |
| indigo-governance | Protocol params, polls, sync status | get_protocol_params, get_polls, get_temperature_checks |
| indigo-dex | SteelSwap, Iris pools, balances | get_steelswap_estimate, get_iris_liquidity_pools |
| indigo-ipfs | IPFS storage and collector UTXOs | store_on_ipfs, retrieve_from_ipfs, get_collector_utxos |
| indigo-oracle | Oracle prices, Pyth feeds, the 280s deadline | get_oracle_price, get_pyth_price, feed_price_oracle |
| indigo-stableswap | Mint and redeem iAssets at par | get_stableswap_pool, create_stableswap_order, cancel_stableswap_order |
Workflows rather than tool documentation — what to do with the tools, and when not to.
| Skill | Description | Key Tools |
|---|---|---|
| indigo-tx-execution | Build → sign → submit before the transaction expires | every write tool |
| indigo-liquidation-guard | Watch your own CDPs and repair the ones drifting | analyze_cdp_health, deposit_cdp, burn_cdp |
| indigo-yield-router | Compare stability pool, staking and DEX yields | get_apr_rewards, create_sp_account, adjust_sp_account |
| indigo-liquidation-hunter | Find undercollateralised CDPs and liquidate them | get_all_cdps, analyze_cdp_health, liquidate_cdp |
| indigo-peg-arb | Oracle vs DEX price gaps, and the route that closes them | get_oracle_price, get_steelswap_estimate, open_rob |
packages/
plugins/
indigo-defi/ # @indigoprotocol/indigo-defi
CLAUDE.md # Agent instructions (37 MCP tools)
skills/
indigo-cdp/
indigo-stability/
indigo-staking/
indigo-redemption/
indigo-data/ # @indigoprotocol/indigo-data
CLAUDE.md # Agent instructions (23 MCP tools)
skills/
indigo-assets/
indigo-analytics/
indigo-governance/
indigo-dex/
indigo-ipfs/
openclaw-indigo/ # @indigoprotocol/openclaw-indigo
indigo-skills/ # @indigoprotocol/indigo-skills (CLI installer)
shared/ # @indigoprotocol/shared
.claude-plugin/ # Claude plugin discovery manifest
marketplace.json # skills.sh marketplace listing
MIT — Indigo Protocol