### Plain language deployment examples Source: https://opendeploy.dev/docs/what-opendeploy-can-do Examples of how to start with plain language commands for OpenDeploy. ```bash Deploy this project with OpenDeploy. ``` ```bash /opendeploy deploy this app ``` ```bash /opendeploy show logs ``` ```bash /opendeploy add Postgres ``` -------------------------------- ### OpenClaw Install Source: https://opendeploy.dev/docs/agent-platforms-plugins-skills Commands to install the OpenClaw plugin for OpenDeploy. ```bash openclaw plugins install clawhub:opendeploydev openclaw gateway restart ``` -------------------------------- ### Cursor Install Source: https://opendeploy.dev/docs/agent-platforms-plugins-skills Command to install the Cursor plugin for OpenDeploy. ```bash /add-plugin https://github.com/opendeploy-dev/opendeploy-cursor-plugin ``` -------------------------------- ### Other Agents Install Source: https://opendeploy.dev/docs/agent-platforms-plugins-skills Instructions for agents without a native OpenDeploy plugin. ```bash Read https://opendeploy.dev/start and install OpenDeploy for this agent, then ask me whether to deploy the current project. ``` -------------------------------- ### Codex Install Source: https://opendeploy.dev/docs/agent-platforms-plugins-skills Commands to install the Codex plugin for OpenDeploy. ```bash codex plugin marketplace add opendeploy-dev/opendeploy-codex-plugin --ref main ``` -------------------------------- ### Claude Code Install Source: https://opendeploy.dev/docs/agent-platforms-plugins-skills Commands to install the Claude Code plugin for OpenDeploy. ```bash claude plugin marketplace add https://github.com/opendeploy-dev/opendeploy-claude-plugin claude plugin install opendeploy@opendeploy ``` -------------------------------- ### OpenClaw Update Source: https://opendeploy.dev/docs/agent-platforms-plugins-skills Commands to update the OpenClaw plugin for OpenDeploy. ```bash openclaw plugins update opendeploydev openclaw gateway restart ``` -------------------------------- ### Claude Code Update Source: https://opendeploy.dev/docs/agent-platforms-plugins-skills Commands to update the Claude Code plugin for OpenDeploy. ```bash claude plugin marketplace update opendeploy claude plugin update opendeploy@opendeploy ``` -------------------------------- ### Codex Update Source: https://opendeploy.dev/docs/agent-platforms-plugins-skills Commands to update the Codex plugin for OpenDeploy. ```bash codex plugin marketplace upgrade opendeploy ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.