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

Zoku: A Tool That Automatically Detects Repeated Workflows in Claude Code
Zoku is a local tool that hooks into Claude Code's event system to record tool actions across sessions, identifies repeated workflow patterns, and then informs Claude about these patterns so it can proactively suggest or execute them. It requires no configuration, has no dependencies, and stores everything locally in ~/.zoku/.

Echo-TTS Ported to Apple Silicon with MLX for Native TTS with Voice Cloning
Echo-TTS, a 2.4B parameter diffusion text-to-speech model with voice cloning, has been ported from CUDA to run natively on Apple M-series silicon using MLX. On a base 16GB M4 Mac mini, a 5-second voice clone takes about 10 seconds to generate, while 30-second clones take about 60 seconds.

OpenClaw Agent Relay Plugin Fixes Telegram Delivery in Multi-Agent Setups
The openclaw-agent-relay plugin addresses the persistent issue where sessions_send responses go to webchat instead of Telegram by using gateway WebSocket RPC to trigger agent turns with deliver:true, eliminating the need for workarounds like explicit message tools or announce steps.

Open Source Claude Code Tools for Automated Bug Bounty Hunting
Three open source repositories automate the bug bounty pipeline using Claude Code. The tools handle recon, scanning for web2/web3 vulnerabilities, and generate submission-ready reports.