Agent Skills
› zerogpu/zerogpu-router
› signin
signin
GitHub用于登录 ZeroGPU 并持久化 API 密钥。支持交互式输入或 CI 环境下的非交互模式,成功时将凭证写入本地配置并更新 Shell 环境变量。
Trigger Scenarios
用户要求登录 ZeroGPU
设置 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


