🔐
DevOpsTypeScript

PinMe Auth

by glitternetwork

PinMe Auth is a DevOps skill for Claude Code, published by glitternetwork in pinme.

3.7K stars272 forkson glitternetwork/pinmeAdded 2026/08/16Repository updated 2026/07/25
ai-toolsclaude-code-skillclaude-skillsdeploymentdeployment-toolsfrontendfrontend-deploymenthostingserverlessskillsstatic-sitestatic-site-deploystatic-site-hostingweb-hostingzero-configuration
Install in seconds
Install PinMe Auth
Copy PinMe Auth into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/glitternetwork/pinme/tree/main/skills/pinme-auth ~/.claude/skills/pinme-auth

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/glitternetwork/pinme.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/pinme-auth/SKILL.md in glitternetwork/pinme
Installs to
~/.claude/skills/pinme-auth
Collection
One of 7 skills cataloged from this repository
Category
DevOps798 skills

What PinMe Auth does

PinMe Auth integrates user authentication into PinMe Worker TypeScript projects, covering email/password user creation, id_token verification, user lookup, and listing users via the Identity Platform auth proxy APIs.

PinMe Auth is cataloged under DevOps on DirSkills. PinMe Auth comes from a repository tagged ai-tools, claude-code-skill, claude-skills, deployment and deployment-tools.

Documentation

README

PinMe Worker Auth API Integration

Guides how to call PinMe platform's Identity Platform auth proxy APIs in a PinMe Worker (TypeScript).

Environment Variables

// backend/src/worker.ts
export interface Env {
  DB: D1Database;
  API_KEY: string;       // 项目 API Key — 用于所有 auth 接口认证
  PROJECT_NAME: string;  // 项目名 — 所有 auth 接口必须同时传递
  BASE_URL?: string;     // 可选,默认 https://pinme.cloud
}

API_KEYPROJECT_NAME 是所有 auth 接口的必填凭证,缺一不可。


认证方式(所有接口通用)

参数 传递方式 必填 说明
X-API-Key 请求头 项目 API Key
project_name Query 参数 必须与 X-API-Key 对应同一个项目

服务端会先校验这两个字段是否匹配同一个项目,再从项目配置中取出 tenant_id,然后转调 Identity Platform。


通用错误

This is the opening of the README. Read the full README on GitHub.

Frequently asked about PinMe Auth

  • What else does glitternetwork publish alongside PinMe Auth?

    PinMe Auth is one of 7 skills that DirSkills catalogs from glitternetwork/pinme, the repository it ships in. Its siblings there include PinMe, PinMe Email and PinMe OpenRouter API. Each one is a separate skill with its own page in this directory, installs the same way PinMe Auth does, and is maintained by glitternetwork in that same repository. The rest of the collection is listed on the glitternetwork/pinme page.

  • How does PinMe Auth compare to other DevOps skills?

    PinMe Auth ranks #188 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of PinMe Auth against them. Open each page to compare what they document and how they install.

More from glitternetwork/pinme

PinMe Auth is one of 7 skills cataloged on DirSkills from glitternetwork/pinme.

See all 7 skills
🚀
2w ago

PinMe

PinMe uploads static files to IPFS and deploys full-stack React+Vite apps with Cloudflare Workers and D1 databases. Use it when a user asks to upload files, store content on IPFS, or create and publish websites or backend services.
DevOps
3.7K272
📧
2w ago

PinMe Email

PinMe Email integrates the PinMe send_email API into PinMe Worker TypeScript projects. Use it when generating code to send transactional emails from a Worker, including error handling and environment variables.
Automation
3.7K272
🔌
2w ago

PinMe OpenRouter API

PinMe OpenRouter API documents how to call PinMe’s OpenRouter proxy APIs from a PinMe Worker (TypeScript), covering models, chat completions, streaming, and OpenRouter web search. Use this skill when generating Worker TypeScript code that needs to use LLM models or web search securely through PinMe.
AI Engineering
3.7K272
🗄️
2w ago

PinMe R2 Storage

PinMe R2 Storage adds R2 object storage to PinMe Cloudflare Workers, handling secure file and image upload, streaming download, metadata lookup, deletion, listing, Range requests, and R2+D1 coordination without needing R2 credentials or manual Wrangler configuration.
DevOps
3.7K272
📤
2w ago

PinMe Share

PinMe Share creates a static HTML share page and uploads it with PinMe, returning the final public URL. Use it to share a deployed project link, Codex conversation summary, report, file, or demo as a lightweight static page.
DevOps
3.7K272
💳
2w ago

PinMe UniwebPay

PinMe UniwebPay guides writing payment services in a PinMe Worker (Cloudflare Worker TypeScript) that call UniwebPay directly through @uniwebpay/sdk, covering payment links, products/prices, checkout sessions, refunds, subscriptions, and webhooks.
DevOps
3.7K272