Indigo IPFS
/install indigo-ipfs
Indigo IPFS & Collector
Store and retrieve data on IPFS and query collector UTXOs for the Indigo Protocol on Cardano.
MCP Tools
store_on_ipfs
Store text content on IPFS.
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
text |
string | Yes | Text content to store on IPFS |
Returns: The IPFS content identifier (CID) for the stored content.
retrieve_from_ipfs
Retrieve content from IPFS by CID.
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
cid |
string | Yes | IPFS content identifier (CID) |
Returns: The text content stored at the given CID.
get_collector_utxos
Get collector UTXOs for fee distribution.
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
length |
number | No | Maximum number of UTXOs to return |
Returns: A list of collector UTXOs with their values and assets.
Sub-Skills
- IPFS Storage — Store and retrieve data on IPFS
- Collector — Query collector UTXOs for fee distribution
References
- MCP Tools Reference — Detailed tool parameters and return types
- Concepts — IPFS content addressing and collector fee distribution
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install indigo-ipfs - 安装完成后,直接呼叫该 Skill 的名称或使用
/indigo-ipfs触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Indigo IPFS 是什么?
Store and retrieve data on IPFS and query collector UTXOs for the Indigo Protocol. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 227 次。
如何安装 Indigo IPFS?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install indigo-ipfs」即可一键安装,无需额外配置。
Indigo IPFS 是免费的吗?
是的,Indigo IPFS 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Indigo IPFS 支持哪些平台?
Indigo IPFS 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Indigo IPFS?
由 Angelos Kappos(@adacapo21)开发并维护,当前版本 v1.0.0。