/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)
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install dreamact - 安装完成后,直接呼叫该 Skill 的名称或使用
/dreamact触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 316 次。
如何安装 DreamAct?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install dreamact」即可一键安装,无需额外配置。
DreamAct 是免费的吗?
是的,DreamAct 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
DreamAct 支持哪些平台?
DreamAct 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 DreamAct?
由 hy(@hy-1990)开发并维护,当前版本 v1.0.1。