DeepSeek Harness plugin

DSH-peak-valley

峰谷时间提醒悬浮窗(DSH 插件):按 settings.yaml 配置的峰时/谷时区间,用状态点颜色和文字提醒当前时段

Jump to install

Source facts

Repository
CreateCN/DSH-peak-valley
Latest update
Aug 16, 2026
Category
Notifications & Integrations
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and 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 review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/CreateCN/DSH-peak-valley
Plugin: DSH-peak-valley
Author: CreateCN

Check the source files

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

File explorer3 files
README.mdSource · read only

dsh-peak-valley

DeepSeek Harness (DSH) 静态插件:峰谷时间提醒悬浮窗

  • 左下角悬浮胶囊显示当前时段:谷时(绿点)/ 峰时(橙点)/ 未配置(灰点);
  • 带「Xh Ym 后转峰/谷」倒计时,每 30 秒自动刷新;
  • 峰时/谷时区间可配置,并持久化到 DSH settings.yaml

安装

dsh plugin --profile web add github:CreateCN/dsh-peak-valley

或一键脚本:

curl -fsSL https://raw.githubusercontent.com/CreateCN/dsh-peak-valley/main/install.sh | bash

安装后重启 DeepSeek Harness 生效。

配置

在胶囊「设置」面板里改,或直接编辑 ~/.dsh/settings.yaml(命名空间 dsbal-peakvalley):

dsbal-peakvalley:
  timezone: Asia/Shanghai     # 可选,留空 = 本机时间
  peakRanges:
    - 00:30-16:30            # 峰时区间(每行一个 HH:MM-HH:MM,可跨午夜)
  valleyRanges:
    - 16:30-00:30            # 谷时区间

区间格式 HH:MM-HH:MM,结束时间早于开始时间表示跨午夜(如 16:30-00:30)。

卸载

dsh plugin --profile web rm dsh-peak-valley
# 重启 DSH

目录结构

package.json        # dsh.bundle.patch → cordis.patch.yml;dsh.client → client 半端
cordis.patch.yml    # 插入插件行的 bundle patch
lib/index.js        # Host 半端(配置读写 / RPC 路由)
lib/client.js       # Client 半端(悬浮窗 UI)
install.sh          # 一键安装
uninstall.sh        # 卸载