Skills indigo-stability
Manage Stability Pool positions on the Indigo Protocol.
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-stability" ~/.claude/skills/openclaw-skills-indigo-stability && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/adacapo21/indigo-stability" ~/.openclaw/skills/openclaw-skills-indigo-stability && rm -rf "$T"
manifest:
skills/adacapo21/indigo-stability/SKILL.mdsource content
Indigo Stability Pools
Manage Stability Pool positions on the Indigo Protocol.
Prerequisites
server running@indigoprotocol/indigo-mcp
MCP Tools
— List all stability poolsget_stability_pools
— List accounts in a stability poolget_stability_pool_accounts
— Get stability pool account by ownerget_sp_account_by_owner
— Create a new stability pool accountcreate_sp_account
— Adjust deposit in a stability pool accountadjust_sp_account
— Close a stability pool accountclose_sp_account
— Process a pending stability pool requestprocess_sp_request
— Cancel a pending stability pool requestannul_sp_request
Sub-skills
- Pool Queries — Pool state, accounts, owner lookup
- Pool Management — Create, adjust, close accounts
- Request Processing — Process and cancel requests
References
- MCP Tools Reference — Detailed tool parameters and return types
- Stability Pool Concepts — Pool mechanics, rewards, and request lifecycle