
ysr666/dsh-vision-router
778Last commit Aug 15, 2026
dsh-vision-router DSH plugin
dsh-vision-router adds vision support to DeepSeek Harness Web profiles. It routes image work through a configurable vision-provider chain while keeping DeepSeek for reasoning, and supplies tools for image Q&A, grounding, crops, pixel diffs, OCR, color analysis, tracing, cutouts, and HTML screenshots.
How to install the dsh-vision-router DSH plugin
pnpm dsh plugin --profile web add dsh-vision-routerCopying does not run this command. Review the repository and version before use.
Data source
Snapshot date: Aug 15, 2026
manifest-valid
What the dsh-vision-router DSH plugin can do
- Installs into a DSH Web profile with a bundled Cordis patch.
- Routes vision requests through a built-in OVHcloud anonymous endpoint or configured OpenAI-compatible and adapter-backed providers.
- Provides automatic provider fallback handling for classified request failures.
- Exposes nine vision tools: describe, ground, crop, pixel diff, colors, OCR, SVG trace, foreground extraction, and HTML screenshot.
- Caches vision descriptions by attachment content hash.
- Can automatically mount vision tools for image turns and expose a vision-tools skill for text turns.
- Supports optional proxying limited to configured vision-provider hosts.
- Includes a Web settings card for live configuration.
Where the dsh-vision-router DSH plugin fits
- Answering questions about uploaded images in DeepSeek Harness conversations.
- Comparing reference and generated UI screenshots with pixel-diff reports.
- Locating, cropping, OCRing, and analyzing regions of an image.
- Extracting dominant colors, tracing icons to SVG, or cutting out uniform-background foregrounds.
- Taking local HTML screenshots for iterative visual reconstruction workflows.
Who the dsh-vision-router DSH plugin is for
- DeepSeek Harness Web-profile users who need image-aware agent workflows.
- Developers performing screenshot comparison, UI reconstruction, or visual QA.
- Users who want configurable vision-provider fallbacks and image tooling.
dsh-vision-router DSH plugin limitations
- Requires DeepSeek Harness with a Web profile, pnpm available to dsh plugin, and Node.js 22 or later.
- The built-in free OVHcloud vision endpoint is best-effort and documented as limited to 2 requests per minute per IP.
- Chrome, Chromium, or Edge is required only for the vision_html_screenshot tool.
- Local Tesseract is optional; OCR falls back to the vision model when it is unavailable.
- Oversized images may be downscaled before vision calls; the documented default budget is 4 megapixels.
- The default stealth mode takes over the deepseek-official route; users can override the profile patch to retain the stock row.
Objective checks
These signals come from public metadata scans. They are not a security certification.
- info
dependency counts
package.json declares 6 runtime, 1 development, 1 peer, and 0 optional dependencies.
- info
dsh bundle declared
package.json declares DSH bundle metadata.
- info
license declared
GitHub reports the repository license as MIT.
- info
package manifest available
A root package.json was captured and can be inspected by the registry.
- info
source available
Public GitHub source metadata is available for this registry snapshot.
dsh-vision-router DSH plugin alternatives
awesome-deepseek-harness
36
A curated list of plugins, skills, MCP servers, patch/profile layers, orchestrators & UIs for DeepSeek Harness (DSH). Visualization · PPT · Coding · Agents · Loops (auto-research) and more. #dsh
dsh-user-experience
18
Persona-driven UX walkthrough plugin for DeepSeek Harness (DSH) - scans React + TypeScript source code for UX issues, pinpoints them, and suggests fixes.
dsh-robotic-harness
12
An installable DeepSeek Harness bundle for robotics and embodied-intelligence research workflows.
dsh-visual-plugin
6
Adds an OpenAI-compatible vision bridge to DeepSeek Harness, forwarding images to a configured vision model and displaying descriptions in a web panel.
dsh-vision-router DSH plugin questions
What is the dsh-vision-router DSH plugin?
dsh-vision-router is a project included in the current DSH plugin snapshot. This page organizes repository metadata and reviewed notes, but you should still inspect the upstream repository before running it.
How do I install the dsh-vision-router DSH plugin?
The page shows the install command captured from the source record. Copying does not run it, so confirm the package, profile, and version against upstream documentation first.
Which DSH profile does dsh-vision-router use?
The snapshot records web as the dsh-vision-router profile. DSH conventions can change quickly, so verify the manifest and README before installation.
Is dsh-vision-router compatible with the current DSH release?
The source data does not include a verified compatibility matrix. Check recent commits, releases, and DSH breaking changes, then test in a profile you can roll back.
What should I do if dsh-vision-router fails to load?
Check the install command, selected profile, dependency logs, and Cordis startup output first. Keep the exact error string, then compare it with this site's fix pages and upstream issues.
What are the closest alternatives to dsh-vision-router?
Related plugins on this page come from the current snapshot and are only candidates. Compare capabilities, maintenance activity, installation method, and limitations before choosing one.