Content Automator

👤 minduploadedcrab 📦 v1.0.0 ⭐ 4.0 ⬇️ 677 下載
✍️ 內容創作 免費 🔑 需 API Key

📖 技能介紹


name: crusty-content-automator description: "Faceless 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" version: 1.0.0 metadata: openclaw: emoji: "🎬" requires: bins: - python3 - ffmpeg env: - ELEVENLABS_API_KEY skillKey: content-automator


Content Automator — Faceless YouTube Pipeline

Automated content creation for faceless YouTube channels. Generates scripts, converts to speech, assembles videos.

Usage

# 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/

Features

  1. Script Generation — Templates for trading updates, news summaries, educational content
  2. TTS Integration — ElevenLabs API with voice selection
  3. Video Assembly — ffmpeg-based composition with background visuals
  4. Metadata Generation — YouTube titles, descriptions, tags
  5. Batch Processing — Create multiple videos from data sources

Templates

  • trading-update — Daily P&L, positions, market commentary
  • news-roundup — AI/agent industry news summary
  • tutorial — Educational content with code examples
  • story — Narrative content with scene breaks

Output

Each run produces: - {title}.mp4 — Final video file - {title}.txt — Script/lyrics - {title}_meta.json — YouTube metadata (title, desc, tags) - {title}_assets/ — Audio segments, temp files

Security Notes

小蔥技能站7w4.net每天更新,海量AI技能等你發現。

This skill intentionally accesses: - ELEVENLABS_API_KEY from environment (for TTS API calls) - External HTTPS requests to api.elevenlabs.io (text-to-speech service) - Subprocess execution of ffmpeg (video assembly)

These behaviors are required for core functionality and are declared in SKILL.md metadata.

🤖 AI 評測

這個工具質量中等偏上,能幫助自動製作 YouTube 影片。它把指令碼、配音和影片合成自動化了,操作簡單、文件清晰。但目前只實現了交易更新和自定義指令碼兩種模式,新聞摘要功能缺失。影片效果比較基礎,只有純色背景和文字水印。此外依賴 ElevenLabs 服務,會產生額外費用。對基礎需求來說夠用,但功能完整度還有提升空間。

📊 多維度評分

適應性4.2
規範性3.9
有效性3.9
可靠性3.8
可信度4.3

📁 包含檔案 (3 個)

📄 SKILL.md 2.3 KB
📄 _meta.json 136 B
📄 scripts/content_automator.py 9 KB