PixVerse CLI is a command-line interface for generating images and videos through an AI-powered platform. It is designed for AI agents, developers, and automation purposes, offering structured JSON output and scriptable commands.
$ npx skills add https://github.com/pixverseai/skills --skill pixverse-ai-image-and-video-generatorPixVerse CLI is a command-line interface that brings all PixVerse.ai video and image generation capabilities to AI agents, developers, and automation workflows. It supports multiple generative models including PixVerse V6, Sora 2, Veo 3.1, Kling O3, and others, with customizable parameters for resolution, duration, aspect ratio, and quality. The skill library provides structured workflows for text-to-video generation, image-to-video animation, video editing and enhancement, character design, and poster generation. All output is delivered in structured JSON format, making it ideal for headless automation, multi-step pipelines, and integration with AI agent systems. Users must have an active PixVerse subscription to access the CLI.
Install using the command line to access all features and functionalities.
Generate images and videos from command line
Automate content production workflows
Integrate into CI/CD pipelines
$ npx skills add https://github.com/pixverseai/skills --skill pixverse-ai-image-and-video-generatorgit clone https://github.com/pixverseai/skillsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Generate a high-quality image/video using PixVerse CLI with the following specifications: [PROMPT_DESCRIPTION]. Set the output format to [IMAGE_FORMAT/VIDEO_FORMAT], resolution to [RESOLUTION], and style to [STYLE_OPTION]. Include a JSON output structure for seamless integration with automation scripts. Use the following parameters: { "prompt": "[PROMPT_DESCRIPTION]", "format": "[IMAGE_FORMAT/VIDEO_FORMAT]", "resolution": "[RESOLUTION]", "style": "[STYLE_OPTION]" }```json
{
"status": "success",
"output": {
"file_path": "/outputs/generated_image_20240515.png",
"file_size": "2.4 MB",
"duration": null,
"generation_time": "12.5 seconds",
"prompt": "A futuristic cityscape at twilight with neon lights reflecting on rain-soaked streets, cyberpunk aesthetic",
"resolution": "1920x1080",
"style": "cinematic"
},
"metadata": {
"model_version": "pixverse-v3",
"seed": 4287192,
"parameters": {
"guidance_scale": 7.5,
"steps": 30
}
}
}
```
Your image has been generated successfully! The output is saved as a high-resolution PNG file with cinematic styling. The generation took 12.5 seconds using PixVerse's latest model. The file is ready for download at `/outputs/generated_image_20240515.png`.Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan