
qizhen2021/dsh-plugin-vision
00Last commit Aug 14, 2026
dsh-plugin-vision DSH plugin
This installable DSH profile bundle registers a `see` tool for image analysis. It combines macOS Vision OCR with coordinates, Python/PIL ASCII layout output, and an OpenAI-compatible gateway for structured visual descriptions, allowing text-only routed models to analyze images.
How to install the dsh-plugin-vision DSH plugin
Data source
Snapshot date: Aug 15, 2026
manifest-valid
What the dsh-plugin-vision DSH plugin can do
- Registers the `see` tool in DeepSeek Harness.
- Returns offline OCR text with normalized bounding-box positions.
- Generates grayscale ASCII layout art for text-based layout inspection.
- Requests structured semantic descriptions through an OpenAI-compatible vision-model gateway.
- Supports configurable default and fallback models, gateway URL, image preprocessing, output limits, and timeouts.
- Can read credentials from the DSH credentials service or a configured YAML credential file.
- Provides a live settings namespace for selecting the default vision model.
Where the dsh-plugin-vision DSH plugin fits
- Let text-only DSH models inspect image files without using `read_image`.
- Extract positioned Chinese and English text from images on macOS.
- Review UI layouts or charts through ASCII representations.
- Produce structured text, layout, UI, style, and notes descriptions of images.
- Analyze images in DSH web profiles or other compatible Cordis compositions.
Who the dsh-plugin-vision DSH plugin is for
- DeepSeek Harness users running web profiles or compatible compositions.
- Users of text-only models who need image analysis results as text.
- Developers building DSH agents and presets that need an image-analysis tool.
dsh-plugin-vision DSH plugin limitations
- OCR requires macOS and the Vision framework.
- ASCII, preprocessing, and VLM-related paths require `python3` and PIL.
- V1 does not provide screenshot capture mode.
- The vision-description channel depends on an OpenAI-compatible gateway and configured credentials.
- Swift OCR has an initial compilation cost; the README estimates approximately 1–2 seconds on first use.
- Individual channels can fail independently, returning channel-level errors rather than failing the entire analysis.
Objective checks
These signals come from public metadata scans. They are not a security certification.
- info
dependency counts
package.json declares 6 runtime, 2 development, 0 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-plugin-vision DSH plugin alternatives
dsh-vision-router
77
DeepSeek Harness vision-routing plugin with provider fallback chains and pixel-level image tools.
dsh-robotic-harness
12
An installable DeepSeek Harness bundle for robotics and embodied-intelligence research workflows.
ModLens
1,421
A DeepSeek Harness vision plugin that turns pasted images into structured OCR, layout, and semantic evidence for supported text-only models.
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-plugin-vision DSH plugin questions
What is the dsh-plugin-vision DSH plugin?
dsh-plugin-vision 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-plugin-vision DSH plugin?
The current snapshot does not contain a reliable install command. Use the dsh-plugin-vision repository README instead of guessing a command from the plugin name.
Which DSH profile does dsh-plugin-vision use?
The current snapshot does not confirm a profile for dsh-plugin-vision. Check its manifest and README so the plugin is not added to the wrong DSH profile.
Is dsh-plugin-vision 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-plugin-vision 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-plugin-vision?
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.