OpenMontage: Open-Source Agentic Video Production System for AI Coding Assistants

OpenMontage is an open-source video production system that turns AI coding assistants like Claude Code into full production studios. You type what video you need, and the agent handles the entire pipeline from research to final render.
What It Does
The system performs these specific tasks when given a video request:
- Researches the topic with live web search
- Plans scenes mixing AI-generated images with animated data visualizations
- Generates product shots
- Writes a narration script budgeted to fit the video duration
- Generates voice narration with direction like "speak like a keynote narrator"
- Automatically searches and downloads royalty-free background music
- Generates word-level subtitles with TikTok-style highlighting
- Validates the entire composition before rendering (catches audio-video mismatches, missing files)
- After rendering, reviews its own video and catches issues like wrong backgrounds, cut-off narration, or broken subtitles
System Components
The package includes:
- 11 production pipelines for different video types (explainers, product ads, cinematic trailers, podcasts, localization)
- 49 tools including 12 video generation providers, 8 image generation options, 4 text-to-speech systems, plus music, subtitle, and analysis tools
- 400+ agent skills
- Works with zero API keys using Piper TTS + stock footage + Remotion animation, or can be configured for full cloud setup
- Budget governance with cost estimates before execution, spend caps, and per-action approval
This isn't a SaaS platform or a simple prompt-to-clip tool. You give your coding assistant a prompt, guide its creative decisions, and it manages the complete production workflow.
📖 Read the full source: r/ClaudeAI
👀 See Also

Turn Your Knowledge Base into a Wiki + MCP Server for Claude
A demo of Akyn transforming a knowledge base (URL, PDF, Notion) into a wiki and exposing it as an MCP server, enabling Claude to query and write back — with OAuth, human-in-the-loop, and auto-sync.

AnyClaw: Ubuntu 24.04 with Android hardware access and AI agent for terminal development
AnyClaw provides a full Ubuntu 24.04 environment running in proot on Android with direct access to Android hardware APIs from the terminal, including camera, GPS, battery, and sensors via bash commands and Java execution. It includes an AI coding agent that can orchestrate these tools and a web UI accessible from any browser on the same network.

Sense: Go SDK for LLM-powered test assertions and structured text extraction
Sense is a Go SDK that uses Claude for two main functions: evaluating non-deterministic output in tests with plain English assertions, and extracting typed structs from unstructured text through reflection and forced tool_use.

FixAI Dev: A Consumer Rights Game Using Claude Haiku with Strict JSON Contracts
A developer built a browser game where Claude Haiku acts as a corporate AI denying consumer requests; players argue using real consumer protection laws across 37 cases in EU, US, UK, and Australia. The architecture uses Haiku for language only, with server-side game logic and strict JSON contracts between components.