Install
openclaw skills install indigo-ipfsStore and retrieve data on IPFS and query collector UTXOs for the Indigo Protocol.
openclaw skills install indigo-ipfsStore and retrieve data on IPFS and query collector UTXOs for the Indigo Protocol on Cardano.
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 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 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.