dsh-vision-helper
Run the following command in DeepSeek Harness:
dsh plugin install Yuuz12/dsh-vision-helper
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install Yuuz12/dsh-vision-helper in your terminal to install from npm, or pull the source from https://github.com/Yuuz12/dsh-vision-helper for a manual install — both are zero-dependency and require no build step.
About this plugin
DeepSeek Harness agents are driven by plain text at their core, yet real workloads are full of screenshots, UI wireframes, and data charts that a text-only model simply cannot see. Users are forced to describe images by hand while the agent guesses from words alone — dsh-vision-helper exists to close that gap.
The plugin registers a single vision_analyze tool: it accepts a local file path or a data URI, forwards the image to a user-configured multimodal model (any OpenAI-compatible vision endpoint), and returns structured analysis text. The entire package is zero-dependency — no build step, no symlinks, no npm install — and once installed it becomes a persistent, session-wide tool across all profiles. A smart system-prompt injection handles the rest: in auto mode the agent checks whether the main model can already see images and skips the extra call when possible, only invoking vision_analyze when the main model is text-only.
If your workflow regularly requires the agent to genuinely read a screenshot or chart, or you have already wired up a multimodal route and want a dedicated vision model to handle recognition instead of letting the main model guess, this plugin is built for that use case. Every setting takes effect immediately, survives restarts, and demands no ongoing maintenance — ideal for DSH users who prefer a lean, drop-in utility.
Use Cases
- Agent reads a pasted error screenshot and suggests a fix
- User uploads a UI wireframe and expects the agent to describe its layout
- Agent extracts numeric values from a chart and writes a text summary
Best For
- DSH users who want the agent to handle image tasks autonomously
- Developers with a configured multimodal endpoint who prefer a dedicated vision model
- Lightweight-plugin seekers who prefer zero-dependency, drop-in installs with no build step
Related Plugins
ModLens is a vision plugin for DeepSeek Harness that gives text-only models sight by reading images pasted directly into chat, with zero-config setup and multiple vision engines.
On-demand vision for text-only DeepSeek Harness agents: built-in free keyless vision chain and 14 vision tools, routing image turns as tool calls to vision models with pixel fidelity, no Python needed, one-command install.
Give text-only models in DeepSeek Harness eyes, enabling image Q&A, long-screenshot OCR, UI restoration, and GUI visual tasks.
An armor-breaking plugin for DeepSeek: rewrites instruction priority, expands refusal-blocked phrases, persists across sessions, and shows a green active indicator.