Agent Skills
› zerogpu/zerogpu-router
› cost-savings
cost-savings
GitHub展示通过ZeroGPU路由任务相比前沿模型节省的成本,提供美元估算及离境token数量。用于回答用户关于节省金额或查看成本摘要的请求。
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


