zeabur-deploy
Installation
SKILL.md
Zeabur Deploy
Always use
npx zeabur@latestto invoke Zeabur CLI. Never usezeaburdirectly or any other installation method. Ifnpxis not available, install Node.js first.
Prerequisites — Identify the Target Project
Before using this skill, you must first determine which Zeabur project to deploy to. If neither the conversation history nor project files mention a project, run:
npx zeabur@latest project list -i=false --json
- When projects exist, ask the user which one to use.
- If the list is empty, or the user wants to create a new project, you MUST invoke the
zeabur-project-createskill. Do NOT runproject createCLI commands directly — the skill handles region selection via server list, which is required.
Do not proceed with deployment until the target project is confirmed.