Qwen-MM-Plugins Alibaba's Qwen team released Qwen-MM-Plugins, a suite of native multimodal plugins that add vision, video, and 3D capabilities to Qwen models and any agent harness. The plugins install as skills plus optional MCP servers, with a single script supporting Claude Code, Codex, Qoder, OpenClaw, Qwen Code, and Gemini CLI. The suite includes core vision tools, video memory and editing, Blender and FreeCAD integration, and an education agent, with installation via curl or harness-specific commands. English Β· δΈ­ζ–‡ /QwenLM/Qwen-MM-Plugins/blob/main/README.zh.md Native multimodal plugins for Qwen models. Make any agent harness multimodal-native. 🧩 Capabilities -capabilities πŸ— Architecture -architecture πŸ“¦ Installation -installation πŸ”§ Dependencies -dependencies πŸ”‘ Configuration -configuration πŸš€ Quick Start -quick-start πŸ§ͺ Development -development Each capability is installed separately β€” a skill so the model knows the toolset exists plus an optional MCP server the tools themselves . We ship cookbooks /QwenLM/Qwen-MM-Plugins/blob/main/cookbooks of Qwen3.8-Max + these plugins in action β€” each capability's cookbook linked in the table below has its full tool listing, setup, and worked cases. Enjoy | Capability | What it does | Install name | Cookbook | |---|---|---|---| core | Foundational vision: dynamic-resolution reading of images / videos / documents / 3D models, plus OCR, grounding, segmentation, ASR, vision chat, and web search | qwen-mm-plugins-core | | video-memory qwen-mm-plugins-video-memory TBD /QwenLM/Qwen-MM-Plugins/blob/main/cookbooks/video-memory/usage.md video-edit qwen-mm-plugins-video-edit TBD /QwenLM/Qwen-MM-Plugins/blob/main/cookbooks/video-edit/usage.md blender running Blender via Python thin client, 22 tools β€” modeling / materials / lighting / rendering qwen-mm-plugins-blender TBD /QwenLM/Qwen-MM-Plugins/blob/main/cookbooks/blender/usage.md freecad running FreeCAD thin client, 14 tools β€” modeling, property edits, STEP/STL import/export, FEM analysis qwen-mm-plugins-freecad TBD /QwenLM/Qwen-MM-Plugins/blob/main/cookbooks/freecad/usage.md edu-agent skill-only , no MCP server qwen-mm-plugins-edu-agent TBD /QwenLM/Qwen-MM-Plugins/blob/main/cookbooks/edu-agent/usage.md A capability = a skill so the model knows the tools exist + an optional MCP server the tools themselves, launched on demand by uvx β€” needs uv https://docs.astral.sh/uv/ , no manual pip . One script handles install Β· configure Β· verify Β· uninstall across every harness it supports Claude Code Β· Codex Β· Qoder Β· OpenClaw Β· Qwen Code Β· Gemini CLI . It drives each harness's own native install under the hood β€” nothing reinvented β€” and writes a single shared config file ~/.qwen-mm-plugins/config that GUI and terminal harnesses both read, so you set things up once: curl -fsSL https://raw.githubusercontent.com/QwenLM/Qwen-MM-Plugins/main/install.sh | bash Or run one action at a time β€” bash install.sh install / configure / verify / uninstall what configure and verify do is detailed under Configuration -configuration and Dependencies -dependencies . Windows x64: use WSL2 Ubuntu recommended and clone the repository inside your WSL home directory for example ~/code , rather than under a mounted Windows drive such as /mnt/c . Then run the same commands there. WSL2 is currently the only supported Windows environment; native Windows has not yet been validated. See the concise Windows notes /QwenLM/Qwen-MM-Plugins/blob/main/docs/en/installation.md windows-wsl2 . Prefer your harness's own commands β€” or you're on opencode / pi / QwenPaw, which the installer doesn't cover? Register the skill + MCP yourself. Plugin-marketplace harnesses Claude Code Β· Qoder Β· Codex Β· OpenClaw Β· Qwen Code β€” add the marketplace, then install a capability replace