Manage Stability Pool positions on the Indigo Protocol.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill indigo-stability --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Indigo Stability?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-indigo-stability)More formats (shields.io, HTML) on the badges page.
---
name: indigo-stability
description: "Manage Stability Pool positions on the Indigo Protocol."
---
# 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
- [Pool Queries](sub-skills/sp-query.md) — Pool state, accounts, owner lookup
- [Pool Management](sub-skills/sp-manage.md) — Create, adjust, close accounts
- [Request Processing](sub-skills/sp-requests.md) — Process and cancel requests
## References
- [MCP Tools Reference](references/mcp-tools.md) — Detailed tool parameters and return types
- [Stability Pool Concepts](references/concepts.md) — Pool mechanics, rewards, and request lifecycle
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!