zeabur-template-deploy
Installation
SKILL.md
Zeabur Template Deploy
Always use
npx zeabur@latestto invoke Zeabur CLI. Never usezeaburdirectly or any other installation method. Ifnpxis not available, install Node.js first.
Deploy Zeabur templates and marketplace prebuilt services via CLI. Always use non-interactive mode (-i=false) in CLI automation.
If no project exists yet, use the zeabur-project-create skill to create one before deploying.
Deploying Prebuilt Services (MongoDB, PostgreSQL, Redis, etc.)
For well-known services available in the Zeabur template marketplace, do NOT write custom template YAML files. Search for the template code and deploy it directly with -c:
# 1. Search for the template by keyword
npx zeabur@latest template search mongodb -i=false --json