What problem does it solve? Creating video content programmatically requires handling API authentication, choosing the right generation mode, and polling asynchronous jobs. This Skill gives an AI agent complete instructions to call the Grok Imagine Video API (by xAI) through the Pixazo gateway, so users can generate videos with a single natural-language request. ## Core Features & Use Cases - Multiple generation modes: Supports text-to-video, image-to-video, video-to-video editing, and reference-to-video using @Image1..@ImageN syntax across Grok Imagine Video 1.0, 1.5, and 1.5 Turbo versions. - Guided API key setup: Walks the agent through acquiring a Pixazo API key once and saving it to ~/.pixazo/api-key so it is never requested again. - Async polling workflow: Provides copy-paste-ready curl, Python, and Node.js examples plus a polling loop that waits for the task to complete and surfaces the result URL. - Use Case: A user asks to "create a 6-second anime-style clip of a schoolgirl running through cherry blossoms" and the agent submits the text-to-video request, polls until ready, and returns the video URL. ## Quick Start Ask the agent to generate a short video from a text prompt using Grok Imagine Video, providing your Pixazo API key when prompted.