Agent Skills
› zerogpu/zerogpu-router
› cost-savings
cost-savings
GitHub展示通过 ZeroGPU 路由任务节省的成本估算及前端模型 Token 卸载量。当用户询问节省金额或查看成本摘要时触发,直接转发 zerogpu cost_savings 命令报告。
Trigger Scenarios
用户询问节省了多少费用
用户查询 ZeroGPU 节省情况
用户请求查看成本节省摘要
Install
npx skills add zerogpu/zerogpu-router --skill cost-savings -g -y
SKILL.md
Frontmatter
{
"name": "cost-savings",
"description": "Show how much you've saved by routing tasks to ZeroGPU instead of your frontier model — a rounded dollar estimate and the frontier-model 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); the dollar figure is a rounded estimate of what the same work would have cost on your frontier 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:47


