Pinme Auth

TypeScript reference for PinMe Worker auth: create/verify/list Identity Platform users.

Tested · Works

Test report

Verdict
Tested · Works
Score
10.0/10
Tested
Jul 10, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Jul 18, 2026 · fc29a7d

An unguided client guessed a generic Bearer-token API with an invented pagination scheme; the skill reproduced the real API-key header, exact response envelope, and the 403-vs-401 distinction the API actually uses.

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

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

What Pinme Auth does

Documents the exact request/response shapes for PinMe's Identity Platform auth proxy — creating email/password users, verifying id_tokens, querying a single user, and paginated user listing — for a Cloudflare-Worker-based PinMe backend. Triggers when a PinMe (Worker TypeScript) project needs auth integration; its value is avoiding wrong endpoint/header/pagination guesses on a fairly obscure platform-specific API.

How to install Pinme Auth

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

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

Commands — how to trigger Pinme Auth

  • /pinme-auth TypeScript reference for PinMe Worker auth: create/verify/list Identity Platform users.

It also activates on plain-language prompts like these:

  • Wire up PinMe Identity Platform user creation in my Worker
  • Verify an id_token against PinMe's auth proxy in TypeScript
  • List paginated users through the PinMe Worker auth API

Frequently asked questions

Is the Pinme Auth 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 Auth work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 10, 2026. Verdict: Tested · Works. An unguided client guessed a generic Bearer-token API with an invented pagination scheme; the skill reproduced the real API-key header, exact response envelope, and the 403-vs-401 distinction the API actually uses.
What is the Pinme Auth SkillProof Score?
10.0/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 10/10, docs & honesty 5/5.
How do I install Pinme Auth?
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 Auth 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.