convoy
v0.1.0Convoy marketplace Agent Plugin for Grok Bot with live MCP + wizard skills.
By Deploy ForwardLicense: MIT0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Agent Plugins
- 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 →
Get the plugin
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 plugin/convoy/.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/convoy/SKILL.md├── skills/convoy-wizard/SKILL.md└── mcp.json
Included Skills2
/convoy orchestrates Convoy using live tools/list, never a frozen catalog.
Optional @convoy wizard: fail-closed live-tool preflight, then ONE card (harness -> model -> effort | attach, usage remaining per harness) that drives GitHub gate, repo selection, N neurons, one-window launch and observed connects.
MCP servers1
- url
- https://convoy.bot/mcp
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "convoy",
"version": "0.1.0",
"description": "Convoy marketplace Agent Plugin for Grok Bot with live MCP + wizard skills.",
"author": {
"name": "Deploy Forward",
"url": "https://github.com/Deploy-Forward/convoy"
},
"homepage": "https://convoy.bot",
"repository": "https://github.com/Deploy-Forward/convoy",
"license": "MIT",
"keywords": [
"convoy",
"grok-bot",
"mcp",
"neurons",
"threads",
"skills"
]
}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)