qwen-mm-plugins-core
Installation
SKILL.md
Qwen-MM-Plugins Core
You have qwen-mm-plugins-core MCP tools available. Use them to read and visualize any file (images, videos, documents, code, data, 3D models, NIfTI volumes, notebooks, etc.) and to crop/annotate images. Prefer these MCP tools over manual scripting.
Check the qwen-mm-plugins-core tools in your tool list for full schemas and parameters.
When to Use Which Tool
Native reading (feeds content directly to you):
- Inspect metadata FIRST for any video/audio (duration, resolution, fps, codecs, bitrate, audio/video/subtitle tracks, rotation, chapters) →
media_info. Run it beforeread_videoand before any clip/edit — see Metadata first below. - See a file (PDF, Office, CSV, code, notebook, 3D, ...) →
visualize - Read an image with dynamic resolution →
read_image - Read a video (extract frames) →
read_video - Save specific frame(s) of a video to file →
save_view(passtimes=[...])
Producing / annotating (writes an image file):
- Crop a rectangular region from an image →
crop - Draw bounding boxes on an image →
draw_bbox