ipfs

Configure IPFS nodes for content addressing, pinning, and peering.

1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/MysticRyuujin/spirens --skill ipfs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ipfs
Source: https://github.com/MysticRyuujin/spirens/tree/main/ipfs
Command: npx skills add https://github.com/MysticRyuujin/spirens --skill ipfs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

IPFS operation with Kubo enables content addressing, pinning, peering, DHT vs delegated routing, reprovider configuration, bitswap, and garbage collection management. It helps you stand up a private IPFS node, diagnose CID resolution issues, and reason about content availability in distributed networks.

Core Features & Use Cases

  • Content addressing and pinning strategies to ensure content persistence.
  • DHT routing options, delegated routing, and reprovider configuration for reliable discovery.
  • Gateway and peering configuration to support private networks and offline scenarios.

Quick Start

Install Kubo, initialize IPFS, start the daemon, and pin content to ensure ongoing availability.

Frequently Asked Questions about ipfs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure IPFS pinning to ensure content persistence on a Kubo node?

IPFS pinning on a Kubo node ensures content persistence by marking CIDs as non-garbage-collectable. You can apply configurable pinning strategies to prevent data loss during routine daemon garbage collection cycles and maintain availability.

What is the difference between DHT routing and delegated routing in IPFS?

DHT routing distributes content discovery queries directly across the IPFS network, while delegated routing offloads discovery to external providers. You can configure these routing choices in Kubo to optimize node performance and content availability.

Can I set up a private IPFS cluster with custom gateway and peering configurations?

Private IPFS clusters are supported through custom gateway and peering configurations. This enables you to operate private networks and manage offline scenarios by restricting node connections to specific trusted peers.

Why does my CID fail to resolve on my IPFS gateway, and how can I diagnose it?

CID resolution issues on an IPFS gateway often stem from misconfigured DHT routing or inactive peering connections. You can diagnose availability gaps by checking your bitswap mechanics and reprovider settings.

How do I start an IPFS node and pin content for the first time?

To start an IPFS node, install Kubo, initialize the daemon, and pin your content. This process establishes reliable content addressing and ensures ongoing data availability across the distributed network.