DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

dsh-mindseye

Mindseye

MindsEye:模型驱动的视觉工具、结构化证据和精确缓存,适用于 DeepSeek Harness

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-mindseye@0.2.8
README兼容性版本

兼容性与来源证明

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

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

版本

0.2.8stable
2026/8/29
0.2.7stable
2026/8/23
0.2.6stable
2026/8/23
查看其余 2 个版本收起版本
0.2.5stable
2026/8/21
0.2.4stable
2026/8/20

相关插件

正在加载相关插件…

最新版
0.2.8
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
343 kB
文件数
9
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 1
周下载
139
安全扫描
✓ v0.2.8 扫描通过
最近提交
2026/8/29
查看源码 ↗项目主页 ↗
README Badge

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

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

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

认领这个 Plugin →
报告问题

相关插件

继续浏览 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 对话视图呈现。Codexdsh-codexChatGPT OAuth、Codex 模型、搜索、read_image URL 支持,以及适用于 DeepSeek Harness 的 gpt-image-2 生成

README

MindsEye

MindsEye header

Intent-driven vision, image generation, and visible browser automation for DeepSeek Harness.

English | 中文

MindsEye is a plugin for DeepSeek Harness. It gives text-only models access to image understanding, image generation, and optional browser automation while keeping the DSH conversation as the main user experience.

Capabilities

Image understanding

  • Preserves DSH image attachments instead of asking users to select local files manually.
  • Automatically mounts vision tools on image turns. Text-only turns keep a single activation entry until vision is needed.
  • mindseye_read_image handles visual questions and focused tasks such as OCR, layout, charts, colors, and pixel differences.
  • mindseye_ground returns a target's pixel bounding box for downstream actions such as clicking or cropping.
  • Supports single-image and multi-image reads, with structured results for images, evidence, answers, and call metadata.

Image generation and editing

  • mindseye_generate_image sends a user's image request to the configured image-generation route.
  • mindseye_edit_image sends a DSH image attachment and an edit request to the configured image-editing route.
  • Generated images are returned as native DSH attachments and displayed in the conversation.
  • Generation does not automatically save files to the project or run a verification pass.

Browser automation

When gui.enabled is turned on, MindsEye opens a separate visible Chrome or Edge session. The GUI tools can open pages, take snapshots, wait, click, type, send key presses, scroll, and close the session.

If a page requires CAPTCHA, login, or permission confirmation, the run pauses on a native DSH question card. The user can:

  • take over the visible browser and complete the step;
  • skip the first handoff question when the step may already be complete; or
  • abandon the run.

After the user resumes, MindsEye checks the page state before returning control to the model. The browser uses an isolated session and does not attach to the user's existing Chrome or Edge profile. GUI actions require a fresh snapshot after each action so element references and coordinates cannot silently become stale.

Tools

ToolPurpose
mindseye_planExtracts the current request and prepares the intent context used by downstream tools.
mindseye_read_imageAnswers questions about one or more images and extracts focused visual evidence.
mindseye_groundLocates a target and returns its pixel bounding box.
mindseye_generate_imageGenerates an image from the user's request.
mindseye_edit_imageEdits a supplied image attachment.
mindseye_vision_activateMounts the vision tools during a text-only turn.
mindseye_gui_open / snapshot / waitOpens a browser session and observes its current state.
mindseye_gui_click / type / keypress / scrollPerforms a state-checked browser action.
mindseye_gui_closeCloses the current browser session.

The memory tools are optional and expose explicit DSH operations for storing, retrieving, searching, and comparing image-related records.

Configuration

Configure MindsEye from the DSH settings card or the plugin configuration.

  • vision.routes: independent routes for understand, extract, and locate.
  • vision.fallbacks: fallback routes for vision calls.
  • image.generate: ordered image-generation routes.
  • image.edit: ordered image-editing routes.
  • gui.enabled: enables the visible browser tools. It is disabled by default.
  • gui.browser: auto, chrome, or edge.
  • gui.restrictHosts: enables host allowlisting when set to true.
  • gui.allowedHosts: hosts allowed when host restriction is enabled.
  • gui.maxSteps and gui.timeoutMs: limits for one browser run.

Vision routes use OpenAI-compatible Chat Completions or Responses APIs. Image routes support JSON and multipart request bodies so different image providers can be configured independently.

Data and Safety

  • Image-capable models keep native DSH image blocks. Text-only fallback paths use isolated temporary files created for the current paste operation.
  • Image bytes and questions are sent to the configured provider only when a MindsEye tool makes that provider call.
  • Credentials come from DSH credentials, environment variables, or plugin settings and are sent only to the matching provider.
  • Browser automation starts a local Chrome or Edge child process only when explicitly enabled. It does not use the user's existing browser profile and does not execute downloaded code.
  • Browser navigation can be restricted to an explicit host allowlist.

Install

npm install dsh-mindseye
npx @deepseek-ai/dsh plugin --profile web add dsh-mindseye

Restart DSH Web after installation. Then configure at least one vision route in the MindsEye settings card. Unconfigured focused vision routes fall back to the general understanding route when available.

Development

pnpm install
pnpm test
pnpm typecheck
pnpm build