Agent Skills
› zerogpu/zerogpu-router
› signin
signin
GitHub用于执行 ZeroGPU 登录流程,交互式或静默方式获取并持久化 API 密钥到本地配置及 Shell 环境。
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


