BeClaude

api-openia-local

New
1GitHub TrendingGeneralby deco31416

Local OpenAI-compatible API bridge for ChatGPT Web automation.

First seen 6/6/2026

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

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/api-openia-local.md

3
Invoke with @agent-name
@api-openia-local

Use Cases

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.

Usage Examples

1

/api-openia-local start --port 8080

2

Set up a local bridge to ChatGPT Web and test a completion request using the OpenAI Python client.

3

/api-openia-local status

View source on GitHub
api

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..