AI Agent Hub
Back to plugins
🤖

dsh-omni-vision

Model Inference Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install Renji004/dsh-omni-vision

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

Install the plugin in DeepSeek Harness by running dsh plugin install Renji004/dsh-omni-vision. Source code: https://github.com/Renji004/dsh-omni-vision

About this plugin

Text-only models have no eyes, yet an Agent workflow often needs to read text from a screenshot, confirm the structure of a flowchart, or describe the color layout of an image. dsh-omni-vision gives the Agent the ability to see entirely locally, without depending on any vision model.

The plugin ships four core tools: eyes_render draws canvas elements (text, lines, rectangles, circles) in the Web GUI and renders Mermaid diagrams, saving PNG in duplicate copies; eyes_ocr calls the Windows built-in offline OCR engine to read text back into the model; eyes_analyze decodes a PNG into a pixel-color grid and dominant-color histogram so the Agent can understand shapes and palettes as structured data; eyes_paste lets the user paste or drag a clipboard image straight into the page, which the browser captures and stores as a local PNG for reading. The entire loop runs over local HTTP and disk with no unnecessary network calls.

It suits developers and teams on Windows who use DeepSeek or other text-only models and want the Agent to handle images and text locally. No extra GPU, no vision-model API, install-and-go, works offline.

Use Cases

  • Agent reads text from a screenshot via offline Windows OCR
  • Agent renders a Mermaid flowchart and verifies node structure
  • Agent describes image layout and dominant colors from pixel data

Best For

  • Developers working with text-only models like DeepSeek
  • Teams needing offline image processing without a vision API
  • DSH Web users on Windows