AlexShang1992/dsh-offpeak ↗★ 0
dsh-offpeak
Off-peak cost autopilot for DeepSeek Harness: peak/off-peak pricing awareness, defer queue, and savings ledger for the DSH web GUI. · DeepSeek Harness 错峰省钱助手
AI Analysis
核心用途是自动将非紧急的重度 Token 消耗任务(如全量回归测试)延迟到离峰低价时段执行。适合有大量非实时计算需求、希望降低 API 费用的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:AlexShang1992/dsh-offpeakREADME
Read the full README ↗Usage
For humans
/offpeak— one-shot status summary in the conversation./defer— add a task to the queue (e.g./defer run the full regression suite).- Hover the pill to see prices and savings; open Settings → Off-peak for the full panel.
For the agent
The tools are registered automatically; the model will call them when relevant:
| Tool | Purpose |
|---|---|
offpeak_status | Current window, multiplier, countdown, prices, savings, queue counts |
offpeak_estimate | Cost of a request now vs off-peak (records a ledger row) |
offpeak_defer | Enqueue a task with optional token estimates |
offpeak_queue | List, cancel, or prune the queue |