← Back to Skills Marketplace
adacapo21

Indigo IPFS

by Angelos Kappos · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
227
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install indigo-ipfs
Description
Store and retrieve data on IPFS and query collector UTXOs for the Indigo Protocol.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install indigo-ipfs
  3. After installation, invoke the skill by name or use /indigo-ipfs
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug indigo-ipfs
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Indigo IPFS?

Store and retrieve data on IPFS and query collector UTXOs for the Indigo Protocol. It is an AI Agent Skill for Claude Code / OpenClaw, with 227 downloads so far.

How do I install Indigo IPFS?

Run "/install indigo-ipfs" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Indigo IPFS free?

Yes, Indigo IPFS is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Indigo IPFS support?

Indigo IPFS is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Indigo IPFS?

It is built and maintained by Angelos Kappos (@adacapo21); the current version is v1.0.0.

💬 Comments