convoy
v0.1.0+codex.20260905051850Orchestrate multiple AI coding harnesses as neurons on one durable Convoy thread.
By Deploy ForwardLicense: MIT0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 19, 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 convoy for Codex
codex plugin marketplace add Deploy-Forward/convoy
codex plugin marketplace upgrade convoy
codex plugin add convoy@convoyPaste and run these commands in a terminal with Codex. They add and refresh the convoy catalog, then install this plugin.
Compatibility: the page URL and API slug “convoy-2” remain stable.
- Codex:
convoy-2@agent-plugin-marketplace→convoy@convoy
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/Deploy-Forward/convoyClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/convoy/.
Plugin files
├── .codex-plugin/plugin.json├── skills/convoy/SKILL.md├── skills/convoy-end/SKILL.md└── .mcp.json
Included Skills2
Coordinate multiple AI coding harnesses on one Convoy thread using only the configured Convoy MCP server's live capabilities. Use for guided setup, neuron discovery, crew launch, routing, and acknowledgement checks.
Record the current Convoy task's final heartbeat and, only when explicitly requested, push the current clean branch to its configured upstream. Use when the user asks to end, close out, or finalize a Convoy task, especially with --push.
MCP servers1
- url
- https://convoy.bot/mcp
Plugin manifests1
{
"name": "convoy",
"version": "0.1.0+codex.20260905051850",
"description": "Orchestrate multiple AI coding harnesses as neurons on one durable Convoy thread.",
"author": {
"name": "Deploy Forward",
"url": "https://github.com/Deploy-Forward"
},
"homepage": "https://convoy.bot",
"repository": "https://github.com/Deploy-Forward/convoy",
"license": "MIT",
"keywords": [
"multi-agent",
"orchestration",
"coding-agents",
"convoy"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Convoy",
"shortDescription": "Coordinate your AI coding agents on one inspectable thread.",
"longDescription": "Convoy connects Codex to a shared, durable thread for discovering available harnesses, forming multi-agent crews, routing work, and verifying acknowledgements. Its bundled skill fails closed when the configured MCP endpoint does not expose the capabilities a requested workflow needs.",
"developerName": "Deploy Forward",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Read"
],
"websiteURL": "https://convoy.bot",
"brandColor": "#1D4ED8",
"composerIcon": "./assets/logo.svg",
"logo": "./assets/logo.svg",
"screenshots": [],
"defaultPrompt": [
"Inspect the current Convoy thread.",
"Show Convoy's live capabilities.",
"Check whether this endpoint can create a crew."
]
}
}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.
[convoy on Agent Plugins Marketplace](https://pluginsmp.com/plugins/convoy-2)