dsh-tool-see-image
为 DSH 提供 see_image 工具:将图片文件发送到可配置的 OpenAI 兼容视觉模型,并把其描述回传给纯文本模型。
Provides the see_image tool for DSH: send an image file to a configurable OpenAI-compatible vision model and relay its description back to a text-only model.
怎么安装
dsh plugin add dsh-tool-see-image 简介
dsh-tool-see-image Glad to make a plugin for #deepseekharness (or #dsh). Give a **text-only model** (e.g. deepseek-v4-flash) the ability to **"see" images**: the see_image tool sends an image file to a configurable **vision model** (default: Zhipu GLM-4V-Flash, free), which describes it in text; the text-only model relays that description back to you. How it works You: "Look at this image" ──► Text-only model (no vision) │ calls see_image(path, question) ▼ This plugin (Host plane) │ 1. ctx.fs resolves & reads the image (sandbox/observation policy aware) │ 2. encodes it as a base64 data URL │ 3…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 4
- 月下载
- 314
- 最近更新
- 2026-08-27
- 创建于
- 2026-08-13
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- deepseek, deepseek-harness, dsh-plugin, glm, image-recognition, llm, vision, zhipu
同类推荐
ms-365-mcp-server
softeria/ms-365-mcp-server
一个模型上下文协议(MCP)服务器,通过Graph API与Microsoft 365和Office服务交互。
davinci-resolve-mcp
samuelgursky/davinci-resolve-mcp
用于DaVinci Resolve Studio的MCP服务器集成