Skip to main content
Generaldvcrn

indigo-redemption

Manage redemptions and Redemption Order Book (ROB) positions on Indigo Protocol.

Stars
15
Source
dvcrn/openclaw-skills-marketplace
Updated
2026-05-29
Slug
dvcrn--openclaw-skills-marketplace--indigo-redemption
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-redemption/skills/indigo-redemption/SKILL.md -o .claude/skills/indigo-redemption.md

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

Indigo Redemption & ROB

Skill for managing redemptions and Redemption Order Book (ROB) positions on Indigo Protocol.

Prerequisites

  • Node.js 20+
  • @indigoprotocol/indigo-mcp server running

MCP Server

npx @indigoprotocol/indigo-mcp

Tools

Tool Description
get_order_book Get open ROB positions from the order book, optionally filtered by asset or owners
get_redemption_orders Get redemption orders, optionally filtered by timestamp or price range
get_redemption_queue Get aggregated redemption queue for a specific iAsset, sorted by max price ascending
open_rob Open a new ROB position with ADA and a max price limit
cancel_rob Cancel an existing ROB position
adjust_rob Adjust ADA amount in an ROB position; optionally update max price
claim_rob Claim received iAssets from an ROB position
redeem_rob Redeem iAssets against one or more ROB positions

Sub-skills

References