Ipfs Client
PassAudited by ClawScan on Feb 16, 2026.
Overview
The skill is internally consistent: it is an instruction-only, read-only IPFS helper that appropriately relies on the ipfs CLI or curl and does not request credentials or install code.
This skill appears to be what it says: a read-only IPFS helper that runs commands or fetches via public gateways and does not ask for credentials or install code. Before using it, consider: (1) public gateways see your IP and which content you request—use a local node if you need privacy; (2) examples use other CLI tools (dig, jq, grep, cut, head) that may not be present on all systems — verify availability; (3) do not execute binaries or untrusted payloads fetched from IPFS; (4) the skill’s example exports multiple IPFS_GATEWAY values sequentially (only the last takes effect) — set one gateway you trust. If you need stricter privacy or isolation, run a local IPFS node instead of using public gateways.
