Claude Skill
digitalsamba/claude-code-video-toolkit
An open-source AI-native video production toolkit for Claude Code. Generate, edit, and produce programmatic videos with Python, Remotion, Playwright, ElevenLabs, and Qwen TTS.
Overview
Repository
Install this Skill
git clone https://github.com/digitalsamba/claude-code-video-toolkit.gitRegistry
Summary
An open-source, AI-native video production toolkit designed for Claude Code, enabling developers to generate, edit, and produce programmatic videos using Python, Remotion, Playwright, ElevenLabs, and Qwen TTS.
面向Claude Code的AI原生视频制作工具包
Key features
- AI-native video generation with Claude Code integration
- Programmatic video editing using Remotion and Playwright
- Multi-voice text-to-speech via ElevenLabs and Qwen TTS
- Open-source and developer-friendly Python toolkit
- Supports automated video production pipelines
Use cases
- Automated tutorial and demo video creation
- Programmatic social media video generation
- Developer documentation video production
- AI-powered content creation workflows
- Rapid prototyping of video-based applications
README excerpt
# 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