DeepSeek Harness plugin

dsh-vision-helper-statemli

辅助视觉模型:图片→文本描述,供文本模型、浏览器截图兜底与聊天贴图降级使用

Jump to install

Source facts

Repository
statem-li/dsh-vision-helper
Latest update
Aug 17, 2026
Category
Models & Providers
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/statem-li/dsh-vision-helper
Plugin: dsh-vision-helper-statemli
Author: statem-li

Check the source files

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

File explorer2 files
README.mdSource · read only

@dsh-external/dsh-vision-helper

辅助视觉模型插件(DeepSeek Harness / dsh):图片→文本描述,供文本模型、浏览器截图兜底与聊天贴图降级使用。

  • 提供 vision_describe 等视觉描述能力,浏览器截图可走本插件兜底
  • 设置页可配置辅助视觉模型(VisionModelSection)
  • 依赖 @dsh-external/dsh-browser 或其它浏览器插件的截图路径配合使用

安装

方式一:本地 link(已验证,推荐)

本站在 web profile 中验证可用。以链接依赖加入 profile:

// %USERPROFILE%\.dsh\profiles\web\package.json -> dependencies
"@dsh-external/dsh-vision-helper": "link:D:/AI/Dsh/dsh-vision-helper"

再在 %USERPROFILE%\.dsh\profiles\web\cordis.patch.yml 追加:

- insert:
    - id: dsh-vision-helper
      name: "@dsh-external/dsh-vision-helper"

然后 pnpm install,重启 dsh web。本地 link 方式下运行依赖由插件目录内 node_modules 链接(指向本机 dsh checkout)解析,不依赖 npm 注册表版本,最稳定。

方式二:GitHub 官方安装

dsh plugin add github:statem-li/dsh-vision-helper

注意: 本插件宿主端依赖 @deepseek-ai/dsh-toolsschemastery,当前 npm 注册表上 @deepseek-ai/dsh-tools 仅发布到 0.0.1-rc.1(最新 harness 为 0.1.0-rc.x),版本未对齐;若官方安装后启动报 Cannot find package ...,请改用方式一。

源码构建

DSH_CHECKOUT=D:/AI/deepseek-harness bash scripts/build.sh
# src/*.ts → lib/*.js(tsc)、src/client/* → lib/client.js(tsdown)

许可

BSD-3-Clause