← 返回 Skills 市场
adacapo21

Indigo Redemption

作者 Angelos Kappos · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
239
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install indigo-redemption
功能描述
Manage redemptions and Redemption Order Book (ROB) positions on Indigo Protocol.
使用说明 (SKILL.md)

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

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install indigo-redemption
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /indigo-redemption 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug indigo-redemption
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Indigo Redemption 是什么?

Manage redemptions and Redemption Order Book (ROB) positions on Indigo Protocol. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 239 次。

如何安装 Indigo Redemption?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install indigo-redemption」即可一键安装,无需额外配置。

Indigo Redemption 是免费的吗?

是的,Indigo Redemption 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Indigo Redemption 支持哪些平台?

Indigo Redemption 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Indigo Redemption?

由 Angelos Kappos(@adacapo21)开发并维护,当前版本 v1.0.0。

💬 留言讨论