AI Agent Hub
Back to plugins
🤖

dsh-vision-suite

Model Inference Updated 2026.08.15

Run the following command in DeepSeek Harness:

dsh plugin install princefrogdida-ux/dsh-vision-suite

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install princefrogdida-ux/dsh-vision-suite in your DeepSeek Harness terminal to install; the source repository is at https://github.com/princefrogdida-ux/dsh-vision-suite

About this plugin

DeepSeek is strong at text reasoning, yet when the task becomes reading a screenshot, diffing two UI captures, or checking how a page currently looks, Harness has no native visual tool. dsh-vision-suite adds vision on top of the official deepseek-official text route: images are sent to a configured OpenAI-compatible vision model only when a visual tool is invoked, and nothing leaves the machine unless a provider is explicitly set.

Six tools cover the full loop from understanding to manipulation. vision_describe answers questions over one to four images and supports structured screenshot evidence; vision_ocr works through a remote model or a local Tesseract backend; vision_crop slices by pixel coordinates and saves a persistent attachment; vision_compare reports the change ratio and a magenta diff map between two same-size screenshots; vision_palette extracts approximate dominant colors; vision_browser_capture takes a whitelisted web-page snapshot via headless Edge or Chrome. Every crop, diff, and web capture yields a persistent attachment ID that can be fed back into describe or OCR for iterative visual workflows.

Security is built in: the plugin is off by default, never hijacks routing, keeps API keys exclusively in Harness Credentials, and restricts web capture to an exact host whitelist with a fresh browser context each time. It is aimed at Windows-based DeepSeek Harness users who need the model to actually see screenshots and web pages, particularly in UI regression comparison, document OCR, palette verification, and automated visual-evidence pipelines.

Use Cases

  • Diff two UI screenshots to pinpoint visual regressions instantly
  • Extract mixed Chinese-English text from complex screenshots without manual transcription
  • Capture whitelisted pages via headless browser for replayable visual evidence

Best For

  • Windows users who need image understanding alongside DeepSeek
  • Engineers performing UI testing and visual regression
  • Dev teams building automated visual-evidence pipelines