plugins marketplace
← All plugins

gpt-relay

v0.1.0+codex.20260609094842

Relay Codex prompts to ChatGPT Extended Pro and return the response.

Codex1 skill

by Prompt Case139updated 1 month ago

Source

git clone https://github.com/Matchameleon/gpt-codex-plugin

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/gpt-relay/ inside the repository.

Layout

plugins/gpt-relay/
├── .codex-plugin/plugin.json
└── skills/gpt-relay/SKILL.md

Skills1

gpt-relayskills/gpt-relay/SKILL.md

Use when the user asks to use GPT 5.5 Pro, 5.5 pro, GPT 5.5, Extended Pro, Pro Extended, pro extend think, or similar wording to send a prompt or files to ChatGPT and bring the answer back into Codex.

Manifests1

plugins/gpt-relay/.codex-plugin/plugin.json
{
  "name": "gpt-relay",
  "version": "0.1.0+codex.20260609094842",
  "description": "Relay Codex prompts to ChatGPT Extended Pro and return the response.",
  "author": {
    "name": "Prompt Case"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "GPT Relay",
    "shortDescription": "Relay, resume, and poll ChatGPT Extended Pro from Codex.",
    "longDescription": "GPT Relay uses the existing Chrome plugin session to open ChatGPT, select requested visible ChatGPT Intelligence options, send prompts, attach supported files through ChatGPT upload controls, keep the ChatGPT tab open, wait for the assistant to finish in persisted chunks by default, store session metadata, continue prior conversations, optionally poll backgrounded answers, save generated image artifacts locally, export completed Deep Research reports to Markdown artifacts, and return assistant responses, reports, or generated images to Codex.",
    "developerName": "Prompt Case",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Browser Automation",
      "File Upload",
      "Session Memory",
      "Long Running Tasks",
      "Image Artifacts",
      "Deep Research Artifacts"
    ],
    "defaultPrompt": [
      "Use GPT 5.5 Pro Extended to analyze this question.",
      "Run Deep Research on this topic.",
      "Switch to GPT 5.4 Thinking Light and analyze this image."
    ],
    "brandColor": "#10A37F",
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png"
  }
}