Videocut — AI skill for Claude Code
AI 口播视频编辑。in 视频文件/目录 → out 去废话+字幕+金句+拆条+封面+变速.
How to install Videocut
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open zinan92/videocut and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Videocut does
AI 口播视频编辑。in 视频文件/目录 → out 去废话+字幕+金句+拆条+封面+变速.
Alternatives in AI
- Cindy — Consider it done 2.3k ★
- Cwc Long Running Agents — Claude Code's built-in /goal command gives you a generator/evaluator loop out of the box: set a completion con 668 ★
- Mancode — AI coding agent harness 358 ★
README
Videocut
**AI 口播视频编辑能力集。7 个独立 CLI 工具,各自可用,也可串联成流水线。**
[](https://nodejs.org) [](https://ffmpeg.org/) [](https://docs.anthropic.com/en/docs/claude-cli) [](LICENSE)
in 视频文件 (mp4/mov) | 视频目录 (batch mode)
out 剪辑视频 + 字幕 + 金句片段 + 封面卡片 + 章节切片 + 变速视频
fail 视频文件不存在 → exit 1, 提示路径
fail ffmpeg/mlx-whisper/node 缺失 → exit 1, 依赖检查提示安装
fail Claude CLI 未认证 → AI 步骤 fallback (静音检测 / 均分切片 / 全文替代)
fail Chrome 未安装 → cover 能力跳过
fail 目录内无视频文件 → exit 1, 提示目录为空
示例输出
$ node cli.js pipeline ~/录制.mp4 --steps autocut,subtitle -o /tmp/demo/ --no-review
Pipeline steps: autocut → subtitle
Output dir: /tmp/demo/
[1/2] autocut
Extracting audio...
Transcribing (model: small)...
Done: 42 subtitle entries
12 silence segments (≥0.5s)
AI marked 8 additional segments
✅ AutoCut complete: /tmp/demo/cut.mp4
[2/2] subtitle
✅ Subtitled: /tmp/demo/cut_subtitled.mp4
Pipeline complete.
**封面图 (1280x720)** — 自动提取标题 + 品牌色渲染

**金句卡片 (1080x1080)** — 从转录中提取核心金句,Chrome Headless 渲染

**Batch 模式** — 传目录,自动处理目录内所有视频:
$ node cli.js autocut ~/videos/ -o /tmp/batch/ --no-review
Found 3 video(s) in /Users/wendy/videos/
[1/3] lesson_01.mp4
[2/3] lesson_02.mp4
[3/3] lesson_03.mp4
Done: 3 succeeded, 0 failed
7 个能力
| 能力 | 做什么 | 命令 |
|---|---|---|
| transcribe | 语音→文字 (Apple 芯片默认 MLX Whisper) | videocut transcribe input.mp4 -o out/ |
| autocut | 去语气词/停顿/口误 | videocut autocut input.mp4 -o out/ --no-review |
| subtitle | 检测/生成/烧录字幕 | `videocut subtitl |
Related Skills
Real-World Pain Points
Project: https://github.com/Narwhal-Lab/MagicSkills For many teams building multi-agent systems, the first thi
Tokentab
A CLI that reads Claude Code, Codex, and Gemini CLI session logs and works out how much they cost, by model, p
Pi Plugin Cc
Drive the Pi coding agent from Claude Code or Codex: multi-model review panels, model racing, incremental & sh
Find Typos
Find all typos. Read through all copy and run it through your LLM figuring out
AgentBBS
A multiplayer ai community where humans hang out in a web app and agents connect over SSH or MCP — sharing the
Vox Animated Ad MCP
Vox-style paper-collage animated video skill for AI agents — Claude + MaxFusion AI MCP (Google Omni). One sent
Related Agents
Subfinder - Fast Passive Subdomain Enumeration Using Multiple Sources
subfinder -d target.com -all -o subdomains.txt amass enum -passive -d target.com -o amass_passive.txt assetfin
Ad Attack Planner
Reasons about low-privilege-to-Domain-Admin paths in an authorized Active Directory assessment. Takes the enum
Loom Codex Forwarder
Forwarding shim for the loom codex implementation lane. Receives a fully-specified implementation task, hands