Agent Skills
› zerogpu/zerogpu-router
› status
status
GitHub用于查询 ZeroGPU 登录状态及显示脱敏 API 密钥。当用户询问是否已登录、当前账号或验证凭据时触发,通过执行 zerogpu status 命令获取结果并给出提示。
Trigger Scenarios
查询是否已登录
确认当前登录身份
验证凭据状态
Install
npx skills add zerogpu/zerogpu-router --skill status -g -y
SKILL.md
Frontmatter
{
"name": "status",
"metadata": {
"openclaw": {
"install": [
{
"bins": [
"zerogpu"
],
"kind": "node",
"package": "zerogpu-cli"
}
],
"requires": {
"bins": [
"zerogpu"
]
}
}
},
"description": "Show current ZeroGPU sign-in status and the masked API key. Use when the user asks whether they are logged in, who they are signed in as, or to verify credentials.",
"allowed-tools": "Bash(zerogpu status)",
"disable-model-invocation": true
}
Check the sign-in status:
zerogpu status
Exit code is 0 when signed in, 1 when not. If not signed in, suggest signing in with the signin skill (zerogpu login).
Version History
- 7b9b503 Current 2026-07-24 11:48


