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


