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

v1.0.0
GitHub

About this Skill

Perfect for Video Analysis Agents needing advanced video generation capabilities. AI agent-based celebrity cosmetics short-form video generator

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

Agent Capability Analysis

The generate-video skill by ai-service-incubator is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for Video Analysis Agents needing advanced video generation capabilities.

Core Value

Empowers agents to generate short-form videos using moviepy and pillow libraries. It provides automatic video creation and editing capabilities.

Capabilities Granted for generate-video

Generating celebrity cosmetics videos
Automating video creation for social media platforms
Debugging video generation issues

! Prerequisites & Limits

  • Requires Python 3.10+ installation
  • Needs moviepy, pillow, and numpy packages installed
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

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

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. 수동 검수 및 최종 수정

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?

Perfect for Video Analysis Agents needing advanced video generation capabilities. AI agent-based celebrity cosmetics short-form video generator

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: Generating celebrity cosmetics videos, Automating video creation for social media platforms, Debugging video generation issues.

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?

Requires Python 3.10+ installation. Needs moviepy, pillow, and numpy packages installed.

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.

Related Skills

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

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI