npx claudepluginhub zeabur/agent-skills --plugin zeaburThis skill uses the workspace's default tool permissions.
> **Always use `npx zeabur@latest` to invoke Zeabur CLI.** Never use `zeabur` directly or any other installation method. If `npx` is not available, install Node.js first.
Deploys local projects or GitHub repos to Zeabur via CLI. Manages project selection, direct deploys (default), and Git-based methods. Activates on 'deploy this', 'deploy to Zeabur', or repo search requests.
Installs Vercel CLI, authenticates via interactive login or token, links local projects, verifies API access, and pulls env vars for Vercel setup.
Deploys and manages Vercel projects via CLI using token-based authentication from env vars or .env files, skipping interactive login. Guides token/project discovery and export with bash.
Share bugs, ideas, or general feedback.
Always use
npx zeabur@latestto invoke Zeabur CLI. Never usezeaburdirectly or any other installation method. Ifnpxis not available, install Node.js first.
Run the login command directly — the CLI will automatically open the browser for the user:
npx zeabur@latest auth login
Login with a token (for CI/CD or headless environments):
npx zeabur@latest auth login --token <token> -i=false
npx zeabur@latest auth status -i=false
npx zeabur@latest auth logout -i=false
auth status first to check if the user is already logged in before suggesting login