← Back to Skills Marketplace
Indigo Redemption
by
Angelos Kappos
· GitHub ↗
· v1.0.0
· MIT-0
239
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install indigo-redemption
Description
Manage redemptions and Redemption Order Book (ROB) positions on Indigo Protocol.
README (SKILL.md)
Indigo Redemption & ROB
Skill for managing redemptions and Redemption Order Book (ROB) positions on Indigo Protocol.
Prerequisites
- Node.js 20+
@indigoprotocol/indigo-mcpserver 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
- 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
Usage Guidance
This skill is internally consistent for managing Indigo ROBs and does not ask for keys or unrelated credentials. Before using it: 1) Verify the npm package `@indigoprotocol/indigo-mcp` (check its publisher, repository, and recent release activity) because `npx` will execute code downloaded from the registry. 2) Run the MCP server and any testing in an isolated environment if you are unsure. 3) Never paste or store your private keys into the skill — the skill returns unsigned CBOR tx hex which you should sign locally with your wallet. 4) If you grant filesystem Read access to an agent using this skill, be aware that Read allows the agent to access local files; only enable that if you trust the environment and the package. 5) If you need higher assurance, request the upstream repo or a tag/commit to review before executing the npx command.
Capability Analysis
Type: OpenClaw Skill
Name: indigo-redemption
Version: 1.0.0
The indigo-redemption skill bundle provides a legitimate interface for managing Redemption Order Book (ROB) positions on the Indigo Protocol. It utilizes an MCP server (@indigoprotocol/indigo-mcp) and follows security best practices by returning unsigned CBOR transactions for client-side signing rather than executing transactions directly. The documentation (SKILL.md, rob-manage.md) is consistent with its stated purpose and contains no evidence of malicious intent, data exfiltration, or harmful prompt injection.
Capability Assessment
Purpose & Capability
The name/description (manage redemptions and ROB positions) matches the provided tools and sub-skills (get_order_book, open_rob, redeem_rob, etc.). No unrelated env vars, binaries, or config paths are required.
Instruction Scope
SKILL.md is instruction-only and limits actions to calling MCP tools and producing unsigned transactions. It instructs running `npx @indigoprotocol/indigo-mcp` to run a local MCP server — this is coherent for the described functionality. The allowed-tools list includes Read/Glob/Grep (filesystem reads) but the instructions do not direct reading arbitrary local secrets or files; still, if an agent is granted Read access, that capability could be used beyond what the SKILL.md explicitly requests.
Install Mechanism
There is no install spec and no code included in the skill bundle. Runtime guidance tells the user to run `npx @indigoprotocol/indigo-mcp`, which will fetch and execute code from the npm registry. Fetching remote code at runtime is expected here but carries the usual supply-chain risk — confirm the npm package identity and trustworthiness before running.
Credentials
The skill requests no environment variables, no credentials, and no config paths. That matches the stated purposes: it produces unsigned CBOR transactions for client-side signing and does not ask for private keys or unrelated secrets.
Persistence & Privilege
always is false and model invocation is allowed (default). The skill does not request permanent presence or attempt to modify other skills or system-wide settings. Write operations return unsigned txs for the client to sign, which is an appropriate separation of privilege.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install indigo-redemption - After installation, invoke the skill by name or use
/indigo-redemption - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Indigo Redemption?
Manage redemptions and Redemption Order Book (ROB) positions on Indigo Protocol. It is an AI Agent Skill for Claude Code / OpenClaw, with 239 downloads so far.
How do I install Indigo Redemption?
Run "/install indigo-redemption" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Indigo Redemption free?
Yes, Indigo Redemption is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Indigo Redemption support?
Indigo Redemption is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Indigo Redemption?
It is built and maintained by Angelos Kappos (@adacapo21); the current version is v1.0.0.
More Skills