AI-powered video editing agent for talking-head videos using Claude Code Skills.
videocut-skills is worth checking the docs before setup with trust notes worth reviewing. Check agent compatibility and use-case fit before adding it to your workflow.
npx skills add Ceeon/videocut-skillsRun the command in your terminal.
Confirm that the skill files were added to your agent workspace.
Check the README requirements before invoking the skill in your agent.
This tool helps you edit talking-head videos automatically. It uses AI to find mistakes like stutters, repeated sentences, and long pauses. You can review the edits in a web page and apply them with one click.
Videocut Skills is a Claude Code Skills-based agent designed to streamline the editing of talking-head (口播) videos. It addresses two major pain points of traditional tools like CapCut: lack of semantic understanding (cannot detect repeated or corrected sentences) and poor subtitle quality for technical terms. The agent extracts audio, transcribes it using Volcengine ASR, then applies AI-powered analysis to detect silences (>0.3s), speech errors (stutters, corrections), repeated sentences (adjacent sentences with same first 5+ characters), and filler words. It generates a web-based review interface where users can click to preview, select/deselect edits, and then execute FFmpeg-based cutting. Additional skills include subtitle generation with custom dictionary correction, high-quality export with 2-pass encoding, and a self-update feature that remembers user preferences. The tool requires Python, FFmpeg, Node.js, and downloads FunASR and Whisper models (~5GB total).
Looks usable, but maintenance, license, or security notes deserve a closer look.
Last commit was about 10 days ago.
1851 GitHub stars indicate community interest.
17 open issues signal maintenance load.
No license detected; review before production use.
Automatically remove stutters, repeated phrases, and long pauses from talking-head videos.
Generate accurate subtitles for technical content with custom dictionary support.
Export high-quality videos with 2-pass encoding and sharpening.
Create a review workflow where editors approve AI-suggested cuts before final export.
Requires uploading video audio to Volcengine API for transcription; ensure compliance with data privacy policies.
Downloads large AI models (~5GB) which may consume significant disk space and bandwidth.
1,851
Stars
279
Forks
17
Issues
A public repository of example skills for Claude, demonstrating how to create reusable instructions and resources for specialized tasks.
Production-grade engineering skills for AI coding agents.
Adversarial AI bug hunter with auto-fix skill for Claude Code, Cursor, Codex CLI, GitHub Copilot CLI, Kiro CLI, Opencode, Pi Coding Agent, and more. Multi-agent pipeline finds security vulnerabilities, logic errors, and runtime bugs — then fixes them autonomously on a safe branch.
2 security/trust notes recorded.
Setup difficulty is 4/5.