modlens
liustack
Vision bridge for text-only models: paste an image, get structured JSON evidence (OCR, layout, semantics).
Anionex/dsh-vision-toolkit
Vision tasks for text-only models: intent-aware image Q&A, long-screenshot OCR, UI reproduction, grounding, and pixel diff.
Install
via npm
Resolves a published tarball rather than cloning the repository, and installs without any extra setup. Swap `web` for your profile name if you run another one.
via GitHub · npm package
Installing from GitHub runs the project's build script, which pnpm blocks until you allowlist it — run the command once and pnpm prints the exact key to add under `allowBuilds` in ~/.dsh/profiles/web/pnpm-workspace.yaml.
Due diligence
dsh-vision-toolkit is a DeepSeek Harness plugin that gives text-only agents task-focused access to images, screenshots and visual comparison results. It packages agent-vision-toolkit as a native DSH plugin. In DSH Web, an agent can receive a pasted image; text-only routes switch to a Vision Toolkit variant, retain a workspace path, and send the image together with the reason for inspection to the configured vision service. The default path uses a free Gemma 4 service without an API key. Operations such as cropping, pixel diffing, colour analysis, foreground extraction, SVG tracing and HTML screenshot rendering run locally. Outputs can include task-focused answers, original-image coordinates, OCR in Markdown with chunks and manifests, crops, transparent PNGs, palettes, editable SVGs, screenshots, heatmaps and JSON.
It is intended for agents handling screenshots, UI reconstruction, long-image OCR, element grounding and visual verification rather than generic image captioning. The toolkit is a good fit when a text-only model needs evidence it can use in a subsequent action, such as locating a button or diagnosing a visual mismatch. It is less suitable when an existing vision-capable model already covers these workflows, or when images must not be sent to the default vision service. The shared free service also has documented limits of 100/day, 400/day and 20/minute for per-client, global and burst usage. dsh-vision-toolkit is MIT-licensed and has no detected risk flags in this listing.
The plugin integrates agent-vision-toolkit into DSH. In DSH Web, pasting an image causes text-only routes to use a Vision Toolkit variant and preserve a workspace path so the image can be reused. The request includes the inspection reason, allowing answers to focus on questions such as an error location or a button colour instead of returning only a general caption.
The documented workflows cover intent-aware image Q&A, element grounding with original-image pixel coordinates, long-screenshot OCR, UI reconstruction, asset extraction and screenshot comparison. The toolkit can produce:
New installations use the built-in Gemma 4 vision service and do not require an API key. Cropping, pixel diffing, colour analysis, foreground extraction, SVG tracing and HTML screenshots run locally rather than consuming vision API requests. A real image-request test is available in Settings; checking /models alone is not sufficient to verify image support.
The README documents free-service limits of 100/day per client, 400/day globally and 20/minute for bursts. Windows first-time isolated-runtime setup supports Microsoft Store Python. The provided excerpt does not specify additional configuration keys or standalone tool command names.
Written from the project's own documentation and kept in sync with it. Where the two disagree, the source is authoritative — read the README on GitHub
Same category
liustack
Vision bridge for text-only models: paste an image, get structured JSON evidence (OCR, layout, semantics).
ysr666
Free vision for text-only agents: built-in keyless vision chain plus pixel tools (Q&A, grounding, crop, pixel diff, colors, OCR, SVG trace, cutout, screenshots); paste an image to use it.
linenxi-ctrl
External vision plugin for DeepSeek Harness: whale-button config panel, image recognition with auto-reply, and agent screenshot/recognize tools.
Flyvhidbwo
DeepSeek brain + automatic image transcription: attach images in the GUI and each one is transcribed to text via any OpenAI-compatible VLM before reaching the text-only DeepSeek — a keyed fast path (default qwen3.7-flash; DashScope/Zhipu/OpenRouter or any OpenAI-compatible endpoint) with your own key, or local Ollama auto-detected with zero config.
jyh20030112
Gives text-only models vision: forwards user images to an OpenAI-compatible vision model and shows the descriptions in a Web UI right panel.
ConsoleSun
MCP bridge to gemini.google.com: vision analysis of images and videos, Imagen image and Veo video generation, and conversation management using the logged-in browser session with no API key.