314857493/dsh-vision--packages-vision-tool ↗★ 1
dsh-vision-free-eyes
DeepSeek Harness plugin: a model-facing `vision` tool that describes and OCRs image files by calling the free Zhipu GLM vision API directly (no external CLI required).
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:314857493/dsh-vision#20e9851d3da589f3f121871f13c1e324555a8af0&path:packages/vision-tool说明文档
阅读完整 README ↗使用
告诉模型图片路径即可,例如:"看一下 D:\xxx\screenshot.png"。
可选参数:mode="ocr"(只提取图中文字)、no_cache=true(跳过进程内结果缓存)。
输出为图片内容的文字描述,末尾带 [glm | 耗时ms] 标记。
配置
| config | 默认 | 说明 |
|---|---|---|
apiKeyEnv | GLM_API_KEY / ZHIPU_API_KEY | GLM key 的环境变量名(可传数组) |
no_cache | false | 跳过进程内结果缓存,强制重新请求 |