Install
openclaw skills install content-automatorFaceless YouTube content automation pipeline. Generates scripts, converts to speech via ElevenLabs TTS, assembles videos with ffmpeg. Supports daily trading updates, news summaries, and educational content. Run: python3 scripts/content_automator.py --help
openclaw skills install content-automatorAutomated content creation for faceless YouTube channels. Generates scripts, converts to speech, assembles videos.
# Generate a trading update video
python3 scripts/content_automator.py trading --portfolio ~/.openclaw/workspace/ECONOMIC_DASHBOARD.md --output ~/Videos/
# Generate from custom script
python3 scripts/content_automator.py script --file my_script.txt --title "My Video" --output ~/Videos/
# List available templates
python3 scripts/content_automator.py templates
# Generate news summary
python3 scripts/content_automator.py news --topic "AI agents" --sources "twitter,colony" --output ~/Videos/
trading-update — Daily P&L, positions, market commentarynews-roundup — AI/agent industry news summarytutorial — Educational content with code examplesstory — Narrative content with scene breaksEach run produces:
{title}.mp4 — Final video file{title}.txt — Script/lyrics{title}_meta.json — YouTube metadata (title, desc, tags){title}_assets/ — Audio segments, temp filesThis skill intentionally accesses:
ELEVENLABS_API_KEY from environment (for TTS API calls)api.elevenlabs.io (text-to-speech service)ffmpeg (video assembly)These behaviors are required for core functionality and are declared in SKILL.md metadata.