Home/LLM Frameworks/claude-code-video-toolkit
claude-code-video-toolkit logo

claude-code-video-toolkit

Enrichment pending
digitalsamba/claude-code-video-toolkit

AI-native video production toolkit for Claude Code

GraphCanon updated today · GitHub synced today

1.7k
Stars
293
Forks
9
Open issues
10
Watchers
5d
Last push
Python MITCreated Dec 9, 2025

Trust & integrity

Full report
Maintenance
Very active (4d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Organization account
As of today · Source: github_public_v1
Security (OSV)
No lockfile
As of today · Source: none

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Overview

AI-native video production toolkit for Claude Code

Capability facts

Languages
python

Source: github.language · Jul 11, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Node.js runtimeNode.js

Source: README excerpt (regex_v1, Jul 11, 2026)

**Requirements:** [Node.js](https://nodejs.org/) 18+ and [Claude Code](https://docs.anthropic.com/en/docs/
Source link
Python runtimePython

Source: README excerpt (regex_v1, Jul 11, 2026)

python3 -m pip install -r tools/requirements.txt # Optional: AI voiceover, image gen,
Source link

Tags

README

Quick Start

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.

What's free: The toolkit leans heavily on open-source AI models — voiceovers (Qwen3-TTS), image generation (FLUX.2), music (ACE-Step), and more. You deploy them to your own cloud GPU account and run them at cost. Cloudflare R2 has a generous free tier (10GB, zero egress), and Modal gives $30/month free compute on the Starter plan — more than enough for a few 5-minute videos a month.

Requirements: Node.js 18+ and Claude Code. Python 3.9+ recommended for AI tools. FFmpeg optional.

Want to skip setup and just render something?

cd examples/hello-world && npm install && npm run render

No API keys needed — outputs an MP4 immediately.



License

MIT License — see LICENSE for details.


Built for use with Claude Code by Anthropic.