What problem does it solve?
This Skill enables developers to leverage powerful LLM APIs (like ChatGPT, Gemini, Copilot, Claude) using their existing subscriptions, bypassing the need for direct API key management and associated costs.
Core Features & Use Cases
- Subscription-Based Access: Integrates with various LLM providers to use their APIs through your active subscriptions.
- OAuth & Device Flows: Implements secure authentication flows (PKCE, Device Flow) for different providers.
- API Endpoint & Header Management: Details the specific endpoints, headers, and authentication methods for each LLM provider.
- Use Case: A developer wants to integrate Claude's advanced reasoning capabilities into their application but prefers to use their existing Claude Pro subscription rather than paying for API credits. This Skill provides the exact steps to authenticate and call the Claude API using their subscription token.
Quick Start
Follow the guide to implement the PKCE OAuth flow for OpenAI Codex.