youtube-shortsAI/DevOps 유튜브 숏츠 자동 생성. 트렌드 수집 → 스크립트 → 이미지 → Veo 영상 → TTS 나레이션 → Remotion 합성 → YouTube 업로드
Install via ClawdBot CLI:
clawdbot install kangjjang/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) 또는 클론한 레포 디렉토리
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; }
| 요청 | 실행 명령 |
|------|-----------|
| 전체 파이프라인 (대화형) | 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 |
트렌드 → 주제 → 스크립트 → 이미지 → Veo 클립 ─┐
├→ Remotion 합성 → SEO → 업로드
스크립트 → Gemini TTS ──┘
9단계: 트렌드 수집 → 주제 선정 → 스크립트 작성 → 이미지 생성 → Veo 영상 → TTS 나레이션 → Remotion 합성 → SEO → 업로드
GEMINI_API_KEY: Gemini API 키 (텍스트, 이미지, 영상, TTS 모두 사용)outputs/YYYY-MM-DD-[slug]/ 디렉토리에:
script.json — 스크립트frames/ — 키프레임 이미지clips/ — Veo 영상 클립narration.wav — TTS 나레이션final_shorts.mp4 — 최종 합성 영상seo.json — SEO 메타데이터Generated Mar 1, 2026
Automates production of short educational videos on trending AI and DevOps topics for Korean-speaking audiences. Ideal for tech educators or influencers needing consistent content without manual editing, leveraging Gemini for scripting and Veo for video generation.
Enables startups to quickly create promotional shorts highlighting their AI or DevOps products. Uses trend analysis to align content with current interests, reducing marketing overhead and increasing engagement on platforms like YouTube.
Generates daily or weekly shorts summarizing the latest AI and DevOps trends. Automates script writing, visual creation, and narration to deliver timely updates, suitable for media outlets or independent journalists.
Produces internal training videos or announcements about DevOps practices or AI tools for employees. Streamlines content creation with automated pipelines, ensuring consistent messaging and reducing production time.
Helps individual creators build a YouTube channel by automating the entire shorts creation process. Focuses on high-demand AI/DevOps niches to attract views and ad revenue with minimal manual effort.
Offers a monthly subscription where users receive a set number of automated shorts per month. Targets small businesses or creators needing regular content, with tiered pricing based on video quality or volume.
Provides a free version for basic shorts creation with limited features, while charging for advanced options like higher-quality Veo rendering, SEO optimization, or bulk uploads. Appeals to hobbyists and professionals alike.
Licenses the skill to marketing agencies or production studios for use in client projects. Includes customization options and support, enabling agencies to scale their video production services without developing in-house tools.
💬 Integration Tip
Ensure all dependencies like Python, Node, and required APIs are properly configured in the environment before execution to avoid pipeline failures.
Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
Fetch and summarize YouTube video transcripts. Use when asked to summarize, transcribe, or extract content from YouTube videos. Handles transcript fetching via residential IP proxy to bypass YouTube's cloud IP blocks.
Browse, search, post, and moderate Reddit. Read-only works without auth; posting/moderation requires OAuth setup.
Interact with Twitter/X — read tweets, search, post, like, retweet, and manage your timeline.
LinkedIn automation via browser relay or cookies for messaging, profile viewing, and network actions.
Search YouTube videos, get channel info, fetch video details and transcripts using YouTube Data API v3 via MCP server or yt-dlp fallback.