用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/sung-ho-oh/youtube_longform_agent --skill generate-image命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
FFmpeg로 이미지, 오디오, 자막, BGM을 합성하여 최종 영상을 만듭니다. 모든 소스가 준비되었을 때 영상 합성이 필요할 때 사용하세요.
Whisper large-v3로 오디오의 타임스탬프를 추출하고 SRT 자막을 생성합니다. TTS 오디오에 정확한 자막이 필요할 때 사용하세요.
Gemini TTS Pro로 깊고 진지한 나레이션을 생성합니다. 한국어 명언이나 철학적 텍스트를 오디오로 변환할 때 사용하세요.
正在显示 SKILL.md
基于 SOC 职业分类
| name | generate-image |
| description | Gemini 3 Pro로 연필 스케치 스타일 이미지를 생성합니다. 명언 영상의 배경 이미지가 필요할 때, 철학적/예술적 스케치 이미지를 만들 때 사용하세요. |
| allowed-tools | ["Bash","Read","Write"] |
Gemini 3 Pro Image Preview를 사용하여 노션 스타일의 미니멀한 연필 스케치 이미지를 생성합니다.
ImageGenerator 클래스 인스턴스 생성generate() 메서드로 이미지 생성from src.quote_video.image_generator import ImageGenerator
generator = ImageGenerator()
generator.generate(
prompt="A philosophical illustration of solitude, pencil sketch style",
output_path="output/scene_001.png"
)
| 항목 | 값 |
|---|---|
| 모델 | gemini-3-pro-image-preview |
| 스타일 | Pencil sketch, minimal illustration |
| 배경 | Vintage paper, cream/beige |
| 선 | Bold black lines |
| 해상도 | 1920x1080 |