From zeabur
Authenticates users with Zeabur via browser-based login or token-based login for CI/CD. Checks auth status and logs out.
How this skill is triggered — by the user, by Claude, or both
Slash command
/zeabur:zeabur-authThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **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.
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 loginnpx claudepluginhub zeabur/agent-skills --plugin zeaburDeploys a local project to Zeabur via direct (default) or Git-based deployment. Use when the user says 'deploy this' or 'deploy to Zeabur'.
References Auth0 CLI commands for managing apps, APIs, users, roles, organizations, actions, logs, custom domains, universal login, and Terraform exports. Helps with authentication, RBAC, branding, debugging, and scripting via --json output.
Installs Vercel CLI, authenticates via interactive login or token, links local projects, verifies API access, and pulls env vars for Vercel setup.