moneyprinterturbo-video

moneyprinterturbo-video is a skill for Claude Code, Codex from harry0703/MoneyPrinterTurbo. It costs 123 tokens per session (1,757 once invoked), scanned C, original, MIT.

A video-generation workflow for MoneyPrinterTurbo, a tool that creates videos from a topic, title, idea, prompt, or script.

In plain words
What is it for?
Use it to create finished short-form, voice-over, educational, marketing, social-media, or stock-footage videos.
Why use it?
It handles setup, configuration reuse, generation, and waiting for the finished video, so you do not have to manage those steps manually.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

About the project

MoneyPrinterTurbo is an AI-assisted tool that creates high-definition short videos from a topic or keyword by generating scripts, finding media, adding subtitles and music, and assembling the result. It is designed for automated short-video content creation through a WebUI or API.

harry0703/MoneyPrinterTurbo · 120,628 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/harry0703/moneyprinterturbo/skill
Any agent
npx skills add harry0703/MoneyPrinterTurbo --skill skill
Clone the repo
git clone --depth 1 https://github.com/harry0703/MoneyPrinterTurbo

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for moneyprinterturbo-video

README.md
[![agentmods](https://agentmods.dev/badge/skills/harry0703/moneyprinterturbo/skill.svg)](https://agentmods.dev/skills/harry0703/moneyprinterturbo/skill)
Your own site
<a href="https://agentmods.dev/skills/harry0703/moneyprinterturbo/skill"><img src="https://agentmods.dev/badge/skills/harry0703/moneyprinterturbo/skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 123 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,757 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00123 $0.01757
Opus 5 $0.00062 $0.00879
Sonnet 5 $0.00025 $0.00351
Haiku 4.5 $0.00012 $0.00176

Measured 2d ago against content hash b5e59b811fad, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade C, and why

moneyprinterturbo-video scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (mpt_agent.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

curl -LsSf https://astral.sh/uv/install.sh | sh

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -LsSf https://astral.sh/uv/install.sh | sh
docs/skill/SKILL.md · 149 lines

How it starts

The opening of the file, as written. The whole thing — 149 lines — stays where its author put it; the contents beside it link to each section on GitHub.

MoneyPrinterTurbo Video Generation

The user only needs to provide a video topic or script. Complete installation, configuration reuse, generation, waiting, and final MP4 delivery automatically. Do not stop after giving instructions or commands.

Required Behavior

  1. Ask the user only for required API credentials that are missing, rejected, or unusable. Combine all required credentials into one request.
  2. Do not ask for confirmation before installing, generating, waiting, using defaults, or returning the result.
  3. Do not create or repeatedly update a detailed plan for a standard generation request. Send one short progress update and execute.
  4. Run the helper as one foreground command with a timeout of at least 20 minutes.
  5. Never poll with sleep, echo, ps, repeated ls, or repeated tail. If the terminal returns a resumable session ID, continue waiting on that same session.
  6. Do not read the full log after success. Read only the short reported error or the relevant log tail after failure.
  7. Never print API keys, tokens, the full config.toml, or credential-bearing configuration fragments.

Defaults

Unless the user requests otherwise, generate one Chinese 9:16 portrait video with Pexels footage, the default Chinese Edge TTS voice, subtitles, and background music. Install MoneyPrinterTurbo under the user's home directory.

Execution

1. Locate the helper

Resolve SKILL_DIR from this SKILL.md file. The helper is the adjacent mpt_agent.py. Set the terminal tool's working directory to SKILL_DIR and invoke the helper by its relative filename. Do not put the absolute helper path in the command, and do not run an extra ls or dir check.

This is required on Windows because some agent terminal validators remove backslashes from absolute paths embedded in commands. Using mpt_agent.py with workdir=SKILL_DIR avoids that failure and works on both macOS and Windows.

If the client loaded only the remote SKILL.md, download the helper from the official repository to a temporary directory, then use that temporary directory as the command working directory:

Read the full file on GitHub · 149 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago Changed · +11 lines b5e59b811fad
  2. 6d ago First seen · 138 lines · 123 tokens per session scan C cba1e1250af2

Subscribe to this mod's changes

moneyprinterturbo-video is a skill published in the GitHub repository harry0703/MoneyPrinterTurbo (120,628 stars, last pushed yesterday), licensed MIT. It adds 123 tokens to every session and 1,757 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

pytorch-patterns

PyTorch deep learning patterns and best practices for building robust, efficient, and reproducible training pipelines, model architectures, and data loading.

affaan-m/ECC · 32 tokens

cuml-machine-learning

Use for GPU-accelerated machine learning on tabular data using NVIDIA cuML. Triggers when tasks involve classification, regression, clustering, dimensionality reduction, or model training on datasets.

langchain-ai/deepagents · 43 tokens

optimize-for-gpu

GPU-accelerates scientific Python on NVIDIA hardware and verifies that the result is correct and faster. Use for CUDA/GPU optimization; CPU-bound NumPy, SciPy, pandas, scikit-learn, NetworkX, scikit-image, vector-search, image-processing, graph, simulation, or file-I/O workloads; CuPy, cuDF, cuML, cuGraph, cuVS…

K-Dense-AI/scientific-agent-skills · 151 tokens

hf-gradio

Use Gradio applications via API. Use when the user asks for to generate a prediction from a Gradio app on Hugging Face spaces or public URL. For example, "Generate an image using black-forest-labs/FLUX.2-dev".

gradio-app/gradio · 55 tokens

pydantic-ai

Build production-ready AI agents with PydanticAI — type-safe tool use, structured outputs, dependency injection, and multi-model support.

davila7/claude-code-templates · 32 tokens

open-source

Documentation reference for writing Python code using the browser-use open-source library. Use this skill whenever the user needs help with Agent, Browser, or Tools configuration, is writing code that imports from browseruse, asks about @sandbox deployment, supported LLM models, Actor API, custom tools, lifecycle…

browser-use/browser-use · 137 tokens