PinMe Share

Generates and uploads a static HTML share page for a project, demo, or report.

Tested · Works

Test report

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

Verbatim install worked with zero surgery (single valid SKILL.md, strict-YAML frontmatter, no dangling references); triggering is accurate on explicit share/publish/Codex-summary prompts but overlaps the sibling 'pinme' skill on full-stack-deploy requests. Real publishing needs the external pinme CLI (npm i -g pinme, v2.0.11) plus a live pinme login / set-appkey AppKey, so it was tested on share-page generation and command construction only — no real upload was performed. A/B vs a no-skill base: both produced equivalent self-contained HTML share pages, but the skill emitted the canonical `pinme upload <folder>` command and documented the required auth/version steps, whereas the base guessed `npx pinme upload` and omitted the mandatory login — a modest correctness edge from the skill's exact CLI knowledge.

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

  • Installs cleanly 5/5
  • Triggers reliably 4/5
  • Output vs. baseline 6/10
  • Docs & honesty 4/5

What PinMe Share does

Use this skill when the user wants to share, publish, or upload a static result through PinMe, especially by generating a static HTML share page for a PinMe project link, deployed full-stack app, Codex conversation summary, report, file, demo, or any 分享/发布/上传分享页 request that should end with `pinme upload`.

How to install PinMe Share

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

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

Commands — how to trigger PinMe Share

  • /pinme-share Generates and uploads a static HTML share page for a project, demo, or report.

It also activates on plain-language prompts like these:

  • Publish this report as a shareable HTML page
  • Generate a share page for this demo and upload it
  • Create a static summary page and pinme upload it

Frequently asked questions

Is the PinMe Share 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 Share work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 13, 2026. Verdict: Tested · Works. Verbatim install worked with zero surgery (single valid SKILL.md, strict-YAML frontmatter, no dangling references); triggering is accurate on explicit share/publish/Codex-summary prompts but overlaps the sibling 'pinme' skill on full-stack-deploy requests. Real publishing needs the external pinme CLI (npm i -g pinme, v2.0.11) plus a live pinme login / set-appkey AppKey, so it was tested on share-page generation and command construction only — no real upload was performed. A/B vs a no-skill base: both produced equivalent self-contained HTML share pages, but the skill emitted the canonical `pinme upload <folder>` command and documented the required auth/version steps, whereas the base guessed `npx pinme upload` and omitted the mandatory login — a modest correctness edge from the skill's exact CLI knowledge.
What is the PinMe Share SkillProof Score?
7.6/10 — installs cleanly 5/5, triggers reliably 4/5, output vs. baseline 6/10, docs & honesty 4/5.
How do I install PinMe Share?
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 Share 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.