AI Agent Hub
Back to plugins
🤖

dsh-bundle-vision

Model Inference Updated 2026.08.16

Run the following command in DeepSeek Harness:

dsh plugin install skillre/dsh-bundle-vision

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

Run dsh plugin install skillre/dsh-bundle-vision in your terminal; the full source is available at https://github.com/skillre/dsh-bundle-vision .

About this plugin

The main model in DeepSeek Harness is typically a text-only route, and when a user needs to OCR a screenshot or describe a local photo, they either forward the image to a separate model manually or patch the Harness core to bring in multimodal support. dsh-bundle-vision collapses that workflow into a single plugin install: it registers a describe_image tool that lets the text model read a local PNG, JPEG, WebP, or GIF file, commits the bytes through the built-in attachment service, fires one direct LLM request at a named multimodal route, and returns plain text to the session — the image itself never enters the main model context.

Use Cases

  • OCR a local screenshot to extract text content within an image
  • Ask the main model to inspect a design mockup or chart and return a description or analysis
  • Switch between different multimodal routes per call without editing profile settings

Best For

  • Developers using DeepSeek Harness whose main model is a text-only route
  • Users who occasionally need to inspect local images without modifying core code
  • Plugin users who have configured multimodal models and want tool-based access from a text workflow