前言¶
DSH 的插件生态强调“一切皆插件”。对经常使用 DeepSeek Harness 的开发者来说,两个问题很常见:文本会话里贴入截图后,需要人工转述内容;在 Flash 和 Pro 之间切换任务时,也容易缺少明确的路由规则。DeepSee 针对这些场景,提供视觉读取、Flash/Pro 路由和交付前视觉检查。
这是什么¶
DeepSee 是 chang416 维护的 DSH 插件,包名为 @chang416/deepsee,许可证为 MIT。资料中显示的版本为 4.0.2,Node.js 要求为 >=22.19。
它的一句话定位是 “Vision and smart model routing for DeepSeek Harness。” 对使用者来说,它主要做三件事:让文本模型会话能读取图片,按成本与难度分配 Flash/Pro 任务,并在交付前做视觉检查。
核心功能¶
原生 read_image 桥接¶
DeepSee 提供原生 read_image 桥接。文本模型会话中粘贴图片后,可以把图片路径交给 read_image 工具处理,不需要手动替换模型或逐字转写。
路由模式¶
DeepSee 支持两种路由模式:
DeepSee Auto:在 Flash 与 Pro 之间分配工作。DeepSee Customize:由用户在DeepSee Settings中选择不同工作类型对应 Flash 或 Pro。
也可以直接选择 Flash 或 Pro。
多 Gemini Key 轮换¶
DeepSee 支持多个 Gemini API Key 轮换。资料给出的使用方式是每行填写一个 Key。
保存的 Gemini keys 在界面中为 write-only,且不会返回到浏览器。
交付前视觉检查¶
DeepSee 提供 deepsee_visual_check 交付门,可结合本地预览与 Gemini 视觉检查。DeepSee 会在可配置免费额度限制内进行迭代。
OpenCode / OpenCode Go 感知的 DeepSeek 路由¶
DeepSee 支持 OpenCode/OpenCode Go 感知的 DeepSeek 路由,用于适配已有的 DeepSeek 通道。
轻量且可移除¶
DeepSee 无本地代理进程,并且可移除。
安装与启用¶
先确认本机 Node.js 满足 >=22.19。资料给出的安装命令如下:
npx -y @deepseek-ai/dsh plugin --profile web add @chang416/deepsee@latest
安装后查看插件是否落地:
dsh plugin --profile web list
使用前注意几点:
- 当前资料只给出带
--profile web的安装命令,是否适用于其他 profile 需要另行确认。 pnpm v11可能隔离最近几天发布的版本,并安装旧版本但仍报告成功。- 如果
dsh提示declares no dsh.bundle,查看 troubleshooting。
典型用法¶
以下示例来自资料中的用法说明。
- 安装并配置
deepseeskill,然后运行健康检查:
Install and configure the deepsee skill following INSTALL.md, then run the health check and tell me the result.
-
打开
DeepSee Settings,添加免费 Gemini keys(one per line),选择默认 preview URL,并自定义哪些工作属于 Flash 或 Pro。 -
在纯文本 DeepSeek 会话中粘贴截图,按成本和难度路由任务,并在交付前做视觉检查。
-
直接选择 Flash 或 Pro,或让 Auto 和 Customize 在两者之间分配工作。
适用场景与注意¶
适合以下场景:
- 需要在文本 DeepSeek 会话中使用截图或界面图片。
- 需要按任务成本与难度在 Flash/Pro 之间分配工作。
- 需要在交付前进行视觉检查。
- 使用 OpenCode/OpenCode Go 相关 DeepSeek 路由。
注意事项:
- DeepSee 作为 DSH 插件运行,会随当前宿主/dsh 进程获得相应权限;安装前应检查源码、依赖与 MIT 许可证。
- 保存的 Gemini keys 在界面中为 write-only,且不会返回到浏览器。
- 视觉检查相关的迭代受可配置免费额度限制。
- DeepSee 无本地代理进程,可移除。
相关链接¶
- GitHub:https://github.com/chang416/deepsee
- 目录页:https://www.skillhub.cn/plugins/chang416/deepsee
DSH 社区目录是独立站点,与 DeepSeek / 幻方无官方从属关系。