OpenChatCut
OpenChatCut is an open-source, local-first AI video editor with a real multitrack timeline, conversational agents, and MCP support, enabling AI-assisted editing that remains fully editable.
qiaomu-cut is an agent-native skill that turns a one-sentence video brief into a reproducible, verifiable video project with governed media sourcing, multi-layer bilingual subtitles, and scalable rendering profiles.
288
+45
36
0
MIT
2026-07-19
It bridges the gap between AI-generated video suggestions and actual production by providing a structured pipeline (QiaoCut IR, asset manifest, render profiles, cache) that agents can execute and verify, while integrating multiple real-world media sources (33台词, ClipSeek, ListenHub) with built-in licensing and security boundaries.
中文 | English
你只说一句“我要什么视频”,它把素材、分镜、字幕、转场、动效、渲染和质检组织成一个可复现的视频工程。 Say what video you want; qiaomu-cut turns it into a source-aware, renderer-ready, verifiable video project.
普通 AI 会给你一段剪辑建议,真正开剪时还要你自己找素材、查版权、装 ffmpeg、写字幕、调转场、验编码。
qiaomu-cut 把这些拆成一个可复用的视频导演系统:它先生成 QiaoCut IR,再按环境路由到 33台词、ClipSeek/Pexels/Pixabay、本地素材、ListenHub/MarsWave 图片/视频/TTS/Voice/音乐、Coli 本地 ASR、agent 图片生成、HTML/Manim/PPT 等可用引擎,最终由 ffmpeg-full 合成。
v0.5 已真实实现的是:项目时间线渲染、三层双语 ASS、移动端大字号与平台安全区、20 套品牌片头片尾模板、无缩放快速片尾、完整句裁切规则、素材文件/场景去重门、macOS 与文件型旁白、程序音乐、原声混合、preview / standard / final 三档渲染、分层验收和项目内缓存;同时完整锁定 MarsWave 上游技能快照,并用安全 adapter 接入其当前 CLI 能力、付费/上传确认、私有任务 capture、生成物下载校验和 manifest 入库。HTML 视频捕获、Manim/PPT 直出、复杂遮罩、速度渐变和完整转场库目前仍是工作流接口与扩展方向,不冒充已经全部内置。
它不是承诺“魔法般永远一键完美”,而是把专业视频制作流程变成 agent 能执行、能验证、能继续扩展的工程。
npx skills add joeseesun/qiaomu-cut-skill --skill qiaomu-cut
本地开发或手动安装:
mkdir -p ~/.agents/skills
cp -R qiaomu-cut ~/.agents/skills/qiaomu-cut
验证:
node ~/.agents/skills/qiaomu-cut/scripts/qcut.js doctor --json
QiaoCut IR:时长、比例、受众、风格、分镜、素材策略、渲染器。preview 快速迭代,内容锁定后再用 standard 或 final 渲染。node --versionscripts/bootstrap_listenhub.sh --check。brew --versionscripts/bootstrap_macos.sh --check33tc CLI adapter;用 which 33tc 验证,或设置 QIAOMU_33TC_CLI。gh auth statusLISTENHUB_API_KEY 或 ListenHub 官方本机 credential store 读取凭据,命令使用 listenhub openapi ...;OAuth/internal 路由需用户明确执行 listenhub auth login,命令使用顶层 listenhub ...。两者不是同一认证命名空间,不要把 key 放进命令、项目或仓库;doct乔木智能视频导演 Skill:素材治理、双语字幕、品牌包装与可复现渲染 | Agent-native video director with governed sourcing and verifiable rendering
Similar projects matched by category, topics, and programming language.
OpenChatCut is an open-source, local-first AI video editor with a real multitrack timeline, conversational agents, and MCP support, enabling AI-assisted editing that remains fully editable.
An agent skill that fully automates the creation of Vox-style paper-collage explainer videos from a single topic using Atlas Cloud API and local ffmpeg.

A collection of notes on building coding agents, derived from the production development of the desktop agent Reina, with each mechanism simplified into a zero-dependency, single-file Node.js demo.