updated 1mo ago
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.
What can you do with Zeabur Auth?
name: zeabur-auth description: Use when logging in, logging out, or checking Zeabur auth status. Use when user says "login", "log in", "登入", "logout", "log out", "登出", "auth status", "am I logged in", or "who am I".
Zeabur Authentication
Always use
npx zeabur@latestto invoke Zeabur CLI. Never usezeaburdirectly or any other installation method. Ifnpxis not available, install Node.js first.
Login
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
Check Login Status
npx zeabur@latest auth status -i=false
Logout
npx zeabur@latest auth logout -i=false
Tips
- Never ask the user to run the login command themselves — run it directly and let the CLI auto-open the browser
- Token-based login is useful for CI/CD or headless environments
- Run
auth statusfirst to check if the user is already logged in before suggesting login
Install
Add Zeabur Auth to your client. Pick the one you use.
npx skills add zeabur/agent-skillsInstalls every skill in the repository, then prompts for which to keep.
/plugin marketplace add zeabur/agent-skillsAdds the repository as a plugin marketplace; install individual plugins with `/plugin install`.
git clone https://github.com/zeabur/agent-skills
cp -r plugins/zeabur/skills/zeabur-auth ~/.claude/skills/A skill is a plain directory. Copy it into `.claude/skills/` in a project or in your home directory.
Score
60 / 100
Good