Official OpenCloud plugin distribution for ChatGPT, Codex, Claude Code, and Claude Cowork. One versioned package combines the hosted OpenCloud MCP server with the workflow skill used to create, validate, deploy, and operate full-stack OpenCloud applications.
| Surface | Package path | What it provides |
|---|---|---|
| ChatGPT and Codex | .codex-plugin/plugin.json |
Hosted MCP tools and the OpenCloud workflow skill |
| Claude Code and Cowork | .claude-plugin/plugin.json |
The same hosted MCP tools and shared workflow skill |
| Claude.ai, Desktop, and mobile | https://mcp.opencloud.ai/mcp |
Remote MCP connector tools |
The plugin and connector use the same MCP endpoint. No local OpenCloud CLI or credential file is required; supported clients complete OpenCloud OAuth.
Add the public marketplace:
codex plugin marketplace add opencloud-ai/agent-plugins
codex plugin marketplace listRestart the ChatGPT desktop app, open Plugins, choose OpenCloud Platform, and install OpenCloud. Start a new conversation after enabling it and complete OAuth when prompted.
To test the immutable 1.0.2 release instead of tracking main, add the
marketplace with --ref v1.0.2.
claude plugin marketplace add opencloud-ai/agent-plugins
claude plugin install opencloud@opencloud-platform
claude plugin enable opencloud@opencloud-platformStart a new Claude Code session or run /reload-plugins, open /mcp, and
complete OpenCloud OAuth. The shared skill is available as
/opencloud:opencloud.
For Claude.ai, Claude Desktop, and Claude mobile, add
https://mcp.opencloud.ai/mcp under Customize > Connectors. Connector-only
surfaces receive the MCP tools but not the bundled workflow skill.
.agents/plugins/marketplace.json ChatGPT and Codex marketplace
.claude-plugin/marketplace.json Claude marketplace
plugins/opencloud/ Canonical cross-client package
.codex-plugin/plugin.json
.claude-plugin/plugin.json
.mcp.json
skills/opencloud/SKILL.md
assets/
submission/
The package has no runtime dependencies. Run its structural and pinned Claude CLI checks with:
npm test
npm run validate:claudeThe second command runs these strict validators with Claude Code 2.1.221:
claude plugin validate ./plugins/opencloud --strict
claude plugin validate . --strictAll client manifests and marketplace entries are released together. Version
1.0.2 is tagged as v1.0.2.
See the OpenCloud setup guide, support, privacy policy, and terms of service.
The package is available under the MIT License.