youtube-video-creator

Automate YouTube video production from topic brief to published upload.

2|1|Updated Jul 19, 2024
One-click install
npx skills add https://github.com/TeamDay-AI/agents --skill youtube-video-creator
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: youtube-video-creator
Source: https://github.com/TeamDay-AI/agents/tree/main/skills/teamday/youtube-video-creator
Command: npx skills add https://github.com/TeamDay-AI/agents --skill youtube-video-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create YouTube videos programmatically from topic briefs to a full production pipeline, including scripting, AI visuals, narration, assembly, and upload.

Core Features & Use Cases

  • End-to-end production: generate a video from a topic brief, including scripts, AI visuals, narration, and automated publishing.
  • Flexible pipeline: supports script JSON, AI-generated visuals, and FFmpeg-based assembly with Ken Burns effects.
  • Use Case: A creator launches a new channel by feeding a brief; the tool outputs a ready-to-upload video package.

Quick Start

Create a new project directory, define a script.json, and run the end-to-end workflow to produce and publish your video.

Frequently Asked Questions about youtube-video-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate YouTube video production from a topic brief to a published upload?▼

Automating YouTube video production involves feeding a topic brief into a pipeline that generates scripts, creates AI visuals, synthesizes narration, assembles media with FFmpeg, and uploads the final video directly through the YouTube Data API.

What do I need to set up before generating YouTube videos programmatically?▼

Generating YouTube videos programmatically requires an ElevenLabs API key for AI narration, YouTube Data API v3 OAuth credentials for automated publishing, and a local FFmpeg-based toolchain for media assembly and editing.

Can I use AI narration and AI-generated visuals in an automated video pipeline?▼

Yes, this automated video pipeline supports AI-generated visuals and AI narration, using ElevenLabs for voice synthesis and FFmpeg to assemble the generated media with effects like Ken Burns into a final video package.

How does a script.json drive the end-to-end video creation workflow?▼

A structured script.json drives the end-to-end video creation workflow by providing the narrative blueprint that coordinates AI visual generation, ElevenLabs narration timing, and FFmpeg media assembly into a ready-to-upload video file.

What is the best way to launch a new YouTube channel using automated video generation?▼

The best way to launch a new channel using automated video generation is to define a topic brief and script.json, run the end-to-end workflow to produce a ready-to-upload video package, and automate publishing via YouTube Data API v3.

Are there limitations when using FFmpeg for automated video assembly and editing?▼

FFmpeg-based assembly is limited to programmatic media processing and effects like Ken Burns, meaning it handles automated video assembly but does not provide interactive timeline editing or manual creative adjustments.