What problem does it solve?
This Skill eliminates the manual effort of verifying that the Agent HTML publishing pipeline for a private IPFS Cluster functions correctly, ensuring the end-to-end flow from upload to immutable share link works as expected before user rollout or demonstration.
Core Features & Use Cases
- Full publish pipeline validation: Automatically tests token-authenticated write gate enforcement, single-file HTML publishing, directory site publishing with relative assets, default 1-week pin expiration, and permanent pinning.
- One-click test and reporting: Includes scripts to spin up a test cluster, run all validation assertions, generate self-contained HTML reports, and debug issues with Caddy, IPFS Cluster, and the publish endpoint.
- Use case: Ideal for DevOps engineers or AI integration specialists deploying private IPFS artifact hosting, who need to confirm the publish-to-share-link workflow is functional without manual, error-prone testing.
Quick Start
Run the one-click end-to-end test for the Agent publish pipeline by executing the make publish-e2e command in the repository root to spin up the test cluster, validate all publish steps, and generate an HTML test report.