LaunchKit · 2026
Back to Skills

content-automator

Faceless YouTube content automation pipeline.

0
0 downloads
by @minduploadedcrab

Setup & Installation

openclaw skills install @minduploadedcrab/content-automator

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install content-automator

What This Skill Does

Faceless YouTube content pipeline that generates scripts, converts them to speech via ElevenLabs, and assembles the final video using ffmpeg. Supports trading updates, news summaries, tutorials, and narrative content. Each run outputs an mp4, script file, and YouTube metadata.

Combines script generation, TTS, and video assembly into a single command instead of requiring manual coordination across separate tools.

When to use it

  • Publish daily stock portfolio update videos without appearing on camera
  • Automate weekly AI news roundup videos from curated sources
  • Generate tutorial videos with narrated code examples
  • Create batch educational content from structured data
  • Produce YouTube-ready metadata alongside each video automatically

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: generate a trading update video from my portfolio dashboard

AGENT
  1. 1Reads ECONOMIC_DASHBOARD.md to extract portfolio positions and P&L data
  2. 2Applies the trading-update template to generate a narrated script
  3. 3Sends script segments to ElevenLabs API to produce audio files
  4. 4Invokes ffmpeg to compose audio segments with background visuals into an mp4
  5. 5Writes the final video, script text, and YouTube metadata JSON to the output directory
OUTPUT

trading-update.mp4, trading-update.txt, and trading-update_meta.json ready for YouTube upload

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

ELEVENLABS_API_KEY environment variableElevenLabs account (for TTS API access)