Skills Plugins MCP Prompt Model 博客 我的中心
内容创作 #marketing #video #api #ai

moneyprinterturbo-video

Use this skill whenever the user wants to create a finished video from a topic, title, idea, prompt, or script with MoneyPrinterTurbo. This includes short-form, voice-over, educational, marketing, social-media, and stock-footage videos. Also use it when the user mentions MoneyPrinterTurbo, provides this Skill URL, asks an AI agent to install or configure MoneyPrinterTurbo, needs missing API keys identified, wants a failed generation repaired, or wants a generated MP4 located and delivered. Use this skill when the expected outcome is a final video file, not setup instructions.

DeepseekModel 官方收录技能 质量 优秀 · 90 v1.0.0

获取

https://deepseekmodel.com/api/download.php?id=harry0703-moneyprinterturbo-docs-skill-skill-md&format=skill
下载 .skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name moneyprinterturbo-video description Use this skill whenever the user wants to create a finished video from a topic, title, idea, prompt, or script with MoneyPrinterTurbo. This includes short-form, voice-over, educational, marketing, social-media, and stock-footage videos. Also use it when the user mentions MoneyPrinterTurbo, provides this Skill URL, asks an AI agent to install or configure MoneyPrinterTurbo, needs missing API keys identified, wants a failed generation repaired, or wants a generated MP4 located and delivered. Use this skill when the expected outcome is a final video file, not setup instructions. compatibility Requires an AI agent with terminal, network, filesystem, and long-running command support. Supports macOS and Windows and uses uv exclusively. metadata {"author":"harry0703@hotmail.com","version":"1.3.2","upstream":"https://github.com/harry0703/MoneyPrinterTurbo"} 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 Ask the user only for required API credentials that are missing, rejected, or unusable. Combine all required credentials into one request. Do not ask for confirmation before installing, generating, waiting, using defaults, or returning the result. Do not create or repeatedly update a detailed plan for a standard generation request. Send one short progress update and execute. Run the helper as one foreground command with a timeout of at least 20 minutes. 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. Do not read the full log after success. Read only the short reported error or the relevant log tail after failure. 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: https://raw.githubusercontent.com/harry0703/MoneyPrinterTurbo/main/docs/skill/mpt_agent.py 2. Run the helper Do not run a separate uv --version preflight. Run the helper directly. If the shell explicitly reports that uv is missing, install uv and retry the same helper command once. macOS uv installation: curl -LsSf https://astral.sh/uv/install.sh | sh Windows PowerShell uv installation: powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" Use this foreground command with workdir=SKILL_DIR and a timeout of at least 20 minutes: uv run --no-project --python 3.11 python mpt_agent.py --subject "<video topic>" On Windows, do not try absolute backslash paths, absolute forward-slash paths, or copies in the workspace before this relative command. If a terminal tool reports referenced_script_path_missing , verify that its working directory is exactly SKILL_DIR and retry the relative command once. Do not cycle through path variants. Do not use Docker, Conda, system pip, or a manually managed virtual environment. Exit Handling Exit code 0: deliver the result Successful output has this form: MPT_RESULT VIDEO_FILE=<absolute path>/final-1.mp4 TASK_DIR=<absolute path>/storage/tasks/<task_id> LOG_FILE=<absolute path>/run-<task_id>.log RESULT_FILE=<absolute path>/latest-result.json mpt_agent.py emits VIDEO_FILE only after confirming that the file exists and is non-empty. Do not run another ls , stat , or file validation command. If the terminal reports exitCode=0 but truncates the output or returns a history-file reference without MPT_RESULT , do not infer failure and do not inspect old logs. Read this file once: ~/MoneyPrinterTurbo/.agent-logs/moneyprinterturbo-video/latest-result.json Treat status=completed as success. Return only the absolute video path and a concise description, for example: The video is ready. Topic: ... Video file: /absolute/path/to/final-1.mp4 Summary: Chinese portrait video with voice-over, subtitles, and background music. Exit code 10: request credentials once MPT_NEEDS_INPUT includes only the required fields, recommended LLM providers and signup links, custom OpenAI-compatible requirements, and material-provider signup links. Ask only for the listed values and do not request credentials already found in config.toml . After the user responds, rerun the same foreground command with only the required environment variables: MPT_LLM_PROVIDER MPT_LLM_API_KEY MPT_LLM_BASE_URL MPT_LLM_MODEL_NAME MPT_PEXELS_API_KEY MPT_VOLCENGINE_ARK_API_KEY MPT_OFOX_API_KEY MPT_METASO_MINIMAX_API_KEY When SEEDANCE_CHARGE_CONFIRMATION_REQUIRED is present, explain that every generated Seedance clip creates a paid Ark task. Only after the user explicitly confirms, rerun with --confirm-seedance-charge ; never add this flag silently. When OFOX_CHARGE_CONFIRMATION_REQUIRED is present, explain that every generated OFox clip creates a paid task. Only after the user explicitly confirms, rerun with --confirm-ofox-charge ; never add this flag silently. When METASO_MINIMAX_CHARGE_CONFIRMATION_REQUIRED is present, explain that every generated MiniMax H3 clip creates a paid Metaso task. Only after the user explicitly confirms, rerun with --confirm-metaso-minimax-charge ; never add this flag silently. Exit code 1: repair or report Use MPT_ERROR and LOG_FILE to repair a recoverable problem and retry once. Ask the user only if the repair requires a new API key. If the retry fails, report the failed stage, a short error, and the log path. A terminal-tool path validation error is not a video-generation failure because the helper did not start. Correct the working directory and retry the relative command once. Never ask the user to copy mpt_agent.py , run commands manually, or confirm whether the agent should continue. Configuration and Background Fallback The helper may read the complete local config.toml to reuse existing settings, but it must never print its contents. It reuses a working LLM provider automatically and validates configured Pexels keys through the authenticated My Collections endpoint before generation. Use background mode only if the agent platform cannot wait for a foreground process. Wait for the platform's process-completion notification without polling, then read latest-result.json once. Scope Support macOS and Windows only. Use uv and the MoneyPrinterTurbo CLI only. Do not start Docker, WebUI, or API services. Do not run multiple video jobs concurrently. Pass additional video requirements after -- . Run cli.py --help once only when an unfamiliar option must be verified.
Agent 识别该技能的关键词,点击任意一个即可复制。

该技能未提供触发词。

下载的 .skill 包内含以下字段。
字段 说明
format格式标识(skill/v1)
skill_id技能唯一 ID
name技能名称
version版本号
description技能描述
category所属分类(数组)
trigger_words触发词列表
tags标签列表
source来源标识
source_url来源链接(本页地址)
exported_at导出时间(每次下载生成)
system_prompt系统提示词正文
model_config模型参数:provider / model / temperature / max_tokens / top_p
examples示例
install_guide各平台导入说明(Coze / Dify / Claude / 自定义框架)
同一份技能可按不同平台格式导出。
.skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用 下载
.skillpro 增强格式,额外含脚本 / 工具 / 依赖 / 钩子占位 下载
.json 纯 JSON 导出,只含 system_prompt 与模型参数 下载
Coze 带 frontmatter 的 Markdown,Coze 平台导入用 下载
Dify Dify DSL,创建应用后直接导入 下载

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。