cost-savings
GitHub展示通过 ZeroGPU 路由任务替代主机模型所节省的累计费用和 Token。支持查询节省摘要、获取原始 JSON 数据或重置历史记录,适用于用户询问成本节省情况时使用。
Trigger Scenarios
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 with the exec tool:
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). Add --json when the user wants the raw data, or --reset only when they explicitly ask to clear the history.
Version History
-
4e1b070
Current 2026-09-22 08:08
v4.4.0: 调用 zerogpu-cli 3.8.0 的模型无关端点命令,使插件独立于 CLI 模型变化;技能体改为 exec-tool 指令以兼容 OpenClaw。
- 7b9b503 2026-07-24 11:48


