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.md
source content

Indigo Stability Pools

Manage Stability Pool positions on the Indigo Protocol.

Prerequisites

  • @indigoprotocol/indigo-mcp
    server running

MCP Tools

  • get_stability_pools
    — List all stability pools
  • get_stability_pool_accounts
    — List accounts in a stability pool
  • get_sp_account_by_owner
    — Get stability pool account by owner
  • create_sp_account
    — Create a new stability pool account
  • adjust_sp_account
    — Adjust deposit in a stability pool account
  • close_sp_account
    — Close a stability pool account
  • process_sp_request
    — Process a pending stability pool request
  • annul_sp_request
    — Cancel a pending stability pool request

Sub-skills

References