DeepSeek Harness plugin

dsh-plugins-wryyyds7

Community plugins for DeepSeek Harness (dsh)

Jump to install

Source facts

Repository
wryyyds7/dsh-plugins
Latest update
Aug 18, 2026
Category
Tools & Capabilities
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/wryyyds7/dsh-plugins
Plugin: dsh-plugins-wryyyds7
Author: wryyyds7

Check the source files

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

File explorer3 files
README.mdSource · read only

dsh-plugins

Community plugins for DeepSeek Harness (dsh).

个人开发的 DeepSeek Harness 插件集合。

Plugins / 插件列表

PluginDescription (EN)描述 (中文)Status
file-watcherWatches workspace files for external changes and notifies the agent via inbox injection监听工作区文件的外部变更,通过 inbox 注入通知 agentDone
diff-toolRegisters a diff tool that returns file or git-commit differences for efficient code review注册 diff 工具,返回文件或 git commit 之间的差异,用于高效代码审查Done

Usage / 使用方法

These plugins are designed to run inside the DeepSeek Harness workspace. To use them:

这些插件需要在 DeepSeek Harness workspace 内运行。使用步骤:

1. Clone this repo into your harness packages/ directory (or symlink it):

将本仓库克隆到 harness 的 packages/ 目录下(或建立符号链接):

cd deepseek-harness
git clone https://github.com/wryyyds7/dsh-plugins.git packages/dsh-plugins

2. Add the plugin packages to pnpm-workspace.yaml if needed.

如有需要,将插件包添加到 pnpm-workspace.yaml

3. Install dependencies / 安装依赖:

pnpm install

4. Reference the plugin in your harness config (e.g. cordis.yml):

在 harness 配置文件中引用插件(如 cordis.yml):

plugins:
  file-watcher:
    paths:
      - src

License

MIT