ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 3/5

indigo-stability

Manage Stability Pool positions on the Indigo Protocol.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/adacapo21/indigo-stability
Or

What This Skill Does

The indigo-stability skill provides a comprehensive interface for interacting with the Indigo Protocol, a decentralized synthetic asset platform on the Cardano blockchain. It empowers the OpenClaw AI agent to manage Stability Pool positions directly through the Indigo MCP server. Stability Pools are a core component of the protocol, where users deposit iUSD to facilitate the liquidation of under-collateralized positions, thereby earning rewards and maintaining system stability. With this skill, the agent can programmatically query the status of various pools, monitor individual account states, create new stability positions, adjust existing deposits, and handle the lifecycle of pending requests such as processing or annulling them. By automating these tasks, the skill removes the manual complexity associated with managing DeFi positions, ensuring users can react quickly to protocol changes or market fluctuations.

Installation

To integrate this skill into your environment, ensure you have the @indigoprotocol/indigo-mcp server configured and running. Install the skill by executing the following command in your terminal within the OpenClaw environment:

clawhub install openclaw/skills/skills/adacapo21/indigo-stability

Ensure that your environment variables and wallet configurations are correctly set to allow the MCP server to sign transactions and interface with the protocol successfully.

Use Cases

  • Automated Yield Management: Monitor your stability pool positions and increase deposits when rewards reach specific thresholds.
  • Risk Mitigation: Quickly exit stability pools or close accounts when you want to rebalance your portfolio or minimize exposure to liquidations.
  • Portfolio Monitoring: Fetch detailed snapshots of all your active Stability Pool accounts across multiple pools to keep track of your performance.
  • Operational Efficiency: Process pending exit requests or clear stalled transactions without manual blockchain interactions.

Example Prompts

  1. "Check all the stability pools currently available and tell me which ones have the highest reward APR."
  2. "Look up my current stability pool account for the iBTC pool and tell me how much iUSD I have deposited."
  3. "Adjust my position in the iETH stability pool by adding 500 iUSD and process any pending requests associated with that account."

Tips & Limitations

  • Prerequisites: Always confirm the Indigo MCP server is active before triggering skills; failures are often due to the MCP server failing to heart-beat.
  • Transaction Fees: Remember that every adjustment, creation, or closure of an account results in a blockchain transaction which incurs network fees; ensure your wallet is sufficiently funded with ADA.
  • Request Lifecycle: Note that some actions in the Indigo protocol involve a delay or a pending request state; always verify if a request needs to be processed before expecting the balance to reflect changes.
  • Security: Always verify the transaction details presented by the agent before final confirmation to prevent accidental asset loss.

Metadata

Author@adacapo21
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-adacapo21-indigo-stability": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#defi#cardano#crypto#indigo#blockchain
Safety Score: 3/5

Flags: external-api, network-access