Agent Skills
› zerogpu/zerogpu-router
› cost-savings
cost-savings
GitHub展示通过 ZeroGPU 路由任务替代主机模型所节省的累计费用及卸载的 token 数。当用户询问节省金额、ZeroGPU 节省情况或查看成本摘要时使用此技能。
Trigger Scenarios
用户询问节省了多少费用
用户查询 ZeroGPU 节省详情
用户要求查看成本节省摘要
Install
npx skills add zerogpu/zerogpu-router --skill cost-savings -g -y
SKILL.md
Frontmatter
{
"name": "cost-savings",
"metadata": {
"openclaw": {
"install": [
{
"bins": [
"zerogpu"
],
"kind": "node",
"package": "zerogpu-cli"
}
],
"requires": {
"bins": [
"zerogpu"
]
}
}
},
"description": "Show how much you've saved by routing tasks to ZeroGPU instead of the host model — cumulative dollars and tokens offloaded. Use when the user asks how much they've saved, their ZeroGPU savings, or to see the cost-savings summary.",
"allowed-tools": "Bash(zerogpu cost_savings*)",
"disable-model-invocation": true
}
Show the ZeroGPU cost-savings summary:
zerogpu cost_savings
Relay the report to the user as-is. Token counts are actual (from the API); dollar figures are an estimate of what the same work would have cost on the host model (default baseline claude-opus-4-8, overridable via the ZEROGPU_SAVINGS_MODEL env var). Pass --json for raw data or --reset to clear the history.
Version History
- 7b9b503 Current 2026-07-24 11:48


