주제만 입력하면 시나리오 → 이미지(Gemini) → 영상(Kling) → 조립(ffmpeg)까지 자동으로 유튜브 쇼츠 MP4를 생성합니다. 4단계 AI 파이프라인으로 쇼츠 제작 전 과정을 자동화합니다.
anpm install shorts-agentType /setup-shorts-agent in the chat.
Auto-applied rules are also installed.
| Commands | README |
|---|---|
| /setup-shorts-agent | 쇼츠 에이전트 setup guide — check and configure dependencies |
| /shorts-agent | 주제만 입력하면 시나리오 → 이미지(Gemini) → 영상(Kling) → 조립(ffmpeg)까지 자동으로 유튜브 쇼츠 MP4를 생성합니다. 4단계 AI 파이프라인으로 쇼츠 제작 전 과정을 자동화합니다. |
CLI Tools
ffmpegpython3Environment Variables
GOOGLE_API_KEYGoogle AI (Gemini) API 키 — 이미지 생성에 사용
KLING_ACCESS_KEYKling 공식 API Access Key — 영상 생성에 사용 (JWT 인증)
Kling AI 개발자 플랫폼(https://klingai.com)에서 발급:
KLING_SECRET_KEYKling 공식 API Secret Key — JWT 토큰 서명에 사용
KLING_ACCESS_KEY와 함께 발급됩니다.
anpm install shorts-agent