AI Video Generator — Short-Form Content Pipeline
Automate creation of shortform videos (TikTok, YouTube Shorts, Instagram Reels) using AI for every step: topic research, script writing, texttospeech narration, stock footage matching, subtitle generation, and final assembly. Inspired by [MoneyPrinterTurbo](https://github.com/harry0703/MoneyPrinterTurbo) (53k+ stars).
Overview
The AI Video Generator skill, hosted within the TerminalSkills/skills repository, provides a comprehensive pipeline for automating short-form video production. Inspired by the popular MoneyPrinterTurbo project, this tool streamlines the creation of content for platforms like TikTok, YouTube Shorts, and Instagram Reels. The workflow integrates multiple AI-driven stages, including initial topic research, script composition, and text-to-speech narration. It further automates visual assembly by matching stock footage with generated audio and overlaying precise subtitles. Designed for compatibility with agents like Claude and Gemini, this skill leverages Python and various APIs to handle the end-to-end technical requirements of video synthesis. It offers a structured approach for developers to programmatically generate high-quality social media assets from a single prompt.
Use Cases
Install Notes
# Review source first
open https://github.com/TerminalSkills/skills/blob/main/skills/ai-video-generator/SKILL.mdCopy or clone the skill folder into your agent skills directory after reviewing its instructions and scripts.
Security Notes
Users should ensure that all API keys for text-to-speech and video generation services are managed securely within their environment. As this skill interacts with external repositories and third-party media providers, reviewing the data handling practices of the specific AI models and stock footage APIs used in the pipeline is recommended to maintain compliance and data privacy.
Related Skills
Exa
mxyhi/ok-skills
Use Exa for web/code/company research (web_search_exa / get_code_context_exa / company_research_exa), with parameters and examples; trigger when online search or parameter checks are needed.
Documentation Lookup
mxyhi/ok-skills
Retrieve current documentation and code examples for any library using the Context7 CLI.
Get API Docs via chub
mxyhi/ok-skills
When you need documentation for a library or API, fetch it with the chub CLI rather than guessing from training data. This gives you the current, correct API.
Autoresearch — Autonomous Goal-directed Iteration
mxyhi/ok-skills
Autonomous iteration loop: modify, verify, keep/discard against any metric
A2A Protocol
TerminalSkills/skills
Implements the Agent2Agent (A2A) open protocol for communication between AI agents built on different frameworks. A2A enables agents to discover each other via Agent Cards, negotiate interaction modalities, manage collaborative tasks, and exchange data — all without exposing internal state, memory, or tools. Supports J
AI Scientist
TerminalSkills/skills
Build AI agents that automate scientific research using [AIScientistv2](https://github.com/SakanaAI/AIScientistv2) — an agentic tree search framework for hypothesis generation, experiment design, data analysis, and paper writing.