claude-video-editor

作者 assafkip已验证

Use Claude to edit videos and add captions. Conversational video editing: cut, grade, subtitle, animate any footage.

2
Stars
0
Forks
Python
语言
2026/8/24
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/assafkip/claude-video-editor

快速入门

使用 claude-video-editor 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

Claude video editor

Use Claude to edit videos and add captions — or generate a video from nothing. Drop your footage in a folder, tell Claude what you want, get final.mp4 back. No timeline, no menus, no presets.

edit these into a 60-second promo with lower-third captions, no voiceover

research the Stonehenge bluestone debate and make me a narrated explainer

Demo: the opening of a 2:46 research explainer made entirely with this plugin

This whole video — 16 painted scenes, documentary camera moves, atmosphere, the storytelling voiceover, 51 timed captions — was made by talking to Claude with this plugin. No camera, no timeline, no video-generation service: still keyframes animated deterministically with the animate-stills recipe, narration by ElevenLabs v3. First 14 seconds above, silent; watch the full video with sound.

What it can do

  • Cut filler words (umm, uh), false starts, and dead space between takes
  • Captions — burned-in subtitles or animated lower-thirds, in your style
  • Color grade every segment (cinematic, neutral, or a custom look)
  • Motion graphics — title cards, callouts, kinetic text, audio-reactive bits, scene transitions (HTML + GSAP, rendered with transparency)
  • Speed ramps for slow stretches
  • Transcribe any video to word-level text
  • Turn a website into a video (capture a URL, animate it)
  • Build videos from stills — narration-first explainers from keyframes you source ANYWHERE (AI image tools, screenshots, photos, HTML the engine renders itself), animated deterministically with camera moves + atmosphere; expressive ElevenLabs v3 narration with audio tags
  • Works for anything: talking heads, tutorials, montages, promos, shorts, travel, interviews, fully generated explainers

Claude never watches the video frame by frame. It reads it (transcript + on-demand timeline previews), so it cuts on word boundaries and stays cheap and fast. It proposes a cut, waits for your OK, renders, checks every cut for jumps and audio pops, then shows you the result.

What you need

No keys or accounts ship with this repo. Everything below is yours, stored locally, and gitignored.

Tools (install.sh checks all of these):

ToolUsed for
ffmpegevery cut, mux, and export
Node 22+the HyperFrames CLI (npx hyperframes)
Google Chromeheadless rendering of compositions
Python 3.10+the video-use engine + helper scripts

Keys and accounts:

KeyNeeded forWhere it livesCost
ElevenLabs API keytranscription (editing) and v3 voiceover (generation)$ELEVENLABS_API_KEY env var, or skills/video-use/.env — local only, gitignoredfree tier covers transcription; v3 TTS uses plan credits

That's the only key. Still keyframes for generated videos come from any image source you already use (AI image tools, screenshots, photos, or HTML the engine renders itself) — see the generate-footage skill.

Install

git clone https://github.com/assafkip/claude-video-editor && cd claude-video-editor
./install.sh

install.sh checks the prereqs (ffmpeg, Node 22+, headless Chrome, Python), sets up the engine, and asks once for an ElevenLabs key (used for transcription and v3 voiceover). The key is written to a local .env that git ignores — verify with git check-ignore skills/video-use/.env.

Then register it with Claude Code:

/plugin marketplace add ./           # from the repo dir
/plugin install claude-video-editor

Use

cp -r templates/project ~/my-video && cd ~/my-video
# drop clips into sources/, open Claude Code, then:

edit these into a launch video

Outputs land in edit/. Your session is remembered in project.md so next time picks up where you left off.

What's inside

Three open-source layers plus a generation layer, bundled to work together:

  • video-use — the cutting engine (transcribe, cut, grade, subtitle, render)
  • HyperFrames — the motion-graphics engine (HTML + GSAP overlays)
  • hyperframes-student-kit — motion-design examples and craft
  • generate-footage — narration-first videos from still keyframes (sourced from any image tool, screenshots, or the engine's own HTML renders), animated deterministically with HyperFrames camera moves + atmosphere, ElevenLabs v3 voiceover with audio tags

Recipes & worked examples

Step-by-step production recipes and the real project files behind them ship in the repo:

  • recipes/ — three worked methods: a launch video from pure HTML, a tutorial edit from a screen recording, and a website-to-promo capture.
  • examples/promo/ — the complete project behind a real launch video: DESIGN, SCRIPT, STORYBOARD, the HyperFrames composition, and vendored fonts. Pattern-match it; don't start from a blank file.
  • examples/captions/ — the caption-overlay composition and render commands from the tutorial recipe.

License

Use it, modify it, share it — don't sell it. The code in this repo is MIT + Commons Clause: all MIT freedoms except the right to sell the software itself. Using it to make videos — including paid client work and commercial videos for your own business — is permitted use, not a sale.

Vendored components keep their own upstream licenses (see LICENSES/): video-use, HyperFrames, and hyperframes-student-kit. Nothing here changes their terms.


Built by Assaf Kipnis

Built and released free. Issues and PRs welcome.

常见问题

What is claude-video-editor?

claude-video-editor is an open-source ide extensions skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by assafkip. Use Claude to edit videos and add captions. Conversational video editing: cut, grade, subtitle, animate any footage. It has 2 GitHub stars.

Is claude-video-editor safe to use?

Yes. claude-video-editor passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install claude-video-editor?

Clone the repository with "git clone https://github.com/assafkip/claude-video-editor" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is claude-video-editor written in?

claude-video-editor is primarily written in Python. It is open-source under assafkip on GitHub, so you can review or fork the full source.

Are there alternatives to claude-video-editor?

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 claude-video-editor against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

claudian

by YishenTu

An Obsidian plugin that embeds Claude Code/Codex as an AI collaborator in your vault

14,921972TypeScript
IDE 扩展
查看详情

OpenMythos

by kyegomez

A theoretical reconstruction of the Claude Mythos architecture, built from first principles using the available research literature.

14,8003,292Python
IDE 扩展
查看详情

cursor-hooks

by cursor

5

通过 Hooks 自动化 Cursor Agent 事件相关行为。

12,500890TypeScript
IDE 扩展claude-codeai-tools
查看详情

arscontexta

by agenticnotetaking

Claude Code plugin that generates individualized knowledge systems from conversation. You describe how you think and work, have a conversation and get a complete second brain as markdown files you own.

3,479220Shell
IDE 扩展
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情