codex-chatgpt-pro-plugin
v0.1.0Give Codex an intelligence lifeline - Codex skill for calling ChatGPT Pro. Computer use, repomix file attach, thread isolation per repo.
By HapticaLicense: MIT77 GitHub starsUpdated 3 months ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Jun 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install codex-chatgpt-pro-plugin for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add codex-chatgpt-pro-plugin@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/pauljunsukhan/codex-chatgpt-pro-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json└── skills/chatgpt-pro-line/SKILL.md
Included Skills1
Use the packaged ChatGPT Pro communication line for blocking AI-to-AI reasoning through the persistent browser session.
Plugin manifests1
{
"name": "codex-chatgpt-pro-plugin",
"version": "0.1.0",
"description": "Give Codex an intelligence lifeline - Codex skill for calling ChatGPT Pro. Computer use, repomix file attach, thread isolation per repo.",
"author": {
"name": "Haptica",
"email": "[email protected]",
"url": "https://github.com/pauljunsukhan"
},
"repository": "https://github.com/pauljunsukhan/codex-chatgpt-pro-plugin",
"license": "MIT",
"keywords": [
"codex",
"chatgpt",
"chatgpt-pro",
"browser-automation",
"planning",
"multi-agent"
],
"skills": "./skills/",
"interface": {
"displayName": "ChatGPT Pro Line",
"shortDescription": "A persistent ChatGPT Pro planning line for Codex agents.",
"longDescription": "ChatGPT Pro Line gives Codex agents a repo-scoped, lock-safe way to ask a logged-in ChatGPT Pro browser session for higher-level architecture, planning, research synthesis, feature design, and debugging strategy while preserving receipts, transcripts, room bindings, and visible history artifacts.",
"developerName": "Haptica",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": [
"Ask ChatGPT Pro to review this architecture.",
"Bind this repo to a ChatGPT Pro room.",
"Export this room's visible ChatGPT history."
],
"brandColor": "#111111",
"screenshots": []
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[codex-chatgpt-pro-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/codex-chatgpt-pro-plugin)