Agent Skills
› zerogpu/zerogpu-router
› status
status
GitHub用于检查 ZeroGPU 登录状态及显示脱敏 API 密钥,帮助用户确认是否已登录或验证凭据。
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


