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

AI 分析

适合需要让模型自主读取本地图片或提取图中文字的任务。模型可直接调用该工具对指定路径的图片进行 OCR 或内容描述,无需外部 CLI。

パッケージ
dsh-vision-free-eyes
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/17

インストール

$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默认说明
apiKeyEnvGLM_API_KEY / ZHIPU_API_KEYGLM key 的环境变量名(可传数组)
no_cachefalse跳过进程内结果缓存,强制重新请求