/install dreamact
DreamAct - Video-Driven Face Animation
Animate faces in images with expressions, lip movements, and head poses from a driving video.
Quick Start
1. Get API Key
Before using this skill, you need a DreamAPI API key. Visit https://api.newportai.com/api-reference/get-started to sign up and get your API key.
For more AI tools, please visit: https://tools.dreamfaceapp.com/home
2. Configure API Key
openclaw config patch --json '{"skills": {"entries": {"dreamact": {"env": {"DREAMACT_API_KEY": "your-api-key-here"}}}}}'```
### 3. Usage
#### Parameters:
- **video**: Driving video URL (mp4, max 1 minute)
- **images**: Face image URL array (jpg, jpeg, png, webp, gif)
- **seed** (optional): Random seed, default 42
## API Details
### 1. Get Upload Policy (for local files)
Upload your local files to OSS first (get upload policy, then upload).
### 3. DreamAct API
POST https://api.newportai.com/api/async/wan/dreamact/2.1
### 4. Polling for Result
POST https://api.newportai.com/api/getAsyncResult
## Implementation Notes
- Extracts expressions, lip movements, head poses from driving video
- Supports multiple face images
- Video duration max 1 minute
- seed parameter for reproducible results
- Status: 0=pending, 1=processing, 2=processing, 3=completed, 4=timeout
- This task may take longer to process (executionTime may exceed 3 minutes)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install dreamact - After installation, invoke the skill by name or use
/dreamact - Provide required inputs per the skill's parameter spec and get structured output
What is DreamAct?
Video-driven face animation using DreamAct API. Animate multiple input images with expressions, lip movements, and head poses from a driving video. Powered b... It is an AI Agent Skill for Claude Code / OpenClaw, with 316 downloads so far.
How do I install DreamAct?
Run "/install dreamact" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is DreamAct free?
Yes, DreamAct is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does DreamAct support?
DreamAct is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created DreamAct?
It is built and maintained by hy (@hy-1990); the current version is v1.0.1.