PinMe

Uploads files to IPFS or publishes full-stack sites and services via PinMe.

Works with setup

Test report

Verdict
Works with setup
Score
8.0/10
Tested
Jul 13, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · e7c4733

Verbatim install (git clone + cp skills/pinme) works with zero surgery; SKILL.md is a self-contained single file whose documented CLI (login/upload/create/save/update-*/bind/set-appkey) matches the real bin/*.ts sources 1:1. A real deploy needs a live PinMe account/wallet (domain binding also needs wallet balance, email sending an API_KEY), so this was tested on command construction only with no real pin/deploy. The frontmatter trigger is over-broad ('any feature requiring backend database/server support') and can misfire on generic backend/DB work unrelated to PinMe/IPFS. A/B: the skill produced the correct upload flag '--domain demo-site' and the exact full URL priority (DNS > subdomain > short > preview), while the base guessed a nonexistent '--subdomain' flag and an incomplete priority rule.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 2/5
  • Output vs. baseline 8/10
  • Docs & honesty 5/5

What PinMe does

Use this skill when the user mentions "pinme", or needs to upload files, store to IPFS, create/publish/deploy websites or full-stack services (including frontend pages, backend APIs, database storage, email sending, etc.), or any feature requiring backend database/server support.

How to install PinMe

git clone https://github.com/glitternetwork/pinme
cd pinme
mkdir -p ~/.claude/skills
cp -r skills/pinme ~/.claude/skills/pinme

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger PinMe

  • /pinme Uploads files to IPFS or publishes full-stack sites and services via PinMe.

It also activates on plain-language prompts like these:

  • Deploy this site to IPFS using PinMe
  • Publish this full-stack app with PinMe
  • Upload these files to IPFS storage

Frequently asked questions

Is the PinMe skill free?
Yes. The skill itself is free from glitternetwork/pinme. SkillProof publishes the install command and an independent test verdict at no cost.
Does PinMe work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 13, 2026. Verdict: Works with setup. Verbatim install (git clone + cp skills/pinme) works with zero surgery; SKILL.md is a self-contained single file whose documented CLI (login/upload/create/save/update-*/bind/set-appkey) matches the real bin/*.ts sources 1:1. A real deploy needs a live PinMe account/wallet (domain binding also needs wallet balance, email sending an API_KEY), so this was tested on command construction only with no real pin/deploy. The frontmatter trigger is over-broad ('any feature requiring backend database/server support') and can misfire on generic backend/DB work unrelated to PinMe/IPFS. A/B: the skill produced the correct upload flag '--domain demo-site' and the exact full URL priority (DNS > subdomain > short > preview), while the base guessed a nonexistent '--subdomain' flag and an incomplete priority rule.
What is the PinMe SkillProof Score?
8.0/10 — installs cleanly 5/5, triggers reliably 2/5, output vs. baseline 8/10, docs & honesty 5/5.
How do I install PinMe?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use PinMe with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.