Skip to main content
Generaldvcrn

indigo-stability

Manage Stability Pool positions on the Indigo Protocol.

Stars
15
Source
dvcrn/openclaw-skills-marketplace
Updated
2026-05-29
Slug
dvcrn--openclaw-skills-marketplace--indigo-stability
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/dvcrn/openclaw-skills-marketplace/HEAD/plugins/adacapo21--indigo-stability/skills/indigo-stability/SKILL.md -o .claude/skills/indigo-stability.md

Drops the SKILL.md into .claude/skills/indigo-stability.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

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