DeepSeek Harness plugin

dsh-offpeak-send

Off-peak message scheduler: turn on valley mode and the composer queues your messages until DeepSeek off-peak hours (half price), then auto-injects them into the session and gets replies. Native-look composer, hotkeys (Enter queue / ⌘+Enter send now / Esc exit), per-session toggle persisted across restarts.

Jump to install

Source facts

Repository
Ricketts-Guo/dsh-off-peak-message
Latest update
Aug 21, 2026
Category
Sessions & Messages
GitHub stars
1

Install

Start with a prompt that asks an agent to read the source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to read the page and repository first.

Do not install anything yet. Read this DeepSeek Harness plugin and explain what it does, which files, networks, or credentials it can access, and how to install and remove it.

Plugin page: https://deepseekplugins.org/plugins/Ricketts-Guo/dsh-off-peak-message~23dsh-offpeak-send
GitHub: https://github.com/Ricketts-Guo/dsh-off-peak-message/tree/main/dsh-offpeak-send
Plugin: dsh-off-peak-message#dsh-offpeak-send
Author: Ricketts-Guo
Install command: dsh plugin --profile web add github:Ricketts-Guo/dsh-off-peak-message#path:/dsh-offpeak-send

Do not run the install command until I confirm.

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-offpeak-send

DSH 谷时发送插件(标准 profile bundle):开启「谷时模式」后,输入框发送的消息进入谷时队列,Host 计时器在谷时窗口(DeepSeek 官方峰谷计价的谷时段,价格为峰时 50%)到点时自动注入会话并触发 Agent 回复。

安装

# 注册到活动 profile(生成 .package-map.json,冷启动才能解析)
pnpm --dir ~/.dsh/profiles/web add --save-prod dsh-offpeak-send

# 在 ~/.dsh/profiles/web/package.json 的 dsh.profile.bundles 追加 "dsh-offpeak-send"
# 完全退出并重新打开 DeepSeek Harness

使用

  • 输入框左侧「谷时模式」胶囊开关(按会话记忆,持久化)
  • ON 后:Enter 入队 · ⌘/Ctrl+Enter 立即发送 · Esc 退出 · Shift+Enter 换行
  • 谷时内入队立即发送;峰时排队至下一谷时起点自动发送
  • 队列条显示待发条数 + 下个谷时倒计时,逐条可 [立即发送] / [取消]

数据

队列 / 开关 / 配置持久化于 ~/.dsh/storages/offpeak.json(storageDomain 域 offpeak),与代码解耦,重启自动对账重排。

开发

node --check lib/index.js && node --check lib/client.js   # 语法
node test/window.test.mjs                                  # 时间窗算法测试

文档

  • 仓库 README(部署/使用/架构)
  • docs/配置说明.md(config 字段速查/谷时窗口表/价目表)
  • docs/官方价目核对.md(峰谷计价证据与链接)

许可证

MIT