christophersmith2737-commits/OffPeak ↗★ 3
dsh-offpeak
Peak-hour price guard for DeepSeek API tidal pricing: intercept sends during peak hours (Beijing 09:00-12:00 / 14:00-18:00) and schedule them to run at off-peak prices. / DeepSeek 峰谷定价高峰拦截提醒:高峰时段拦截发送,定时到低价时段自动执行。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:christophersmith2737-commits/OffPeak说明文档
阅读完整 README ↗Configuration
| Key | Default | Meaning |
|---|---|---|
effectiveFrom | "2026-08-17" | Tidal-pricing start date (Beijing); plugin is dormant before it |
debug | false | Bypass effectiveFrom; enables /ds-offpeak/debug-remind |
peakWindows | 09:00–12:00, 14:00–18:00 | Peak windows in minutes ({ start, end }), overridable |
profile | auto (web) | Profile that owns the state file |