← All skills
Tencent SkillHub · Other

YouTube Shorts 자동 생성

AI/DevOps 유튜브 숏츠 자동 생성. 트렌드 수집 → 스크립트 → 이미지 → Veo 영상 → TTS 나레이션 → Remotion 합성 → YouTube 업로드

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

AI/DevOps 유튜브 숏츠 자동 생성. 트렌드 수집 → 스크립트 → 이미지 → Veo 영상 → TTS 나레이션 → Remotion 합성 → YouTube 업로드

⬇ 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

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
2.0.1

Documentation

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

YouTube Shorts 자동 생성

이 스킬은 AI/DevOps 주제의 60초 한국어 유튜브 숏츠를 자동으로 생성합니다.

사용법

사용자가 다음과 같이 요청하면 이 스킬을 실행하세요: "숏츠 만들어줘" "숏츠 주제 뽑아줘" "[주제명] 숏츠 만들어줘" "트렌드만 수집해줘"

설치

소스코드 전체가 필요합니다. GitHub에서 클론하세요: git clone https://github.com/kangjjang/youtube-shorts-skill.git cd youtube-shorts-skill bash scripts/setup.sh

실행 방법

스킬 루트 디렉토리: ${CLAUDE_PLUGIN_ROOT} (Claude Code) 또는 클론한 레포 디렉토리

1. 환경 확인

cd ${CLAUDE_PLUGIN_ROOT:-youtube-shorts-skill} source .venv/bin/activate 2>/dev/null || { python3 -m venv .venv && source .venv/bin/activate && pip install -r requirements.txt; }

2. 명령어

요청실행 명령전체 파이프라인 (대화형)python main.py자동 선택 + 비공개 업로드python main.py --auto --upload특정 주제로 생성python main.py --auto generate --topic "주제명"트렌드만 수집python main.py trends기존 영상 업로드python main.py upload --dir outputs/디렉토리고품질 모드python main.py --auto --quality full

3. 파이프라인 흐름

트렌드 → 주제 → 스크립트 → 이미지 → Veo 클립 ─┐ ├→ Remotion 합성 → SEO → 업로드 스크립트 → Gemini TTS ──┘ 9단계: 트렌드 수집 → 주제 선정 → 스크립트 작성 → 이미지 생성 → Veo 영상 → TTS 나레이션 → Remotion 합성 → SEO → 업로드

4. 필수 환경변수

GEMINI_API_KEY: Gemini API 키 (텍스트, 이미지, 영상, TTS 모두 사용)

5. 비용 안내

Veo 3.1 Fast: 숏츠 1편당 ~$2.40 Veo 3.1 Full: 숏츠 1편당 ~$7.20 영상 생성 전 비용 체크포인트에서 확인 가능

6. 출력 결과

outputs/YYYY-MM-DD-[slug]/ 디렉토리에: script.json — 스크립트 frames/ — 키프레임 이미지 clips/ — Veo 영상 클립 narration.wav — TTS 나레이션 final_shorts.mp4 — 최종 합성 영상 seo.json — SEO 메타데이터

Category context

Long-tail utilities that do not fit the current primary taxonomy cleanly.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc