What problem does it solve?
Claude cannot natively understand video content, so tasks like describing motion, classifying clips, or reviewing footage are impossible without an external multimodal model. This Skill bridges that gap by sending video and image files to the Qwen Omni API and returning text analysis.
Core Features & Use Cases
- Video and Image Analysis: Send mp4, mov, png, jpg, and other media files to Qwen Omni with a custom prompt and adjustable frame sampling rate.
- Batch and Multi-Turn Workflows: Classify many videos in a loop with JSON output, or save conversation context to ask follow-up questions about the same media.
- Use Case: You have a folder of generated animation clips and need to rank them by motion quality. Run the bridge script over each file with a structured JSON prompt, then compile the ratings into a single results file.
Quick Start
Ask Claude to analyze the video at a given file path and describe what happens in it using the qwen-vision skill.