DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Local Vision — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

dsh-local-vision

Local Vision

DeepSeek Harness 插件:一个可由模型调用的 local_vision 工具,通过 Ollama 使用本地视觉模型描述图像。不使用云服务,图像不会离开本机。提供两个级别:快速(文本/颜色/摘要)和详细(完整描述)。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add dsh-local-vision@0.2.1
README兼容性版本

兼容性与来源证明

Local Vision 以 dsh-local-vision 发布,当前版本为 0.2.1。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.2.1stable
2026/8/14
0.2.0stable
2026/8/14

相关插件

正在加载相关插件…

最新版
0.2.1
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
11.5 kB
文件数
5
Surface
any
许可证
MIT
发布源
npm
GitHub
★ 1
周下载
39
最近提交
2026/8/15
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

README

dsh-local-vision

Give a text-only DeepSeek Harness agent local "eyes". This plugin registers a model-callable local_vision tool that describes an image using a local vision model through Ollama. The image never leaves your machine — no cloud, no uploads, no API keys.

Requirements

  • Ollama running (default http://localhost:11434).

  • At least one vision-capable model pulled, e.g.:

    ollama pull qwen2.5vl:3b        # small, fast — text / colors / summary
    ollama pull gemma4:12b-it-qat   # larger — thorough description
    

Install

# from npm (recommended)
npm install -g @deepseek-ai/dsh
dsh plugin --profile web add dsh-local-vision

# or from this repository (use `file:` so @deepseek-ai/dsh-tools resolves)
dsh plugin --profile web add file:/path/to/deepseek-harness-plugins/dsh-local-vision

Restart the DSH session so the new bundle is composed. The package then appears in Settings → Plugins → Plugin list and the tool local_vision is available.

Usage

local_vision(image: "/abs/path/screenshot.png", mode: "fast")
local_vision(image: "/abs/path/mockup.png", mode: "detailed", prompt: "Describe the navigation and buttons")
local_vision(image: "screen", mode: "detailed")   # capture the current display (macOS screencapture)

Modes

modeintentdefault model
fasttranscribe visible text, name dominant colors, one-line summaryqwen2.5vl:3b
detailedfull factual description: layout, UI elements, all text, colors, stategemma4:12b-it-qat

Parameters

ParamTypeNotes
imagestring (required)Absolute path to a PNG/JPEG/WebP/GIF, or the literal screen.
mode"fast" | "detailed"Defaults to fast.
promptstringOptional focused question. Defaults per mode.
modelstringOptional override of the Ollama model id for this call.

Configuration

Optional, at $DSH_HOME/local-vision.json (default ~/.dsh/local-vision.json):

{
  "host": "http://localhost:11434",
  "models": { "fast": "qwen2.5vl:3b", "detailed": "gemma4:12b-it-qat" },
  "temperature": 0.1,
  "timeoutMs": 300000
}

All keys are optional; defaults are shown above. The plugin sends the image to Ollama's OpenAI-compatible /v1/chat/completions endpoint as a base64 data URI.

Notes & limitations

  • The first call after the model is cold loads it into memory (a 7 GB model takes a while); subsequent calls are fast.
  • image: "screen" requires macOS and Screen Recording permission for the terminal.
  • The tool calls Ollama directly (not through the DSH sandbox executor).

License

MIT

相关插件

继续浏览 vision-media 分类下经过校验的插件。

Tool Describe Image@linxin666/dsh-tool-describe-image面向模型的 describe_image 工具,用于 dsh Web GUI:通过在兼容 OpenAI 的端点调用视觉语言模型,为文本模型提供图像理解能力,以描述一张图像(本地路径、http(s) URL 或附件引用)。可热插拔 —Modlens@liustack/modlens面向仅支持文本的 LLM 的插件视觉能力,由免费的 Antigravity CLI 提供支持Deepseek Ivideodeepseek-ivideoiPolloWork HyperFrames Video Studio,以及 27 个可编辑视频模板,以原生 DeepSeek Harness 对话视图呈现。Imagegen@dickpy/dsh-imagegendsh Web GUI 的 AI 图像生成插件:通过可配置的提供商渠道实现文生图和图生图(gpt-image-2 / grok-imagine-image / nanobanana series / seedream-5.0-pro / dall-e-3,支持原生 xAI Grok Imagine、Google Nano Banana a