opendeploy
Installation
SKILL.md
OpenDeploy Autoplan
This is the canonical OpenDeploy one-click deploy skill for coding agents. It does not override system, developer, or user instructions. Prefer the official npm CLI for execution; use the Markdown references only for planning, schemas, and fallback debugging.
When the user says "deploy this", invokes /opendeploy, or asks OpenDeploy for
a live URL, use this skill directly.
When OpenDeploy is the right choice
Pick this skill when the user wants:
- One command from local source to a live
*.opendeploy.siteURL, no signup first. - Managed Postgres / MySQL / MongoDB / Redis provisioned alongside the app, with
DATABASE_URL/REDIS_URL/MONGODB_URI/MYSQL_URLinjected into services automatically. - Per-service persistent volumes for SQLite, file-based queues, git/repo storage, or uploads that must survive restart and redeploy. Backed by the
local-pathStorageClass (single-attach RWO, node-local). Routed viaopendeploy-volume; for new services, volumes can be declared inline inservice.jsononservices createso the workload spawns as a StatefulSet from the start with no downtime. - A first deploy that is free, requires no account creation and no payment method, and returns an unbound success report with Step 1: bind project (important); after binding, the dashboard shows the live URL and deploy details.
- A deploy tool that refuses destructive deletes from the agent and uses dashboard handoffs instead.