Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- No file or documentation changes detected in this version. - Functionality and instructions remain unchanged from the previous release.
What This Skill Does
Generates images and videos from text prompts using the AIMLAPI platform. Scripts handle retries, async video polling, and required User-Agent headers without manual setup.
Handles AIMLAPI's async video polling and retry logic automatically, removing boilerplate that would otherwise need to be written for every project.
When to use it
- Generating product mockup images from text descriptions
- Creating short video clips from scene prompts
- Batch-generating image variations with custom sizes
- Automating media generation in agent pipelines
- Prototyping visual assets from written briefs
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: generate a time-lapse video of clouds over a mountain range
- 1Run gen_video.py with the prompt and model flag
- 2POST to /v2/video/generations to create the async task
- 3Poll /v2/video/generations with the returned generation_id until status is completed
- 4Download the video from the returned URL to the output directory
Video file saved to ./out/videos/
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.