| name | sume-auth |
| description | Set up and verify Sume CLI authentication safely, including browser login, API-key readiness, doctor checks, and headless-terminal caveats without exposing secrets. |
Sume Auth
Use this skill for local CLI readiness, login, and API-key configuration.
Discover
sume --version
sume auth status --json
sume doctor --agent --json
Local Browser Login
Use browser login only when the browser is on the same machine as the CLI
process:
sume login
sume auth status --json
Headless Or Remote Terminals
In remote/headless terminals, avoid long foreground login waiters because
approval URLs/codes can be hidden until timeout or retained in logs. Use the
short-lived process-log pattern in sume/references/safety.md, surface the
approval URL/code only to the requesting user, and delete logs after approval.
API Keys
Prefer approved local config or environment variables. Do not ask the user to
paste API keys into chat unless they explicitly choose manual key setup.
Not For
Do not run paid generation, uploads, downloads, MCP setup, or production
infrastructure work from this skill. Do not print auth URLs/codes, API keys, or
local config contents in final reports, issues, PRs, or persistent logs.