← 返回 Skills 市场
adacapo21

Indigo IPFS

作者 Angelos Kappos · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
227
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install indigo-ipfs
功能描述
Store and retrieve data on IPFS and query collector UTXOs for the Indigo Protocol.
使用说明 (SKILL.md)

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
安全使用建议
This skill appears coherent and minimal, but before installing check how your agent/platform implements the MCP tools (store_on_ipfs, retrieve_from_ipfs, get_collector_utxos): verify which IPFS gateway or node will be used (public gateway vs pinned storage), which Cardano node/API provides UTXO data, and whether those underlying services will require or transmit credentials. Confirm that the platform won't implicitly read or upload local files (allowed-tools include Read/Glob/Grep) without your consent. Finally, remember IPFS content is public and immutable — avoid storing secrets or private keys there.
功能分析
Type: OpenClaw Skill Name: indigo-ipfs Version: 1.0.0 The indigo-ipfs skill bundle provides tools for storing and retrieving text data on IPFS and querying Cardano collector UTXOs for the Indigo Protocol. The functionality is well-documented and aligns with the stated purpose, with no evidence of malicious intent, data exfiltration, or harmful prompt injection across SKILL.md or the sub-skill files.
能力评估
Purpose & Capability
Name, description, and included sub-skills (IPFS storage and collector UTXO queries) align. The skill does not request unrelated credentials, binaries, or config paths.
Instruction Scope
SKILL.md defines three clear tool-level operations (store_on_ipfs, retrieve_from_ipfs, get_collector_utxos) and example workflows. It does not instruct reading arbitrary local files or exfiltrating secrets. However the implementation of those tools and which IPFS/Cardano endpoints or nodes will be used is unspecified—so network activity is implied but not described.
Install Mechanism
No install spec and no bundled code files that would be written to disk. Instruction-only skills are lower risk from installation perspective.
Credentials
The skill declares no required environment variables or credentials. Some example workflows reference other tools (e.g., get_cdps_by_owner) which might require credentials outside this skill, but those are not requested here.
Persistence & Privilege
always:false and user-invocable:true (normal). The skill does not request to persist configuration or modify other skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install indigo-ipfs
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /indigo-ipfs 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of indigo-ipfs skill. - Store text content on IPFS and retrieve it by CID. - Query collector UTXOs for the Indigo Protocol on Cardano, with optional limit. - Provides documentation for tool usage and return data. - Includes sub-skills for IPFS storage and UTXO queries.
元数据
Slug indigo-ipfs
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论