Loading...
Loading...
Generate short AI videos from text or images — text-to-video, image-to-video, and reference-based generation — with zero API key setup. Use when the user wants to create a video clip, animate an image, or generate video from a description.
npx skill4agent add pexoai/pexo-skills videoagent-video-studio| User Intent | Mode | Typical Duration |
|---|---|---|
| "Make a video of..." (no image) | | 4–10 s |
| "Animate this image" / "Make this move" | | 4–6 s |
| "Turn this into a video with..." | | 4–6 s |
| Cinematic, story, ad | Prefer | 5–10 s |
| Mode | Description | Models |
|---|---|---|
| text-to-video | Text prompt only → video | minimax, kling, veo, hunyuan, grok, seedance |
| image-to-video | Single image + prompt → animated clip | minimax, kling, veo, pixverse, grok, seedance |
| reference-based | Reference images/video → consistent output | minimax, kling, veo, hunyuan, grok, seedance |
--model <id>| Model ID | T2V | I2V | Reference | Notes |
|---|---|---|---|---|
| ✅ | ✅ | ✅ | Subject reference image, character consistency |
| ✅ | ✅ | ✅ | Multi-element / character / keyframe (O3) |
| ✅ | ✅ | ✅ | Google Veo 3.1, multiple reference images |
| ✅ | — | ✅ | Video-to-video style transfer |
| — | ✅ | — | Stylized image-to-video |
| ✅ | ✅ | ✅ | Video editing via reference video |
| ✅ | ✅ | ✅ | Seedance 1.5 Pro, synchronized audio, 4–12 s |
node {baseDir}/tools/generate.js \
--mode text-to-video \
--prompt "<enhanced prompt>" \
--duration <seconds> \
--aspect-ratio <ratio>node {baseDir}/tools/generate.js \
--mode image-to-video \
--prompt "<motion description>" \
--image-url "<public image URL>" \
--duration <seconds> \
--aspect-ratio <ratio>| Parameter | Default | Description |
|---|---|---|
| | |
| (required) | Scene or motion description |
| — | Required for |
| | Length in seconds (typically 4–10) |
| | |
| | Model ID (e.g. |
| Command | Description |
|---|---|
| List available models from the proxy |
| Check async job status |
{
"success": true,
"mode": "text-to-video",
"videoUrl": "https://...",
"duration": 5,
"aspectRatio": "16:9"
}videoUrlnode {baseDir}/tools/generate.js \
--mode text-to-video \
--prompt "A cat walking through rain, wet streets, neon reflections, cinematic lighting, slow motion, 4K" \
--duration 5 \
--aspect-ratio 16:9node {baseDir}/tools/generate.js \
--mode image-to-video \
--prompt "Gentle clouds moving across the sky, subtle grass movement, cinematic atmosphere" \
--image-url "https://..." \
--duration 5 \
--aspect-ratio 16:9node {baseDir}/tools/generate.js \
--mode text-to-video \
--prompt "Close-up of coffee pouring into a white cup, slow motion, steam rising, soft lighting, product shot" \
--duration 10 \
--aspect-ratio 9:16node {baseDir}/tools/generate.js \
--mode text-to-video \
--model veo \
--prompt "A dragon flying through cloudy skies, cinematic lighting, 8s" \
--duration 8 \
--aspect-ratio 16:9node {baseDir}/tools/generate.js \
--mode image-to-video \
--model grok \
--prompt "Gentle smile, subtle head turn" \
--image-url "https://..." \
--duration 5| Variable | Required | Description |
|---|---|---|
| No | Proxy base URL |
| No | Auth token if the proxy requires it |