DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

mimo-vision

A native DSH vision tool that describes local image files using mimo-v2.5-series multimodal models.

VisionTerminal & TUIDeveloper ToolsSecurity & PolicyRemote Execution
1GitHub Stars0ForksUpdated2026-08-16

Install

$ dsh plugin --profile web add mimo-vision

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
mimo-vision is an installable DeepSeek Harness plugin that registers the `describe_image` tool. It reads an image through DSH filesystem capabilities, sends it to configured mimo-v2.5 free or paid routes, and returns a text description to the calling model.

Key Capabilities

  • Registers the `describe_image` DSH tool with required `path` and optional `question` arguments.
  • Supports native PNG, JPEG, GIF, WebP, and BMP inputs.
  • Can transcode SVG, TIFF, HEIC, PSD, ICO, EXR, JP2, JXL, and AVIF to PNG when local ImageMagick is available.
  • Limits image reads to 20 MiB and downscales transcoded images to a 2048px maximum long edge.
  • Resolves `OPENCODE_GO_API_KEY` first, with `OPENCODE_API_KEY` as a fallback.
  • Tries the configured free mimo route first and can fall back once to a paid route when `allowPaid` is enabled.

Useful For

  • Giving non-vision DSH models a tool for describing local images.
  • Asking an agent to identify visible subjects or details in an image file.
  • Analyzing image formats that can be converted locally with ImageMagick.

Who It Fits

  • DeepSeek Harness users who need image-description capability.
  • DSH plugin developers working with Cordis capability seams.
  • Users with an OpenCode API key and access to a mimo-v2.5-series route.

Documented Limitations

  • Requires Node `^22.19.0 || >=24.0.0` and runs only inside DSH, where its DSH peer dependencies are provided.
  • Requires an OpenCode API key configured through DSH credentials or the process environment.
  • Unsupported formats, missing ImageMagick for transcode-only formats, oversized files, missing files, and route failures return tool-level errors.
  • Transcoding non-native formats writes temporary source and PNG files to the system temp directory via `node:fs`, bypassing the DSH filesystem sandbox policy for that path.
  • GitHub-source installation uses committed prebuilt `lib/` artifacts; stale artifacts may be loaded if they are not rebuilt after source changes.

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

Dependency Counts

package.json declares 0 runtime, 10 development, 7 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.

info

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
wulusai2333/mimo-vision
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
9a6baca · 2026-09-10

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
1GitHub stars
Forks
0
Open issues
0
Last commit
2026-08-16
Last release
2026-08-16
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app