whatisgithub

What is gpt-relay-codex-plugin-?

toolsai/gpt-relay-codex-plugin- — explained in plain English

Analysis updated 2026-05-18

35JavaScriptAudience · developerComplexity · 2/5Setup · moderate

In one sentence

A Codex plugin that routes prompts through your logged-in ChatGPT browser session to reach features not available via the API.

Mindmap

mindmap
  root((GPT Relay))
    What it does
      Bridges Codex to ChatGPT web
      Uses browser login not API
      Unlocks web-only features
    Tech stack
      JavaScript
      Chrome extension
      Codex plugin system
    Use cases
      Deep Research access
      Image generation
      Markdown responses
    Audience
      Developers
      Codex users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Let a Codex agent trigger ChatGPT's Deep Research mode using your own account.

USE CASE 2

Generate images through ChatGPT's web interface from within a Codex workflow.

USE CASE 3

Pull Markdown-formatted ChatGPT responses into a Codex coding session.

What is it built with?

JavaScriptChrome Extension

How does it compare?

toolsai/gpt-relay-codex-plugin-wukongdaily/luci-app-runquyanhfex/messenger-recall-tool
Stars353534
LanguageJavaScriptJavaScriptJavaScript
Setup difficultymoderatemoderatemoderate
Complexity2/52/53/5
Audiencedeveloperops devopsdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires installing a Chrome extension and staying logged into ChatGPT in that browser.

So what is it?

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.

Copy-paste prompts

Prompt 1
Set up GPT Relay so my Codex agent can use ChatGPT Deep Research mode.
Prompt 2
Explain how GPT Relay passes prompts from Codex to ChatGPT through my browser session.
Prompt 3
Help me troubleshoot GPT Relay if it stops working after a ChatGPT interface update.
Prompt 4
Walk me through installing the Codex Chrome extension needed for GPT Relay.

Frequently asked questions

What is gpt-relay-codex-plugin-?

A Codex plugin that routes prompts through your logged-in ChatGPT browser session to reach features not available via the API.

What language is gpt-relay-codex-plugin- written in?

Mainly JavaScript. The stack also includes JavaScript, Chrome Extension.

How hard is gpt-relay-codex-plugin- to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is gpt-relay-codex-plugin- for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.