webgpt-orchestrator
v0.1.0+codex.20260902152817Orchestrate WebGPT, Codex, and Claude into an autonomous delivery loop.
By Personal Agent SystemLicense: MIT1 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 5, 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 webgpt-orchestrator for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add webgpt-orchestrator@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/capitalparser/webgpt-orchestratorClone 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/webgpt-orchestrator/SKILL.md└── .mcp.json
Included Skills1
Use when automating software delivery through WebGPT, Codex, and Claude with GitHub pull requests as the implementation boundary.
MCP servers1
- command
- python3
- args
- ./scripts/mcp_server.py --plugin-dir .
- cwd
- .
Plugin manifests1
{
"name": "webgpt-orchestrator",
"version": "0.1.0+codex.20260902152817",
"description": "Orchestrate WebGPT, Codex, and Claude into an autonomous delivery loop.",
"author": {
"name": "Personal Agent System"
},
"license": "MIT",
"keywords": [
"webgpt",
"github",
"pull-request",
"orchestration",
"automation",
"testing",
"codex",
"claude"
],
"skills": "./skills/",
"interface": {
"displayName": "WebGPT Orchestrator",
"shortDescription": "Automate delivery with WebGPT, Codex, and Claude",
"longDescription": "Use WebGPT's GitHub capabilities while Codex and Claude coordinate planning, implementation, isolated verification, review, and iterative delivery through Forge Loop.",
"developerName": "Personal Agent System",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": [
"Run Forge Loop for this software request.",
"Test this WebGPT pull request and prepare the next handoff.",
"Show the current WebGPT Orchestrator status."
]
}
}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.
[webgpt-orchestrator on Agent Plugins Marketplace](https://pluginsmp.com/plugins/webgpt-orchestrator)