Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: generate a trading update video from my portfolio dashboard
- 1Reads ECONOMIC_DASHBOARD.md to extract portfolio positions and P&L data
- 2Applies the trading-update template to generate a narrated script
- 3Sends script segments to ElevenLabs API to produce audio files
- 4Invokes ffmpeg to compose audio segments with background visuals into an mp4
- 5Writes the final video, script text, and YouTube metadata JSON to the output directory
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.