MoneyPrinterTurbo
AI workflow that turns a topic or script into short videos with narration, footage, subtitles, music, and optional publishing.
README.mdAI short-video generation application with a portable agent skill · Established public project with a versioned application, tests, releases, extensive provider support, and substantial GitHub adoption metadata; operational quality was not independently validated.
MIT-licensed Python application that turns a topic, title, prompt, or script into a finished short video by generating a script, obtaining stock or AI-generated footage, synthesizing speech, creating subtitles, mixing music, and rendering an MP4; it offers WebUI, API, CLI, and AI-agent entry points, including a portable SKILL.md plus helper workflow that a terminal-capable Claude Code session could use, but no native Claude Code plugin, hook, or MCP integration is evidenced.
Selection
Boundaries
Strengths
Risk profile
The project stores or reuses provider credentials in local configuration, can back up and restore API keys, downloads dependencies or models, calls many external services, and can publish publicly to social platforms. The skill says not to print secrets and requires explicit confirmation for paid Seedance tasks. API CORS defaults to same-origin, with trusted origins configurable. Security fixes are best-effort for latest main and the newest release line, with private vulnerability reporting preferred. Implementations were not audited.
Component inventory
AI workflow that turns a topic or script into short videos with narration, footage, subtitles, music, and optional publishing.
README.mdGuides a terminal-capable AI agent through installation, credential discovery, video generation, recovery, and final MP4 delivery.
docs/skill/SKILL.mdForeground helper used by the Agent Skill to install or reuse MoneyPrinterTurbo and generate a video.
docs/skill/mpt_agent.pyBrowser interface for video generation, provider settings, previews, presets, API-key backup, and media options.
webui/Main.pyFastAPI service for programmatic MoneyPrinterTurbo access with interactive OpenAPI documentation.
main.pyGenerates videos without a browser and exposes generation, subtitle, voice, material, and stopping options.
cli.pySequentially validates and runs up to 100 video tasks from a UTF-8 JSON array or JSONL manifest.
cli.pyRelease bundle entry point for updating and launching MoneyPrinterTurbo on Windows.
README.mdRuns the WebUI and API in containers, preferably from the published GHCR release image.
docker-compose.release.ymlProvides a browser-hosted path for trying MoneyPrinterTurbo without configuring a local environment.
docs/MoneyPrinterTurbo.ipynbOptionally uploads completed videos to TikTok, Instagram, and YouTube through Upload-Post.
README.mdTechnical profile
Classification
Evidence: MoneyPrinterTurbo is a standalone WebUI/API/CLI application; a remote SKILL.md injects agent instructions and invokes an adjacent Python helper. Inference: Claude Code can consume the portable skill when its terminal supports the stated capabilities, but no native plugin is shown. Setup is high because it downloads and runs a large media stack and often needs credentials.
Copy Paste · high setup effort · medium confidence · automatedEvidence and risk
Routing context
No catalog relationships have been documented yet.