QwenLM/Qwen-MM-Plugins
Make any agent harness multimodal-native.
What it solves
It provides a set of native multimodal plugins that allow AI agents to interact with and process diverse media types—such as images, videos, audio, 3D models, and CAD files—directly rather than relying on separate APIs or basic shell commands.
How it works
Capabilities are installed as "Skills" and optional MCP (Model Context Protocol) servers. These plugins integrate with various agent harnesses (like Claude Code or Qwen Code) to give the underlying model the ability to read local files, call specialized model services for OCR and transcription, or even drive external software like Blender and FreeCAD.
Who it’s for
Developers building AI agents who want to add multimodal capabilities to Qwen models, as well as users of agent harnesses who need their AI to handle complex media tasks like video analysis, document visualization, or 3D modeling.
Highlights
- Core Media Handling: Native reading of local images, video frames, and documents with support for cropping and bounding-box annotation.
- Specialized Tooling: Direct control over 3D software including Blender (modeling/rendering) and FreeCAD (parametric CAD).
- Advanced Video Memory: Hierarchical memory for long videos to allow querying without re-watching the entire file.
- Omni-Capabilities: Audio-visual memory and the ability to convert tutorial videos into illustrated PDFs.
- Broad Integration: Supports multiple agent harnesses and uses
uvfor on-demand Python dependency management.
Related
- Project
- Project
- Project
- Project
- Project