qiaomu-cut

Converts one-line video briefs into reproducible, verified video projects rendered with ffmpeg.

335|37|Updated Jul 18, 2026
One-click install
npx skills add https://github.com/joeseesun/qiaomu-cut-skill --skill qiaomu-cut-joeseesun
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: qiaomu-cut
Source: https://github.com/joeseesun/qiaomu-cut-skill
Command: npx skills add https://github.com/joeseesun/qiaomu-cut-skill --skill qiaomu-cut-joeseesun

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Turning a video idea into a finished deliverable normally requires sourcing licensed footage, writing subtitles, configuring ffmpeg, designing transitions, and verifying encoding quality by hand. This Skill orchestrates that entire pipeline as an agent-executable workflow: it plans a QiaoCut IR from a one-line brief, routes to stock footage, movie-line search, AI generation, and TTS providers, then renders and validates the final video. ## Core Features & Use Cases - Ten built-in workflows: english-mix, stock-story, person-profile, explainer, cinematic-short, product-launch, social-short, talking-head, data-story, and hybrid-studio, each with sourcing and rendering rules. - Governed asset sourcing: searches 33台词 movie lines, ClipSeek/Pexels/Pixabay stock media, local files, and ListenHub/MarsWave AI generation with explicit --yes confirmation, upload consent, provenance manifests, and license reports. - Three-tier rendering: preview, standard, and final profiles with bilingual three-layer ASS subtitles, 20 brand intro/outro templates, project caching, contact sheets, and profile-matched technical verification. - Use Case: Ask for a 60-second vertical English-learning video from movie quotes; the Skill searches licensed clips, cuts on complete sentence boundaries, generates bilingual subtitles and brand cards, renders a preview for review, then produces a final release-ready MP4 with a quality report. ## Quick Start Ask the agent to create a 60-second vertical English-learning video about excavators using free stock footage, and it will plan, source, preview-render, and finalize the video project for you.

Frequently Asked Questions about qiaomu-cut

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a video from a text prompt with an AI agent?▼

Describe the video you want in one sentence, and the Skill generates a QiaoCut IR plan covering duration, aspect ratio, audience, style, and shot list. It then sources or generates assets, renders a preview profile first, and produces a final MP4 after content is locked.

How to make bilingual subtitle videos for English learning?▼

The english-mix workflow generates three-layer ASS subtitles with the English sentence, natural Chinese translation, and a top annotation layer. It uses mobile-safe font sizes on a 1080x1920 canvas and cuts movie clips on complete sentence boundaries rather than fixed time offsets.

What ffmpeg build is required for ASS subtitle rendering?▼

Rendering requires an ffmpeg-full build with libass, drawtext, subtitles, overlay, loudnorm, sidechaincompress, zoompan, xfade, and libx264. On macOS, scripts/bootstrap_macos.sh --install installs it via Homebrew without replacing an existing system ffmpeg.

Does AI video generation require confirmation before spending credits?▼

Yes. Remote ListenHub/MarsWave creation commands require an explicit --yes flag after showing model and cost estimates, and uploading local files additionally requires --allow-upload. Generated results are captured privately, downloaded over validated HTTPS, and recorded in an asset manifest.

Can I use downloaded movie clips commercially in my videos?▼

No automatic commercial rights are granted. Movie clips from 33台词 are treated as limited to study, commentary, research, or separately authorized use, and ClipSeek results must be verified against the original Pexels/Pixabay source page license before publication.

Why does qcut render fail with missing filter subtitles?▼

This error means the active ffmpeg is not a full build lacking libass support. Run scripts/bootstrap_macos.sh --install or set the QIAOMU_FFMPEG environment variable to point at an ffmpeg-full binary, then verify with qcut doctor.