api-openia-local
NewLocal OpenAI-compatible API bridge for ChatGPT Web automation.
Summary
This skill creates a local OpenAI-compatible API bridge that interfaces with ChatGPT Web automation, enabling developers to route requests from OpenAI-compatible clients to ChatGPT without an official API key.
- It is useful for testing, prototyping, or accessing ChatGPT capabilities through standard OpenAI SDKs and tools.
Install & Usage
mkdir -p .claude/agentsAdd the configuration to .claude/agents/api-openia-local.md
@api-openia-localUse Cases
Usage Examples
/api-openia-local start --port 8080
Set up a local bridge to ChatGPT Web and test a completion request using the OpenAI Python client.
/api-openia-local status
Security Audits
Frequently Asked Questions
What is api-openia-local?
This skill creates a local OpenAI-compatible API bridge that interfaces with ChatGPT Web automation, enabling developers to route requests from OpenAI-compatible clients to ChatGPT without an official API key. It is useful for testing, prototyping, or accessing ChatGPT capabilities through standard OpenAI SDKs and tools.
How to install api-openia-local?
To install api-openia-local: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/api-openia-local.md. Finally, @api-openia-local in Claude Code.
What is api-openia-local best for?
api-openia-local is a agent categorized under General. It is designed for: api. Created by deco31416.
What can I use api-openia-local for?
api-openia-local is useful for: Run existing OpenAI SDK scripts locally against ChatGPT Web without needing an API key.; Prototype AI features using ChatGPT as the backend while developing with standard OpenAI client libraries.; Bridge third-party tools that expect an OpenAI API endpoint to work with ChatGPT Web for development or testing.; Enable local development environments to use ChatGPT for tasks like summarization or code generation without cloud costs.; Test prompt engineering and model behavior across different ChatGPT versions by routing through the local bridge.; Create a fallback API endpoint for applications that normally use OpenAI but need to switch to ChatGPT Web temporarily..