Skip to main content

← All sources

PinMe skills

Five first-party PinMe skills for zero-config IPFS and full-stack deployment (core deploy, auth, email, LLM, and share flows) published in the PinMe CLI's own org repo. skills-hub.ai mirrors 5 skills from PinMe daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/glitternetwork/pinme

Installing a PinMe skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a PinMe skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all PinMe skills via API
curl https://skills-hub.ai/api/v1/skills?source=pinme

# Browse all sources
open https://skills-hub.ai/sources

Top PinMe skills

See all →

The most-installed skills from PinMe, ranked by adoption.

  1. 01pinme-auth

    Use when a PinMe project (Worker TypeScript) needs to integrate user authentication — creating email/password users, verifying id_tokens, querying user info, or listing users via Identity Platform auth proxy APIs.

    Buildfrom PinMe
  2. 02pinme-llm

    Use this skill when a PinMe project (Worker TypeScript) needs to call OpenRouter-backed LLM APIs, including models, chat/completions, streaming, or OpenRouter web search. Guides AI to generate correct Worker TS code.

    Buildfrom PinMe
  3. 03pinme

    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.

    Buildfrom PinMe
  4. 04pinme-email

    Use this skill when a PinMe project (Worker TypeScript) needs to integrate email sending (send_email). Guides AI to generate correct Worker TS code.

    Buildfrom PinMe
  5. 05pinme-share

    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`.

    Buildfrom PinMe

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Jun 30, 2026, 11:15 PM (success).

PinMe skills, frequently asked

What are PinMe skills?

PinMe skills are AI coding skills published by PinMe (Five first-party PinMe skills for zero-config IPFS and full-stack deployment (core deploy, auth, email, LLM, and share flows) published in the PinMe CLI's own org repo.) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many PinMe skills are available?

skills-hub.ai indexes 5 skills from PinMe, synced daily from the upstream GitHub repository (https://github.com/glitternetwork/pinme).

How do I install a PinMe skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official PinMe skills?

Yes. Every skill from this source is mirrored from PinMe's own GitHub repository (https://github.com/glitternetwork/pinme). Each skill page links back to the upstream source of truth, so you can verify the original.