DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-image-mmx

A DeepSeek Harness plugin that lets text-only models understand pasted or uploaded images using MiniMax VLM through mmx-cli.

VisionDeveloper Tools
1GitHub Stars1ForksUpdated2026-08-16

Install

$ dsh plugin --profile web add 'github:fengs2021/dsh-image-mmx'

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
dsh-image-mmx intercepts image messages for DSH text models, stores images in the session workspace, runs `mmx vision describe`, and injects the resulting description into model-visible context while retaining image thumbnails for users.

Key Capabilities

  • Allows image-containing messages for models that do not declare image input support
  • Stores image attachments in the session `.attachments/` workspace directory
  • Calls `mmx vision describe` to generate image descriptions
  • Replaces model-visible image blocks with image paths and VLM recognition text
  • Processes multiple images independently in parallel
  • Leaves models with native image input support on their native path
  • Falls back to path text when mmx is unavailable, unauthenticated, times out after 60 seconds, or the format is unsupported such as GIF

Useful For

  • Let DeepSeek or other text-only DSH models answer questions about screenshots
  • Extract visible UI text, error messages, code, layouts, and scene elements from pasted images
  • Enable image-assisted debugging in DSH Web without changing the underlying text model

Who It Fits

  • DeepSeek Harness Web users
  • Developers using text-only models in DSH
  • Users with an installed and authenticated MiniMax mmx-cli

Documented Limitations

  • Requires DeepSeek Harness 0.1.0-rc.6+ and Node.js 18+
  • Requires local installation and authentication of the MiniMax official `mmx-cli`
  • GIF is listed as unsupported
  • Recognition falls back to path text if mmx is unavailable, unauthenticated, times out, or cannot process a format
  • The plugin does not process models that already support native image input

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, 0 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.

info

Source & Registry Notes

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

Source repository
fengs2021/dsh-image-mmx
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
569cc5e · 2026-09-20

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
1
Open issues
0
Last commit
2026-08-16
Last release
No release detected
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