Qwen-MM-Plugins

August 20, 2026 · View on GitHub

English · 中文

Native multimodal plugins for Qwen models. Make any agent harness multimodal-native.

Architecture

Qwen-MM-Plugins architecture

Install

The guided installer supports Claude Code, CodeBuddy, Codex, Qoder, OpenClaw, Qwen Code, and Gemini CLI. Shared configuration lives in ~/.qwen-mm-plugins/config.

In-app setup for WorkBuddy, QoderWork, and QwenWork, plus manual setup for DeepSeek Harness, Hermes Agent, opencode, pi, and QwenPaw, is documented in the other harness guide.

curl -fsSL https://raw.githubusercontent.com/QwenLM/Qwen-MM-Plugins/main/install.sh | bash

Update the capabilities already installed in one harness:

curl -fsSL https://raw.githubusercontent.com/QwenLM/Qwen-MM-Plugins/main/install.sh | bash -s -- update

Released capabilities use independent, immutable tags. For local checkout installs, rollback, manual skill + MCP setup, dependencies, and Windows/WSL2, see the installation guide.

Capabilities

Each capability is installed independently as a Skill plus an optional MCP server. Its install name is qwen-mm-plugins-<capability>.

CapabilityUse caseMain requirementsCookbook
coreRead images and video; visualize documents, code, data, 3D files, and moreNo API key; ffmpeg for audio/video; format-specific apps as neededCookbook
apiQwen VL/Omni vision, OCR, grounding, ASR, segmentation, and audio-video understandingDashScope; ffmpeg for local audio/videoCookbook
searchWeb search, page extraction, and reverse-image searchSerper, Exa, or Tavily key; image search requires SerperCookbook
video-memoryBuild hierarchical memory for long-video QADashScope; ffmpeg/ffprobe for buildsCookbook
video-editImage, video, and audio generation with editing workflowsDashScope; ffmpeg + Node/Chromium for full editsCookbook
blenderModel, texture, light, and render in BlenderBlender; Xvfb on headless LinuxCookbook
freecadParametric CAD, STEP/STL, and FEM workflowsFreeCAD; CalculiX for FEM; Xvfb on headless LinuxCookbook
edu-agentCreate Chinese math/science explainer videos and interactive pagesSkill-only; Node/Chromium + ffmpeg; DashScope for narrated videoCookbook

Try it

After installing a capability, reference a file and ask naturally; the Skill selects the relevant MCP tool.

@report.pdf          Summarize page 3 and extract its table.
@meeting.mp4         Transcribe this with speaker labels and timestamps.
@place.jpg           Identify where this photo was taken and verify it on the web.
@lecture-2h.mp4      List the main points with timestamps.

core reads media at dynamic resolution, so manual resizing is normally unnecessary.

Requirements and configuration

  • uv provides uvx, which installs Python dependencies on demand.
  • Local core tools need no API key in the default native-image mode. Text-only caption fallback, cloud, and search capabilities need their provider credentials.
  • Video, document, browser, Blender, and FreeCAD workflows may need system applications.

Run the installer's Configure and Verify actions to set credentials and check dependencies. See Installation for prerequisites and the configuration reference for every setting.

Documentation

License

Apache-2.0 — see LICENSE. Third-party attribution for the Blender and FreeCAD integrations is recorded in their respective Blender and FreeCAD notices.