CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. glitternetwork
  4. /
  5. pinme
  6. /
  7. Pinme Auth

Pinme Auth

Editor's Note

This wraps PinMe's Identity Platform auth proxy so your TypeScript Workers can create email/password users, verify id_tokens, and query user info without managing Firebase admin SDKs directly. You get four endpoints: create_user (sends verification emails automatically), verify_token (returns 403 specifically for unverified emails, not 401), get single user, and list users with pagination up to 1000 per page. Everything authenticates with X-API-Key header plus project_name query param, which the proxy maps to your tenant_id before hitting Google Identity Platform. The separation between server API_KEY and public auth_api_key for frontend Firebase init is clean. Useful if you're building on PinMe and want backend auth logic without pulling in heavyweight dependencies.

Install

npx skills add https://github.com/glitternetwork/pinme --skill pinme-auth
Votes
0
Installs318
GitHub Stars3.6k
Categories
Backend & APIsSecurity
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment

Related Backend & APIs Skills

View all →
prisma-database-setup

prisma/skills

0
10.8k
39
Step-by-step configuration guides for Prisma ORM across PostgreSQL, MySQL, SQLite, MongoDB, SQL Server, CockroachDB, and Prisma Postgres.
connecting-lambda-to-api-gateway

aws/agent-toolkit-for-aws

0
934
772
connecting lambda to api gateway
api-authentication

aj-geddes/useful-ai-prompts

0
425
245
api authentication
api-authentication

secondsky/claude-skills

0
324
162
api authentication
payload-v3-endpoints

aniketpanjwani/payload-plugin-email-newsletter

0
34
Provides correct Payload CMS v3 endpoint patterns and logger API usage. Use when writing or fixing REST API endpoints, custom handlers, or when encountering TypeScript errors with req.data, req.cookies, or logger calls.
api-gateway-configurator

Dexploarer/hyper-forge

0
5
Configure and manage API gateways including Kong, Tyk, AWS API Gateway, and Apigee. Activates when users need help setting up API gateways, rate limiting, authentication, request transformation, or API management.