dsh plugins中文
← Back to popular plugin directory

package.json runtime

omdsh-dev/Qwen-MM-Plugins · tools

Qwen-MM capabilities as an installable DSH profile bundle.

★ 4GitHub stars
0Forks
2026-08-14Last updated
TypeScriptLanguage
License

Project overview

Qwen-MM capabilities as an installable DSH profile bundle. The package keeps the Qwen-MM implementation small and explicit: it fetches each selected Agent Skill at a configured upstream ref, starts its MCP server through the existing DSH client in required-initial-discovery mode, and mounts the skill only after tool discovery succeeds. Repository shape

The package is intentionally private and can be installed from a Git checkout or linked into a profile. It does not vendor the Qwen-MM Python implementation. Bundle behavior

Installing the bundle adds a disabled qwen-mm row. This is deliberate: enabling it starts remote Git fetches and external MCP processes, so the deployment must provide the exact Qwen-MM ref, capability list, and any capability environment explicitly in its profile layer.

Install command

dsh plugin --profile web add github:omdsh-dev/Qwen-MM-Plugins
View GitHub repository ↗Back to popular plugin directory