MoneyPrinterTurbo Automates HD Short Video Generation via Multi-Model AI Workflows
MoneyPrinterTurbo is an open-source workflow tool that automatically generates video scripts, matches media assets, and synthesizes short HD videos using custom LLMs and TTS engines. It includes a native AI Agent Skill document allowing agentic workflows to install, configure, and execute video production locally or via Docker.

Impact: High
Why it matters
It streamlines automated video creation by linking LLM scripting, TTS audio generation, media asset fetching, and social media posting into a single customizable, agent-ready pipeline.
TL;DR
- 01MoneyPrinterTurbo integrates LLM scripting, media matching, TTS, and auto-publishing into one workflow.
- 02Default audio and subtitle generation uses free Edge TTS timestamps, with optional local Whisper transcription.
- 03AI Agents can execute installation and video production automatically via the SKILL.md specification.
Key facts
- Default Subtitle Mode
- Edge TTS Timestamps
- Python Version Required
- Python 3.11+
- Default TTS Provider
- Edge TTS (No API Key required)
- Supported Operating Systems
- Windows 10+, macOS 11.0+, Linux
Multi-Provider Architecture and Local Agent Execution
MoneyPrinterTurbo abstracts video creation into distinct controller and service layers. Scriptwriting and asset keyword extraction can be driven by models such as Kimi K3, DeepSeek, Claude, or Gemini through OpenAI-compatible endpoints or unified gateways like LiteLLM and OneAPI. For voice synthesis and subtitle generation, the default free tier relies on edge-tts using TTS timestamps without API key requirements. For users requiring precise audio transcription, optional local faster-whisper support is available (defaulting to large-v3, with large-v3-turbo supported as a lighter option).
Terminal Commands and Agent Skill Automation
Developers can run single-command video generation directly via Python using uv run python cli.py --video-subject "Topic Name". Alternatively, providing the project's SKILL.md documentation URL to an AI agent enables automated setup and execution. The repository also includes multi-platform publishing capabilities for TikTok, Instagram, and YouTube Shorts via Upload-Post configuration.
Try it in 2 minutes
uv run python cli.py --video-subject "Artificial Intelligence in Daily Life"bash
✓ When to use
- When you need to automate end-to-end short video production with custom AI models.
- When deploying automated video workflows locally or via AI agent execution.
What to do today
- Clone the repository and test basic generation via uv run python cli.py --video-subject "Topic".
- Pass SKILL.md URL to your agentic AI to automate local setup and execution.
Sources