원클릭으로
video-generator-cli
Guide for running the Video Generator CLI commands.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guide for running the Video Generator CLI commands.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
How to generate video scripts for the Video Generator from user prompts.
How an AI agent drives the fully-agentic video pipeline (plan → acquire → verify → decide → gate → render) with complete control over every image, video, and music asset.
Guide for running the Video Generator CLI commands.
How to generate video scripts for the Video Generator from user prompts.
| name | Video Generator CLI |
| description | Guide for running the Video Generator CLI commands. |
| version | 5.0.0 |
| metadata | {"requires":{"bins":["node","npm","ffmpeg","python"],"env":["PEXELS_API_KEY"]}} |
This skill explains the different terminal commands available to run, resume, or fix video generations.
These commands are used for a "Fresh Start." They clean up old temporary files to prevent conflicts.
npm run generate (or npm run build).video-cache.json file.public/videos and public/audio folders.input/scripts/input-scripts.json.These commands save time by reusing already-completed work.
npm run resumepublic/ and the .video-cache.json.npm run segment.mp4 segments in your output folder and merges them.npm run dev| Command | Action | Fresh/Resume |
|---|---|---|
npm run generate | Full Process | Fresh (Wipes old data) |
npm run build | Full Process | Fresh (Alias for generate) |
npm run resume | Skip Existing | Resume (Saves time) |
npm run segment | Assembly Only | Fix (Stitching only) |
When editing input/scripts/input-scripts.json, agents can use these newer properties:
| Property | Type | Description |
|---|---|---|
showText | Boolean | Set to false to disable on-screen subtitles. |
defaultVideo | String | Filename in input/visuals/ to use as a visual fallback. |
orientation | String | portrait or landscape. |
voice | String | AI voice ID (e.g., en-US-JennyNeural). |