Agent skill · creative production · aaaaqwq

videocut:剪口播

口播视频转录和口误识别。生成审查稿和删除任务清单。触发词:剪口播、处理视频、识别口误

Why this skill is useful

Adds multiple executable scripts for audio extraction, transcription, and error analysis that enhance video editing capabilities.

What it needs

Requires ffmpeg, node installed locally. Requires uguu.se account access. About 3k tokens when loaded. Last updated 2026-08-06. 83 stars on the source repository.

What this skill does

<!-- input: 视频文件 (.mp4) output: subtitleswords.json、autoselected.json、review.html pos: 转录+识别,到用户网页审核为止 架构守护者:一旦我被修改,请同步更新: 1. ../README.md 的 Skill 清单 2. /CLAUDE.md 路由表 --> 剪口播 v2 火山引擎转录 + AI 口误识别 + 网页审核 快速使用 输出目录结构 规则:已有文件夹则复用,否则新建。 流程 执行步骤 步骤 0: 创建输出目录 步骤 1-3: 转录 步骤 4: 生成字幕 步骤 5: 分析口误(脚本+AI) 5.1 生成易读格式 5.2 读取用户习惯 先读 用户习惯/ 目录下所有规则文件。 5.3 生成句子列表(关键步骤) 必须先分句,再分析。按静音切分成句子列表: 5.4 脚本自动标记静音(必须先执行) → 输出 autoselected.json(只含静音 idx) 5.5 AI 分析口误(追加到 autoselected.json) 检测规则(按优先级): # 类型 判断方法 删除范围 --- ------ ---------- ---------- 1 重复句 相邻句子开头≥5字相同 较短的整句 2 隔一句重复 中间是残句时,比对前后句 前句+残句 3 残句 话说一半+静音 整个残句 4 句内重复 A+中间+A 模式 前面部分 5 卡顿词 那个那个、就是就是 前面部分 6 重说纠正 部分重复/否定纠正 前面部分 7 语气词 嗯、啊、那个 标记但不自动删 核心原则: 先分句,再比对:用 sentences.txt 比对相邻句子 整句删除:残句、重复句都要删整句,不只是删异常的几个字 分段分析(循环执行): 🚨 关键警告:行号 ≠ idx 口误分析.md 格式: 步骤 6-7: 审核 用户在网页中: 播放视频片段确认 勾选/取消删除项 点击「执行剪辑」 --- 数据格式 subtitleswords.json autoselected.json --- 配置 火山引擎 API Key

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills aaaaqwq/videocut-oral

View the source on GitHub

Browse the @skills marketplace