IMA Studio just launched Seedance 2.0 — and we’ve built the first OpenClaw Skill that brings it to your lobster, with zero queues and full support for real-person videos.
What is Seedance 2.0?
Seedance 2.0 is Ima Studio’s latest flagship AI video generation model. It delivers cinema-grade quality with high frame-rate temporal consistency, making it ideal for professional video content.

The model comes in two flavors:
- Seedance 2.0 : Quality priority, 300-900s generation time
- Seedance 2.0 Fast : Speed priority, 120-600s generation time
The Problem: Queues and Limitations
While Seedance 2.0 is powerful, accessing it through official channels often means:
- Long waiting queues during peak hours
- Limited concurrent requests
- Restrictions on certain content types, including real-person videos
For creators who need reliable, on-demand video generation, these limitations can block entire workflows.
The Solution: IMA Seedance 2.0 OpenClaw Skill
We’ve built the world’s first OpenClaw Skill for Seedance 2.0 — available now on ClawHub.

What Makes It Different?
| Feature | Official Channel | OpenClaw Skill |
|---|---|---|
| Queue time | Often 10-30 min | Zero queue |
| Real-person videos | Restricted | Fully supported |
| Concurrent jobs | Limited | Unlimited |
| Access method | Web UI | Command line / API |
| Integration | Manual | OpenClaw native |
Key Features
Multiple Input Modes
The Skill supports all major video generation workflows:
- Text-to-video: Generate videos from text prompts
- Image-to-video: Animate static images
- First-last-frame transitions: Smooth morphing between two images
- Reference-image-to-video: Use images, videos, or audio as references
Two Models, One Skill
Switch between quality and speed based on your needs:
# Cinema-grade quality
--model-id ima-pro
# Faster generation
--model-id ima-pro-fastReal-Person Video Support
Unlike many AI video platforms, this Skill fully supports videos featuring real people — opening up use cases for:
- Personal video content
- Professional headshots in motion
- Creative portraits
- Social media content
How to Use
Prerequisites
- Python 3.x
- FFmpeg and FFprobe
- IMA API key
Installation
- Download the Skill from ClawHub
- Install dependencies:
pip install requests>=2.25.0 - Set your
IMA_API_KEYenvironment variable
Quick Start
Text to video:
python3 scripts/ima_video_create.py \
--prompt "a puppy runs across a sunny meadow, cinematic"Image to video:
python3 scripts/ima_video_create.py \
--prompt "camera slowly zooms in" \
--input-images https://example.com/photo.jpg \
--model-id ima-pro-fastFirst-last-frame transition:
python3 scripts/ima_video_create.py \
--task-type first_last_frame_to_video \
--prompt "smooth transition" \
--input-images first.jpg last.jpgMultimodal with references:
python3 scripts/ima_video_create.py \
--reference-image product.jpg \
--reference-video clip.mp4 \
--reference-audio narration.mp3 \
--model-id ima-proWhy OpenClaw?
OpenClaw is an open protocol for AI agent skills. By building Seedance 2.0 support as an OpenClaw Skill, we get:
- Native integration with OpenClaw-compatible agents
- Command-line automation for batch workflows
- Event streaming for real-time progress updates
- Security transparency — full code auditability
Get Started Today
Ready to give your lobster Seedance 2.0 superpowers?
👉 Download the Skill on ClawHub
No queues. No restrictions. Just cinematic AI video generation.
About IMA Studio
IMA Studio is a global AI content community where people create, watch, and share films, music videos, and short-form visual stories. With tools like Seedance 2.0, we’re making professional-grade AI video accessible to everyone.
Have questions? Join our Discord community or check out the Skill documentation.


