autocliper-ai
Installation
SKILL.md
AutoCliper.AI — Agent Skill
Convert one long YouTube video into 5–15 short clips with Chinese packaging and hard-burned subtitles.
This document is the single source of truth for any AI agent executing the AutoCliper pipeline. Follow every numbered step in order. Do not skip steps. Do not guess file names — inspect the filesystem after each write operation.
0. Pre-flight Checks
Before doing anything else, verify the environment. Report the exact blocker and stop if any check fails.
| Check | Command | Pass Condition |
|---|---|---|
| yt-dlp installed | which yt-dlp |
returns a path |
| ffmpeg installed | which ffmpeg |
returns a path; if missing, try python3 -c "import imageio_ffmpeg; print(imageio_ffmpeg.get_ffmpeg_exe())" |
| Python 3.9+ | python3 --version |
>= 3.9 |
| Skill repo available | check that corekit/ directory exists relative to the skill root |
corekit/__init__.py is present |