Learning notes and tooling skills for AI video - AI 视频相关的学习与工具 skill
# Add to your Claude Code skills
git clone https://github.com/eternityspring/reelbench-skillsGuides for using ide extensions skills like reelbench-skills.
reelbench-skills is an open-source ide extensions skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by eternityspring. Learning notes and tooling skills for AI video - AI 视频相关的学习与工具 skill. It has 61 GitHub stars.
reelbench-skills's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/eternityspring/reelbench-skills" and add it to your Claude Code skills directory (see the Installation section above).
reelbench-skills is primarily written in JavaScript. It is open-source under eternityspring on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other IDE Extensions skills you can browse and compare side by side. Open the IDE Extensions category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh reelbench-skills against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
Unlocks once the catalog security scan passes (runs nightly).
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
视频侧的 Claude Code / Codex skill。
| skill | 干什么 |
|---|---|
| video-shots | 拉片:把一条成片拆成逐镜头的分析表——时长、景别、类别、运镜、画面。切点与时长由 ffmpeg 量,模型只判断该判断的四件事,14 道质量门逐条对账 |
git clone https://github.com/eternityspring/reelbench-skills.git
cd reelbench-skills
./scripts/install.sh
软链到 ~/.claude/skills/ 和/或 ~/.codex/skills/(哪个装了就装到哪),git pull 之后立刻生效。
./scripts/install.sh --claude # 只装到 Claude Code
./scripts/install.sh --codex # 只装到 codex
./scripts/install.sh video-shots # 只装某一个 skill
./scripts/install.sh --uninstall # 取消软链
依赖只有 node >= 18 和 ffmpeg / ffprobe(macOS:brew install node ffmpeg)。
零 npm 依赖、零 API key,用当前会话额度。
不想软链就直接拷:cp -r skills/video-shots ~/.claude/skills/——skill 自包含,拷走就能用。
demo-report/ 是拿 demo-video.mp4(202.9 秒的 AI 短片《啥是AI》)真跑出来的完整产物:
53 镜、平均镜长 3.83 秒、每分钟 15.7 切、14 道质量门全绿。
报告是单文件交互页:内嵌播放器(播放时同步高亮镜头、点镜头跳转)、镜头节奏带、 可搜索可筛选可排序的镜头表(列表 / 卡片两种视图、首尾关键帧并排、点图开大图)、 统计分布、出场人物、质量检查。零外部依赖,离线双击能开。
demo-report/
├── shots-report.html ← 克隆下来双击就能开
├── shots.json ← 53 镜的拉片主数据
├── shots.md ← Markdown 镜头表
├── track.json ← 逐帧差分的运动曲线(机器证据)
└── frames/ ← 每镜首尾两张关键帧,共 106 张