Okkay712/DSH-dseyes0

dsh-dseyes

Give DeepSeek Harness free eyes — natively. Paste or drop an image into the Web GUI composer: it appears as a thumbnail attachment (like a normal AI chat), and before the text-only DeepSeek model is called, the host automatically reads the image with the free Zhipu GLM-4V-Flash vision model and substitutes the description, so DeepSeek finally understands images.

AI 분석

核心用途是为纯文本 DeepSeek 模型补充图片理解能力。适合需要多模态交互但使用纯文本模型的用户,必要条件是需配置智谱 GLM API key。

패키지
dsh-dseyes
버전
0.2.0
라이선스
MIT
최근 업데이트
2026. 8. 18.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Okkay712/DSH-dseyes

使用

  1. 在聊天输入框粘贴(Ctrl+V)或拖入一张图片——输入框上方出现缩略图附件栏。
  2. 输入问题(可选),按发送。
  3. DeepSeek 会自动理解图片内容并回答。

聊天历史里保留原图(点击可放大查看)。

配置项

环境变量说明
GLM_API_KEY / ZHIPU_API_KEY智谱 key(必填)
~/.dsh/secrets/media-tools.env可选 secrets 文件,与 dsh-media-skills 共用