generate-video — community generate-video, celebrities-shorts-video, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0

이 스킬 정보

AI 기반 화장품 영상 콘텐츠 제작을 전문으로 하는 마케팅 자동화 에이전트에 완벽합니다. Python moviepy를 활용한 숏폼 영상 자동 생성. 스크립트를 기반으로 자막, 이미지, BGM이 포함된 영상을 생성합니다.

ai-service-incubator ai-service-incubator
[0]
[0]
Updated: 3/12/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
7/11
Quality Score
33
Canonical Locale
ko
Detected Body Locale
ko

AI 기반 화장품 영상 콘텐츠 제작을 전문으로 하는 마케팅 자동화 에이전트에 완벽합니다. Python moviepy를 활용한 숏폼 영상 자동 생성. 스크립트를 기반으로 자막, 이미지, BGM이 포함된 영상을 생성합니다.

이 스킬을 사용하는 이유

Python, MoviePy 및 Pillow를 사용하여 유명인 화장품 캠페인을 위한 숏폼 비디오 제작을 자동화합니다. markdown 스크립트에서 직접 BGM 오디오 트랙, 유명인/제품 이미지 및 사용자 정의 글꼴이 포함된 브랜드 비디오를 생성합니다.

최적의 용도

AI 기반 화장품 영상 콘텐츠 제작을 전문으로 하는 마케팅 자동화 에이전트에 완벽합니다.

실행 가능한 사용 사례 for generate-video

스크립트 파일에서 프로모션용 화장품 비디오 생성
유명인 보증 비디오 제작 자동화
BGM 통합이 포함된 브랜드 숏폼 콘텐츠 제작

! 보안 및 제한 사항

  • 스크립트/에셋에 대한 로컬 파일 시스템 액세스 필요
  • MoviePy 및 Pillow Python 패키지에 종속됨
  • 사전 구성된 에셋 폴더 구조 필요

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is generate-video?

AI 기반 화장품 영상 콘텐츠 제작을 전문으로 하는 마케팅 자동화 에이전트에 완벽합니다. Python moviepy를 활용한 숏폼 영상 자동 생성. 스크립트를 기반으로 자막, 이미지, BGM이 포함된 영상을 생성합니다.

How do I install generate-video?

Run the command: npx killer-skills add ai-service-incubator/celebrities-shorts-video. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for generate-video?

Key use cases include: 스크립트 파일에서 프로모션용 화장품 비디오 생성, 유명인 보증 비디오 제작 자동화, BGM 통합이 포함된 브랜드 숏폼 콘텐츠 제작.

Which IDEs are compatible with generate-video?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for generate-video?

스크립트/에셋에 대한 로컬 파일 시스템 액세스 필요. MoviePy 및 Pillow Python 패키지에 종속됨. 사전 구성된 에셋 폴더 구조 필요.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add ai-service-incubator/celebrities-shorts-video. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use generate-video immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Imported Repository Instructions

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Supporting Evidence

generate-video

Install generate-video, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly
Imported Repository Instructions
The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.
Supporting Evidence

Generate Video Skill

스크립트 기반 숏폼 영상을 자동 생성하는 스킬입니다.

사용법

/generate-video [프로젝트명]

필수 요구사항

Python 패키지

bash
1pip install moviepy pillow numpy

폴더 구조

project/
├── scripts/
│   └── [프로젝트명].md      # 스크립트 파일
├── assets/
│   ├── images/              # 연예인/제품 이미지
│   │   ├── celebrity.jpg
│   │   └── product_1.jpg
│   ├── audio/               # BGM 파일
│   │   └── bgm.mp3
│   └── fonts/               # 폰트 파일
│       └── Pretendard-Bold.ttf
└── output/                  # 출력 폴더

실행 프로세스

Step 1: 스크립트 파싱

  1. scripts/[프로젝트명].md 파일 읽기
  2. 섹션별 타임코드 추출
  3. 자막 텍스트 추출

Step 2: 에셋 준비 확인

  • 이미지 파일 존재 확인
  • BGM 파일 확인
  • 폰트 파일 확인

Step 3: 영상 생성

bash
1python .claude/skills/generate-video/scripts/video_generator.py \ 2 --script "scripts/[프로젝트명].md" \ 3 --assets "assets/" \ 4 --output "output/[프로젝트명].mp4" \ 5 --resolution 1080x1920 \ 6 --fps 30

Step 4: 검수

  • 영상 길이 확인 (60초 이내)
  • 자막 가독성 확인
  • 오디오 싱크 확인

Python 스크립트 사용법

bash
1# 기본 실행 2python video_generator.py --script script.md --output output.mp4 3 4# 옵션 5--script 스크립트 파일 경로 (필수) 6--assets 에셋 폴더 경로 (기본: assets/) 7--output 출력 파일 경로 (기본: output/video.mp4) 8--resolution 해상도 (기본: 1080x1920) 9--fps 프레임레이트 (기본: 30) 10--preview 미리보기 모드 (저해상도)

영상 스펙

항목
해상도1080 x 1920 (9:16)
프레임레이트30 fps
코덱H.264
최대 길이60초
파일 형식MP4

자막 스타일 설정

python
1subtitle_style = { 2 "font": "Pretendard-Bold", 3 "fontsize": 48, 4 "color": "white", 5 "stroke_color": "black", 6 "stroke_width": 2, 7 "position": ("center", 0.85) # 하단 15% 위치 8}

트러블슈팅

일반적인 오류

  1. ImageMagick 필요: brew install imagemagick
  2. 폰트 오류: 폰트 경로 확인 또는 시스템 폰트 사용
  3. 메모리 부족: --preview 모드로 먼저 테스트

대체 방법

moviepy가 어려운 경우:

  1. FFmpeg 직접 사용
  2. 편집 지시서만 생성 후 수동 편집

출력 파일

output/
├── [프로젝트명].mp4           # 최종 영상
├── [프로젝트명]_preview.mp4   # 미리보기 (저해상도)
└── [프로젝트명]_log.txt       # 생성 로그

다음 단계

영상 생성 완료 후:

  1. /optimize-posting - 포스팅 최적화
  2. 수동 검수 및 최종 수정

관련 스킬

Looking for an alternative to generate-video or another community skill for your workflow? Explore these related open-source skills.

모두 보기

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
인공지능

widget-generator

Logo of f
f

prompts.chat 피드 시스템을 위한 사용자 지정 가능한 위젯 플러그인을 생성합니다

149.6k
0
인공지능

flags

Logo of vercel
vercel

리액트 프레임워크

138.4k
0
브라우저

pr-review

Logo of pytorch
pytorch

파이썬에서 텐서와 동적 신경망 구현 및 강력한 GPU 가속 지원

98.6k
0
개발자