What problem does it solve? Creating video content programmatically requires managing API authentication, choosing the right generation mode, and handling asynchronous polling. This Skill guides an AI agent through the entire Happy Horse video generation workflow on the Pixazo gateway so users get finished videos from a single natural-language request. ## Core Features & Use Cases - Multiple generation modes: Supports text-to-video, image-to-video, reference-to-video, and video-to-video editing across Happy Horse 1.0 and 1.1 endpoints. - Managed authentication: Walks the agent through obtaining a Pixazo API key once and storing it at ~/.pixazo/api-key for reuse. - Async polling and error handling: Includes a polling loop for task completion plus user-friendly handling of 401, 402, 429, and 5xx responses. - Use Case: Ask your coding agent to "create a short clip of a cardboard train running through a tiny city at night" and it submits the request, polls until ready, and returns the video URL. ## Quick Start Ask your agent to generate a video from a text prompt using Happy Horse, and paste your Pixazo API key when prompted.