Claude Skill
digitalsamba/claude-code-video-toolkit
一个面向Claude Code的开源AI原生视频制作工具包。使用Python、Remotion、Playwright、ElevenLabs和Qwen TTS生成、编辑和制作程序化视频。
概览
仓库信息
安装这个 Skill
git clone https://github.com/digitalsamba/claude-code-video-toolkit.gitRegistry 信息
项目简介
一个面向Claude Code的开源AI原生视频制作工具包,支持开发者使用Python、Remotion、Playwright、ElevenLabs和Qwen TTS生成、编辑和制作程序化视频。
AI-native video production toolkit for Claude Code
要点
- 与Claude Code集成的AI原生视频生成
- 使用Remotion和Playwright进行程序化视频编辑
- 通过ElevenLabs和Qwen TTS实现多语音文本转语音
- 开源且对开发者友好的Python工具包
- 支持自动化视频制作流水线
使用场景
- 自动化教程和演示视频创建
- 程序化社交媒体视频生成
- 开发者文档视频制作
- AI驱动的内容创作工作流
- 基于视频的应用快速原型开发
README 摘要
# claude-code-video-toolkit <p align="center"> <img src="assets/banner/toolkit-banner.gif" alt="claude-code-video-toolkit — NARRATE ▸ SCORE ▸ GENERATE ▸ COMPOSE ▸ RENDER" width="960" /> </p> [](https://github.com/digitalsamba/claude-code-video-toolkit/releases) An AI-native video production workspace for [Claude Code](https://claude.ai/code), with experimental bridges to other agent runtimes like [Codex](#using-with-codex). Skills, commands, templates, and tools that give your AI agent everything it needs to help you create professional videos — from concept to final render. ## Quick Start ```bash git clone https://github.com/digitalsamba/claude-code-video-toolkit.git cd claude-code-video-toolkit python3 -m pip install -r tools/requirements.txt # Optional: AI voiceover, image gen, music, moviepy examples claude # Open Claude Code in the toolkit ``` Then in Claude Code: ``` /setup # Configure cloud GPU, storage, voice (~5 min, mostly free) /video # Create your first video ``` **That's it.** `/setup` walks you through everything interactively — cloud GPU provider, file transfer, voice config. `/video` creates a project from a template and guides you through the whole workflow. ## Using with Codex This toolkit is built around Claude Code assets in `.claude/` and `CLAUDE.md`, but it also ships an experimental migration script for Codex — contributed by [@kimhoontae-gogo](https://github.com/kimhoontae-gogo) in [#16](https://github.com/digitalsamba/claude-code-video-toolkit/pull/16). ```bash python3 scripts/migrate_to_codex.py --force ``` This does two things: 1. Installs Codex skil