pinme

Use PinMe CLI to upload files and get a preview URL.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "pinme" with this command: npx skills add glitternetwork/pinme/glitternetwork-pinme-pinme

PinMe Skill

Use PinMe CLI to upload files and get a preview URL.

When to Use

General File Upload

  • User wants to upload any files or folders to IPFS

  • User wants to share files via decentralized storage

  • User mentions "pinme", "pin", "IPFS", or "upload to IPFS"

Website Deployment

  • User requests deployment of a frontend project

  • User wants to deploy a static website

  • After building a frontend project (Vue, React, Next.js, etc.)

Upload Steps

  1. Check if PinMe is Installed

pinme --version

If not installed:

npm install -g pinme

  1. Identify Upload Target

For general files:

  • Use the file or directory path specified by the user

  • Can be any file type: images, documents, archives, etc.

For website deployment: Look for build output directories (in priority order):

  • dist/

  • Vue/React/Vite default output

  • build/

  • Create React App output

  • out/

  • Next.js static export

  • public/

  • Pure static projects

  1. Execute Upload

pinme upload <path>

Examples:

Upload a single file

pinme upload ./document.pdf

Upload a folder

pinme upload ./my-folder

Upload website build output

pinme upload dist

  1. Return Result

After successful upload, return the preview URL:

https://pinme.eth.limo/#/preview/&#x3C;hash>

Users can visit the preview page to:

  • View or download the uploaded files

  • Get a fixed domain: https://<name>.pinit.eth.limo

Router Mode Check

Before building a frontend project for IPFS deployment, ensure it uses hash mode routing (e.g., /#/about ). History mode (e.g., /about ) will cause 404 errors on sub-routes when deployed to IPFS, because there is no server to handle fallback routing.

  • React: Use HashRouter instead of BrowserRouter

  • Vue: Use createWebHashHistory() instead of createWebHistory()

Important Rules

DO:

  • Verify the file or directory exists before uploading

  • Return the preview URL to the user

DO NOT:

  • Upload node_modules/

  • Upload .env files

  • Upload .git/ directory

  • Upload empty or non-existent paths

For website deployment, also avoid:

  • Uploading source code instead of build output

  • Uploading configuration files (package.json, tsconfig.json, etc.)

Common Workflows

General File Upload

Upload a single file

pinme upload ./image.png

Upload a folder

pinme upload ./my-documents

Upload with specific path

pinme upload /path/to/files

Website Deployment

Vue/Vite

npm run build pinme upload dist

React CRA

npm run build pinme upload build

Next.js Static

npm run build npm run export # or next export pinme upload out

Error Handling

Error Solution

command not found: pinme

Run npm install -g pinme

No such file or directory

Check path exists

Permission denied

Check file/folder permissions

Upload failed Check network, retry

Other Commands

List upload history

pinme list pinme ls -l 5

Remove uploaded file

pinme rm <hash>

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Self Updater

⭐ OPEN SOURCE! GitHub: github.com/GhostDragon124/openclaw-self-updater ⭐ ONLY skill with Cron-aware + Idle detection! Auto-updates OpenClaw core & skills, an...

Registry SourceRecently Updated
1221Profile unavailable
Coding

ClawHub CLI Assistant

Use the ClawHub CLI to publish, inspect, version, update, sync, and troubleshoot OpenClaw skills from the terminal.

Registry SourceRecently Updated
1.9K2Profile unavailable
Coding

SkillTree Learning Progress Tracker

Track learning across topics like an RPG skill tree. Prerequisites, milestones, suggested next steps. Gamified learning path.

Registry SourceRecently Updated
910Profile unavailable
Coding

Speak Turbo - Talk to your Claude 90ms latency!

Give your agent the ability to speak to you real-time. Talk to your Claude! Ultra-fast TTS, text-to-speech, voice synthesis, audio output with ~90ms latency....

Registry SourceRecently Updated
4480Profile unavailable