zeabur/agent-skills

zeabur-auth

Use when logging in, logging out, or checking Zeabur auth status. Use when user says "login", "log in", "登?

First seen Apr 4, 2026

Installation

$ npx skills add zeabur/agent-skills --skill zeabur-auth

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from zeabur/agent-skills · top by installs.

npx skills add zeabur/agent-skills

Browse all from zeabur/agent-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 41
License MIT
Default branch main
Open issues 4
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,124 B
  • docs SUMMARY.md 211 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 150 installs

SKILL.md

Zeabur Authentication

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.

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 status first to check if the user is already logged in before suggesting login