PinMe - IPFS Deployment for Openclaw

Deploy static websites to the decentralized IPFS network with a single command and zero server configuration.

ntlx
v1.0.0
Jan 30, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install pinme

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install pinme using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is PinMe - IPFS Deployment?

PinMe is a powerful developer tool designed to bridge the gap between local frontend development and decentralized hosting. By leveraging Openclaw Skills, developers can instantly publish build outputs from modern frameworks like React, Vue, Angular, or Next.js directly to IPFS. This skill simplifies the process of obtaining a permanent, globally accessible content identifier (CID) and a convenient preview URL without the need to manage traditional servers or complex cloud infrastructure.

Built for speed and simplicity, the PinMe integration ensures that your static assets—including HTML, CSS, JS, and images—are distributed across the IPFS network efficiently. Whether you are building a personal portfolio or a decentralized application (dApp), using these Openclaw Skills allows for seamless deployment directly from your CLI or AI agent environment.

PinMe - IPFS Deployment Use Cases

  • Publish built frontend projects from standard directories like dist, build, or out.
  • Generate instant preview URLs for static website deployments to share with stakeholders.
  • Decentralize web hosting using the IPFS network to ensure content persistence and resilience.
  • Share static assets and build artifacts with team members using public CIDs.
  • Automate decentralized deployments within a continuous integration workflow.

How PinMe - IPFS Deployment Works

  1. The system verifies that the environment meets the prerequisites, specifically Node.js version 16.13.0 or higher.
  2. It installs the PinMe CLI globally via npm if the tool is not already detected in the system path.
  3. The skill automatically scans the project structure to detect common build directories such as dist, build, out, or public.
  4. It performs a validation check to ensure the directory contains an index.html file and valid static assets, avoiding accidental uploads of source code.
  5. The tool executes the upload command to pin the directory content to the IPFS network.
  6. A final preview URL is generated and returned to the user, providing an immediate link to the live decentralized site.

PinMe - IPFS Deployment Setup

To start using this deployment functionality within your Openclaw Skills setup, follow these installation steps:

# Install the PinMe CLI globally via npm
npm install -g pinme

# Verify the installation and check the version
pinme --version

# (Optional) Set your AppKey for authenticated uploads and custom domain support
pinme set-appkey "YOUR_APP_KEY"

PinMe - IPFS Deployment Data Schema & Taxonomy

The PinMe skill interacts with local directory structures and generates metadata for decentralized mapping. It identifies projects based on the following taxonomy:

Directory Target Framework
dist/ Vite, Vue CLI, Angular
build/ Create React App
out/ Next.js (Static Export)
public/ Generic Static Sites

Upon successful execution, the skill returns a response containing the IPFS Hash (CID) and a formatted preview link: https://pinme.eth.limo/#/preview/{hash}. It strictly excludes sensitive files such as .env, node_modules, and .git folders during the ingestion process.

PinMe - IPFS Deployment Advanced Features

  • Custom domain binding for permanent decentralized web addresses (requires Plus plan).
  • CAR (Content Addressable Archive) file support for importing and exporting IPFS content snapshots.
  • Native integration with GitHub Actions for automated decentralized CI/CD pipelines.
  • Comprehensive history management via the list and remove commands to audit active CIDs.
  • Large file support allowing single files up to 200MB and total directory uploads up to 1GB within the Openclaw Skills ecosystem.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*