A specialized toolset for managing Indigo Protocol Collateralized Debt Positions, including minting, health analysis, and automated liquidations.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install indigo-cdp
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install indigo-cdp using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Indigo CDP & Loan Management skill is designed to provide seamless interaction with the Indigo Protocol, allowing developers and users to manage synthetic assets and collateralized debt via an AI-driven interface. By leveraging these Openclaw Skills, users can programmatically interact with the decentralized finance ecosystem to handle complex debt management tasks that would otherwise require manual intervention.
This skill focuses on efficiency and risk management within the Cardano ecosystem. It enables the creation and maintenance of iAssets while providing robust tools for monitoring collateralization ratios, ensuring that positions remain healthy and protected from liquidation. Whether you are a retail user or a developer building complex financial automations, this skill provides the necessary primitives for complete loan lifecycle management.
To utilize this skill, you must have the Indigo MCP server running and integrated into your environment. Follow these steps to prepare the environment for Openclaw Skills:
# Install the necessary MCP server
npm install -g @indigoprotocol/indigo-mcp
# Configure your agent to recognize the MCP server tools
# Ensure your wallet/address is properly configured for transaction signing
The skill processes and returns structured data related to CDP state and health. Key data points include:
| Attribute | Description |
|---|---|
| CDP ID | Unique identifier for the debt position within the protocol. |
| Owner | The blockchain address governing the position. |
| Collateral | The quantity and type of assets locked in the CDP. |
| Debt | The current amount of iAssets minted against the collateral. |
| Health Factor | A calculated ratio indicating the distance to liquidation. |
| Leverage | Multiplier used for ROB-based leveraged positions. |
Loading
A technical skill for querying real-time market data, interest rates, and pricing for Indigo Protocol iAssets and Cardano-native tokens.

A specialized analytics toolset for querying real-time TVL, APR rewards, and yield data from the Indigo Protocol on Cardano.

A secure interface for AI agents to sign and broadcast Cardano blockchain transactions with mandatory user confirmation.

A specialized tool for tracking Cardano stake pool delegation and unclaimed ADA rewards directly within your AI agent environment.

A specialized interface for interacting with Cardano decentralized exchanges, liquidity pools, and wallet balances through the Indigo Protocol ecosystem.

A specialized skill for managing Redemption Order Book (ROB) positions and executing iAsset redemptions on the Indigo Protocol.








































