YouTube Shorts 자동 생성
AI 自动生成 YouTube Shorts 工作流,从趋势收集、脚本生成、图像处理、Veo 视频生成、TTS 配音、Remotion 合成到 YouTube 上传的完整自动化。
AI/DevOps 유튜브 숏츠 자동 생성. 트렌드 수집 → 스크립트 → 이미지 → Veo 영상 → TTS 나레이션 → Remotion 합성 → YouTube 업로드
clawhub install youtube-shortsYouTube Shorts 自动化:自动生成并上传 YouTube Shorts 的完整流程,通过 Deevid AI Agent 将图像转换为包含背景音乐和语音的视频并上传到 YouTube,支持定时自动运行。
YouTube Shorts 자동 생성 및 업로드 파이프라인. Deevid AI Agent로 이미지→영상(BGM+음성 포함) 생성 후 YouTube에 업로드. 크론잡으로 매일 자동 실행 가능. Use when generating short-form vertical videos, creating AI-generated video content, uploadi…
# 安装 Skill(会下载 SKILL.md 到 .claude/skills/) clawhub install youtube-shorts-automation # 之后直接对 Claude 说"用 YouTube Shorts Automation 帮我…"即可
# 同样的安装命令,兼容所有支持 SKILL.md 的 AI 编程工具 clawhub install youtube-shorts-automation
此 Skill 兼容 OpenClaw 标准。 安装后自动生成 SKILL.md 文件,任何支持 OpenClaw 协议的 AI Agent(Claude Code、Cursor、Windsurf 等)均可直接调用。
需要YouTube账号和API权限,需GPU支持视频生成,需付费AI服务
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.mp3AI 自动生成 YouTube Shorts 工作流,从趋势收集、脚本生成、图像处理、Veo 视频生成、TTS 配音、Remotion 合成到 YouTube 上传的完整自动化。
AI/DevOps 유튜브 숏츠 자동 생성. 트렌드 수집 → 스크립트 → 이미지 → Veo 영상 → TTS 나레이션 → Remotion 합성 → YouTube 업로드
clawhub install youtube-shorts