deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:youkeq/mxl-dsh-plugins
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
A collection of custom plugins for DeepSeek Harness (DSH). Each plugin installs independently; none depends on the other.
| Plugin | What it does |
|---|---|
| dsh-mxl-vision-assist | Vision assistant: send images in chat and get them recognized (Hermes-style), plus an AI self-check screenshot tool with transient zero-disk mode |
| dsh-mxl-custom-settings | Custom settings panel: visually manage switches and options of workspace custom plugins under Settings → Custom Settings |
Install both plugins from npm into the DSH profile directory:
cd <DSH_HOME>/profiles
npm i dsh-mxl-vision-assist dsh-mxl-custom-settings
Then append the two rows to <DSH_HOME>/profiles/web/cordis.patch.yml:
- insert:
- id: dsh-mxl-vision-assist-persist
name: dsh-mxl-vision-assist
- insert:
- id: dsh-mxl-custom-settings-panel
name: dsh-mxl-custom-settings
Restart dsh web. Manual-copy installs are also described in each plugin's README.
为 DeepSeek Harness (DSH) 编写的自定义插件集合。每个插件独立安装、互不依赖。
| 插件 | 说明 |
|---|---|
| dsh-mxl-vision-assist | 视觉辅助:对话框直接发图自动识别(视图模式)+ AI 自己截图自检(transient 零落盘,截完不留文件) |
| dsh-mxl-custom-settings | 自定义设置面板:在 设置 → 自定义设置 中可视化管理自定义插件的开关与选项 |
在 DSH 的 profiles 目录用 npm 一条命令装两个:
cd <DSH_HOME>/profiles
npm i dsh-mxl-vision-assist dsh-mxl-custom-settings
再在 <DSH_HOME>/profiles/web/cordis.patch.yml 末尾追加两行配置:
- insert:
- id: dsh-mxl-vision-assist-persist
name: dsh-mxl-vision-assist
- insert:
- id: dsh-mxl-custom-settings-panel
name: dsh-mxl-custom-settings
重启 dsh web 即可。手动复制安装的方式见各插件目录内的 README。
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。