314857493/dsh-vision--packages-vision-tool1

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).

包名
dsh-vision-free-eyes
版本
0.1.0
许可证
MIT
最近更新
2026年8月17日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:314857493/dsh-vision#20e9851d3da589f3f121871f13c1e324555a8af0&path:packages/vision-tool

使用

告诉模型图片路径即可,例如:"看一下 D:\xxx\screenshot.png"。 可选参数:mode="ocr"(只提取图中文字)、no_cache=true(跳过进程内结果缓存)。 输出为图片内容的文字描述,末尾带 [glm | 耗时ms] 标记。

配置

config默认说明
apiKeyEnvGLM_API_KEY / ZHIPU_API_KEYGLM key 的环境变量名(可传数组)
no_cachefalse跳过进程内结果缓存,强制重新请求