← All skills
Tencent SkillHub · Developer Tools

YouTube Shorts Automation

YouTube Shorts 자동 생성 및 업로드 파이프라인. Deevid AI Agent로 이미지→영상(BGM+음성 포함) 생성 후 YouTube에 업로드. 크론잡으로 매일 자동 실행 가능. Use when generating short-form vertical videos, creating AI-generated video content, uploading to YouTube Shorts, or automating daily video content pipelines.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

YouTube Shorts 자동 생성 및 업로드 파이프라인. Deevid AI Agent로 이미지→영상(BGM+음성 포함) 생성 후 YouTube에 업로드. 크론잡으로 매일 자동 실행 가능. Use when generating short-form vertical videos, creating AI-generated video content, uploading to YouTube Shorts, or automating daily video content pipelines.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/config_example.json, references/deevid-agent-workflow.md, references/youtube-upload.md, scripts/youtube_upload.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 9 sections Open source page

YouTube Shorts Automation

Deevid AI로 이미지/영상 생성 → YouTube Shorts 업로드 자동화 스킬.

전체 파이프라인

1. 이미지 생성 (Deevid AI) 2. Agent 영상 생성 (Deevid Agent — 오디오 포함) 3. 영상 다운로드 4. YouTube 업로드 5. (선택) Telegram으로 결과 전송

핵심 규칙

⚠️ "이미지를 동영상으로" 도구 사용 금지 → 무음 영상만 나옴 ✅ Deevid Agent (https://deevid.ai/ko/agent) 사용 → BGM+대사 포함 영상 비율: 9:16 (세로, Shorts 필수) 영상 길이: 60초 이하 (8~10초 권장)

설정 파일 구조

채널별 설정을 JSON으로 관리. 예시: references/config_example.json 필수 필드: channel: 채널명 deevid_prompt: 이미지 생성 프롬프트 (영어, 9:16 명시) youtube.title_template: 업로드 제목 (#shorts 포함) youtube.description_template: 업로드 설명 youtube.tags: 쉼표 구분 태그

1. 이미지 생성

Deevid AI 웹에서 이미지 생성. 프롬프트에 9:16 vertical format 포함. 비용: 6 크레딧/장 상세: references/deevid-agent-workflow.md

2. Agent 영상 생성

Deevid Agent에 이미지 업로드 + 프롬프트 → 영상 생성 (2-5분 소요). 비용: 20 크레딧/8초 모델: Start Image Master V2.0 상세: references/deevid-agent-workflow.md

3. YouTube 업로드

python3 scripts/youtube_upload.py \ --file video.mp4 \ --title "제목 #shorts" \ --description "설명" \ --tags "tag1,tag2" 사전 설정: OAuth client_secret.json + token.json 필요 상세: references/youtube-upload.md

4. 크론잡 등록 (OpenClaw)

매일 정해진 시간에 isolated session으로 파이프라인 실행. 크론잡 payload에 전체 워크플로 설명 + 환경 경로 포함.

트러블슈팅

문제원인해결무음 영상"이미지를 동영상으로" 도구 사용Agent 사용으로 전환업로드 실패token.json 만료재인증 또는 refreshDeevid 로그인 풀림세션 만료브라우저에서 재로그인영상 URL 추출 실패SPA 렌더링 지연대기 시간 늘리기

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs1 Scripts1 Config
  • SKILL.md Primary doc
  • references/deevid-agent-workflow.md Docs
  • references/youtube-upload.md Docs
  • scripts/youtube_upload.py Scripts
  • references/config_example.json Config