Agent Skills
› zerogpu/zerogpu-router
› signin
signin
GitHub用于 ZeroGPU 的登录认证,支持交互式获取 API Key 或 CI 环境非交互模式,成功将凭证写入本地配置及 shell profile。
Trigger Scenarios
用户要求登录 ZeroGPU
用户要求设置 ZeroGPU 凭证
Install
npx skills add zerogpu/zerogpu-router --skill signin -g -y
SKILL.md
Frontmatter
{
"name": "signin",
"description": "Sign in to ZeroGPU and persist the API key. Use when the user asks to log in, authenticate, or set up ZeroGPU credentials for the first time.",
"allowed-tools": "Bash(zerogpu login*)",
"argument-hint": "[--api-key <key>]",
"disable-model-invocation": true
}
Run the ZeroGPU login flow:
zerogpu login $ARGUMENTS
Notes:
- With no arguments, the CLI prompts interactively for the API key (masked).
- For non-interactive use (CI), pass
--api-key zgpu-api-…. - On success the credentials are written to the local config file and
ZEROGPU_API_KEYis upserted into the user's shell profile.
Version History
- 7b9b503 Current 2026-07-24 11:48


