What problem does it solve? Developers adding a new capability to Qwen-MM-Plugins need a working reference that shows how MCP tools, content-return shapes, API calls, and config resolution fit together, and this template provides that minimal working example. ## Core Features & Use Cases - Demo MCP tools: echo returns text, make_swatch generates a solid-color image, make_film_strip produces multi-frame image output, describe calls an OpenAI-compatible chat model, and config_probe reports resolved configuration. - Config resolution pattern: shows how shared.env.get_env resolves values with precedence of environment variable over ~/.qwen-mm-plugins/config over default. - Capability composition: demonstrates depending on qwen-mm-plugins-core tools like read_video to extract frames before doing capability-specific work. - Use Case: Copy the capabilities/example directory, adapt the demo tools into real ones, and follow the documented patterns to ship a new multimodal capability. ## Quick Start Ask the agent to run the config_probe tool from the example capability to see how environment and config values currently resolve.