From jeremylongshore-claude-code-plugins-plus-skills
Provides step-by-step guidance and code/config generation for OAuth callback handler implementation in API integrations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jeremylongshore-claude-code-plugins-plus-skills:oauth-callback-handlerThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides automated assistance for oauth callback handler tasks within the API Integration domain.
This skill provides automated assistance for oauth callback handler tasks within the API Integration domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with oauth callback handler" Result: Provides step-by-step guidance and generates appropriate configurations
| Error | Cause | Solution |
|---|---|---|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
Part of the API Integration skill category. Tags: integration, webhooks, sdk, oauth, third-party
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skillsProvides step-by-step OAuth client setup guidance with code generation and best practices. Auto-activates on 'oauth client setup' or 'oauth setup'.
Guides OAuth2 flow selection by client type and deployment environment: authorization code + PKCE for user-facing apps, client credentials for machine-to-machine, device code for browserless clients.
Provides OAuth 2.0 and OpenID Connect implementation patterns including authorization code flow, PKCE, token management, security best practices, and checklists for auth with Google, GitHub providers.