Skills indigo-redemption
Manage redemptions and Redemption Order Book (ROB) positions on 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-redemption" ~/.claude/skills/clawdbot-skills-indigo-redemption && rm -rf "$T"
manifest:
skills/adacapo21/indigo-redemption/SKILL.mdsource content
Indigo Redemption & ROB
Skill for managing redemptions and Redemption Order Book (ROB) positions on Indigo Protocol.
Prerequisites
- Node.js 20+
server running@indigoprotocol/indigo-mcp
MCP Server
npx @indigoprotocol/indigo-mcp
Tools
| Tool | Description |
|---|---|
| Get open ROB positions from the order book, optionally filtered by asset or owners |
| Get redemption orders, optionally filtered by timestamp or price range |
| Get aggregated redemption queue for a specific iAsset, sorted by max price ascending |
| Open a new ROB position with ADA and a max price limit |
| Cancel an existing ROB position |
| Adjust ADA amount in an ROB position; optionally update max price |
| Claim received iAssets from an ROB position |
| Redeem iAssets against one or more ROB positions |
Sub-skills
- Order Book — Query ROB order book and redemption orders
- Redemption Queue — Aggregated redemption queue per iAsset
- ROB Management — Open, cancel, adjust, claim, and redeem ROB positions
References
- MCP Tools Reference — Detailed tool parameters and return types
- Redemption Concepts — ROB mechanics, order book, and redemption queue