Agent Skills
› zerogpu/zerogpu-router
› cost-savings
cost-savings
GitHub展示将任务路由至 ZeroGPU 而非前沿模型所节省的费用。提供四舍五入的美元估算及离境的模型令牌数,默认基准为 claude-opus-4-8。支持 --json 获取原始数据或 --reset 清除历史。
触发场景
用户询问节省了多少费用
用户查询 ZeroGPU 节省情况
用户查看成本节省摘要
安装
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.
版本历史
- 7b9b503 当前 2026-07-24 11:47


