Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

PinMe Share Page

Builds a polished static HTML share page for a project, conversation summary, or report, uploads it with PinMe, and returns the final URL.

UtilitiesBeginner3,735274AI score 8/10Last updated: Jul 25, 2026

What it does

  • Detects what you are sharing (deployed project, AI conversation summary, file/report/demo) and picks the right page structure.
  • Generates a self-contained index.html with inline CSS under share/<slug>/.
  • Sanitizes before publishing: strips API keys, .env values, internal URLs, private data, and raw logs.
  • Runs pinme upload and reports the preferred URL (DNS domain → PinMe subdomain → short URL), keeping hash fragments intact.

Who it's for

  • Developers who host static pages on PinMe and share results as links.
  • Anyone handing off Claude Code / Codex work to teammates or clients and needing a quick landing page.
  • People who want reports or demos turned into a public link without any backend.

Examples

  1. "Make a share page for the app I just deployed" → page with demo link, feature list, tech stack, plus the live URL.
  2. "Summarize today's session and give me a share link" → page with goal, decisions, files changed, and follow-ups.
  3. "Upload this report.html" → runs pinme upload ./report.html and returns the public link.

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/glitternetwork/pinme/HEAD/skills/pinme-share/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the skills/pinme-share folder from the GitHub repo glitternetwork/pinme into my ~/.claude/skills/pinme-share/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

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

This is a third-party skill. Check the source repository before installing.

  1. Make sure Node.js is installed (node -v).
  2. Install the PinMe CLI: npm install -g pinme, then verify with pinme --version.
  3. Authenticate for uploads: pinme login or pinme set-appkey <AppKey>.
  4. Clone the skill repo: git clone https://github.com/glitternetwork/pinme.git
  5. Copy the skill into place: mkdir -p ~/.claude/skills && cp -r pinme/skills/pinme-share ~/.claude/skills/
  6. Restart Claude Code, then ask something like "share this project with PinMe" to trigger the skill.