toolsai/gpt-relay-codex-plugin- — explained in plain English
Analysis updated 2026-05-18
Let a Codex agent trigger ChatGPT's Deep Research mode using your own account.
Generate images through ChatGPT's web interface from within a Codex workflow.
Pull Markdown-formatted ChatGPT responses into a Codex coding session.
| toolsai/gpt-relay-codex-plugin- | wukongdaily/luci-app-run | quyanhfex/messenger-recall-tool | |
|---|---|---|---|
| Stars | 35 | 35 | 34 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 2/5 | 2/5 | 3/5 |
| Audience | developer | ops devops | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires installing a Chrome extension and staying logged into ChatGPT in that browser.
GPT Relay is a plugin for Codex, OpenAI's coding agent, that lets Codex send prompts to ChatGPT through your existing Chrome browser session instead of through an API. The idea is to give Codex access to ChatGPT features that are only available to logged-in users in the web interface, such as specific model versions, Deep Research mode, web search, and image generation. Because it works through the visible browser, it can use your actual account settings and plan rather than a generic API connection. Setting it up involves two parts. First, you install the plugin into Codex from its plugin marketplace using a simple command or the Codex UI. Second, you install the official Codex Chrome extension and make sure you are already logged into ChatGPT in that browser. Once both are in place, when Codex calls GPT Relay, the extension opens ChatGPT in the background, selects whatever model or mode you requested, sends your prompt, and then returns the response back to Codex. The plugin can return text replies in Markdown, pass along image files that ChatGPT generates, and export Deep Research reports as Markdown documents. It also handles file uploads if you turn on the file URL access permission in Chrome. If ChatGPT shows a login prompt, CAPTCHA, or a feature your account does not have, the plugin stops rather than silently substituting a different model. This is a community-built tool, not an official OpenAI product. It works by reading and clicking elements in the ChatGPT web interface, which means a ChatGPT design change could break it. The README is clear about this limitation and notes that the plugin only reports what is visible in the browser, not any hidden server-side state.
A Codex plugin that routes prompts through your logged-in ChatGPT browser session to reach features not available via the API.
Mainly JavaScript. The stack also includes JavaScript, Chrome Extension.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.