YouTube Shorts 자동 생성
AI/DevOps 유튜브 숏츠 자동 생성. 트렌드 수집 → 스크립트 → 이미지 → Veo 영상 → TTS 나레이션 → Remotion 합성 → YouTube 업로드
clawhub install youtube-shortsYouTube Shorts 자동 생성 및 업로드 파이프라인. Deevid AI Agent로 이미지→영상(BGM+음성 포함) 생성 후 YouTube에 업로드. 크론잡으로 매일 자동 실행 가능. Use when generating short-form vertical videos, creating AI-generated video content, uploadi…
# Install Skill (downloads SKILL.md to .claude/skills/) clawhub install youtube-shorts-automation # Then just tell Claude: "use YouTube Shorts Automation to help me..."
# Same install command — works with all SKILL.md-compatible AI coding tools clawhub install youtube-shorts-automation
This Skill is compatible with the OpenClaw standard. After installation, a SKILL.md file is auto-generated, usable by any OpenClaw-compatible AI Agent (Claude Code, Cursor, Windsurf, etc.).
1. 이미지 생성 (Deevid AI)
- Agent 영상 생성 (Deevid Agent — 오디오 포함)
- 영상 다운로드
- YouTube 업로드
- (선택) Telegram으로 결과 전송
https://deevid.ai/ko/agent) 사용 → BGM+대사 포함channel: 채널명deevid_prompt: 이미지 생성 프롬프트 (영어, 9:16 명시)youtube.title_template: 업로드 제목 (#shorts 포함)youtube.description_template: 업로드 설명youtube.tags: 쉼표 구분 태그9:16 vertical format 포함.
python3 scripts/youtube_upload.py \
--file video.mp4 \
--title "제목 #shorts" \
--description "설명" \
--tags "tag1,tag2"
client_secret.json + token.json 필요clawhub install youtube-shorts-automation && clawhub run youtube-shorts-automation --image ./promo.jpg --title "产品介绍" --description "新产品发布" --music bgm.mp3 --voice-over speech.mp3