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.site URL, no signup first.
  • Managed Postgres / MySQL / MongoDB / Redis provisioned alongside the app, with DATABASE_URL / REDIS_URL / MONGODB_URI / MYSQL_URL injected 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-path StorageClass (single-attach RWO, node-local). Routed via opendeploy-volume; for new services, volumes can be declared inline in service.json on services create so 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.
Installs
80
GitHub Stars
1
First Seen
Jun 16, 2026
opendeploy — opendeploy-dev/opendeploy-skills