skills/game-video-ad-pipeline/SKILL.md
FFmpeg 기반 $0 게임 광고 영상 자동 생성 스킬. 게임 ID(steam app id)로 스크린샷 자동 수집 → 템플릿 스타일(액션/퍼즐/아이들) 적용 → 텍스트 오버레이 포함 15~30초 MP4 출력.
npx skillsauth add kjaylee/misskim-skills game-video-ad-pipelineInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
게임 프로모션 영상(쇼츠/광고 크리에이티브)을 완전 로컬 + 무료 툴로 생성하는 스킬.
--game-id (Steam app id)1080x1920 또는 1920x1080)game-video-ad-pipeline/
├─ SKILL.md
├─ scripts/
│ └─ generate-video.py
└─ references/
├─ RESEARCH.md
├─ AUDIT.md
└─ TEST_REPORT.md
cd misskim-skills
python3 skills/game-video-ad-pipeline/scripts/generate-video.py \
--game-id steam:570 \
--template action \
--orientation vertical \
--duration 18 \
--output skills/game-video-ad-pipeline/output/dota2-action-vertical.mp4
가로 광고(1920x1080):
python3 skills/game-video-ad-pipeline/scripts/generate-video.py \
--game-id 730 \
--template puzzle \
--orientation horizontal \
--duration 20 \
--output skills/game-video-ad-pipeline/output/cs2-puzzle-horizontal.mp4
로컬 이미지/GIF 폴더를 입력으로 쓰고 싶으면:
python3 skills/game-video-ad-pipeline/scripts/generate-video.py \
--game-id 999999 \
--input-dir ./my-assets \
--template idle \
--duration 15
| 템플릿 | 톤 | 기본 카피 |
|---|---|---|
| action | 고채도/고대비, 임팩트 강조 | Play Now |
| puzzle | 밝고 클린한 톤 | Challenge Your Brain |
| idle | 부드럽고 안정적인 톤 | Start Your Idle Journey |
모든 템플릿은 ffmpeg filter 체인으로 구현되어 MiniPC/CLI 환경에서 동일 동작.
--game-id (필수): 570 또는 steam:570--template: action|puzzle|idle--orientation: vertical|horizontal--duration: 15~30 초--max-shots: 사용 스크린샷 수 (기본 6)--title, --tagline, --cta: 오버레이 문구 직접 지정--input-dir: Steam 자동 수집 대신 로컬 미디어 사용--keep-temp: 중간 파일 디버깅용 유지ffmpeg, ffprobe 존재 확인--max-shots를 4~8 사이로 유지 권장세부 근거는 references/RESEARCH.md, references/AUDIT.md 참조.
testing
게임 아이디어를 검토해 와우 팩터 5개를 추가하고, 스펙→TC→구현→QA→런칭까지 한 번에 밀어붙이는 일일 게임 런칭 써클. 기존 자동 게임 파이프라인을 대체/승격할 때 사용.
data-ai
Advanced YouTube analysis, transcripts, and metadata extraction.
development
Modern web design engineering skills including design tokens, advanced UI/UX methodologies, accessibility, and game-specific UI patterns. Use for building commercial-grade, performant, and accessible web interfaces.
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".