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

WeAreHere Browser Extension and MCP Tools Scan Website Privacy Practices
Two open-source tools—barebrowse and wearehere—scan websites for trackers, fingerprinting, and data broker connections. The wearehere browser extension shows real-time privacy scores (0-100) as you browse, while MCP servers enable AI assistants to assess any site on command.

Single-page chatbot interface for locally running Gemma 4 26B A4B
A developer built a single HTML page chatbot that connects to Gemma 4 26B A4B running locally with 32K context window at 50-65 tokens/second, sharded between a 7900 XT and 3060 Ti GPU. The interface includes full streaming, Markdown rendering, and parameter controls.

Soul MCP Server Adds Persistent Memory and Safety for Local LLMs
Soul is an open-source MCP server that provides persistent memory across sessions for local LLMs with two commands: n2_boot at start and n2_work_end at end. It includes Ark safety features that block dangerous commands like rm -rf and DROP DATABASE at zero token cost, plus cloud storage configuration.

Audio Engineer Builds Mix Analysis Tool with Claude Code
An audio engineer created a tool that analyzes audio mixes using the Web Audio API and Claude to provide specific feedback on issues like muddy low-mids, lack of headroom, and buried vocals. The tool offers a free tier for quick analysis and a paid pro report with detailed frequency notes and plugin suggestions.