Agent Skills: OAuth Config Generator

Generate OAuth 2.0 configuration for social login providers (Google, GitHub, etc.). Triggers on "create oauth config", "generate oauth setup", "social login config", "oauth2 integration".

UncategorizedID: ehtbanton/ClaudeSkillsRepo/oauth-config-generator

Install this agent skill to your local

pnpm dlx add-skill https://github.com/ehtbanton/ClaudeSkillsRepo/tree/HEAD/oauth-config-generator

Skill Files

Browse the full folder contents for oauth-config-generator.

Download Skill

Loading file tree…

oauth-config-generator/SKILL.md

Skill Metadata

Name
oauth-config-generator
Description
Generate OAuth 2.0 configuration for social login providers (Google, GitHub, etc.). Triggers on "create oauth config", "generate oauth setup", "social login config", "oauth2 integration".

OAuth Config Generator

Generate OAuth 2.0 configuration for social authentication providers.

Output Requirements

File Output: oauth.ts with provider configurations Format: Valid TypeScript Standards: OAuth 2.0, Passport.js

When Invoked

Immediately generate complete OAuth configuration for specified providers.

Example Invocations

Prompt: "Create OAuth config for Google and GitHub" Output: Complete OAuth setup with both providers.