/install dream-talking-image
Dream Talking Image - Talking Video from Image
Generate talking videos from static images and audio.
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": {"dream-talking-image": {"env": {"DREAMTALKINGIMAGE_API_KEY": "your-api-key-here"}}}}}'```
### 3. Usage
#### Parameters:
- **photoUrl**: Image URL (jpg, jpeg, png, webp, gif), max 1280x1280
- **audioUrl**: Audio URL (mp3, wav, m4a), recommended \x3C 2 minutes
#### Note:
- Audio over 2 minutes may cause memory errors
- Recommend m4a format
## API Details
### 1. Get Upload Policy (for local files)
Upload your local files to OSS first (get upload policy, then upload).
### 3. Talking Image API
POST https://api.newportai.com/api/async/talking_image
**Headers:**
Authorization: Bearer {DREAMTALKINGIMAGE_API_KEY} Content-Type: application/json
**Request Body:**
```json
{
"photoUrl": "https://example.com/image.jpg",
"audioUrl": "https://example.com/audio.mp3"
}
4. Polling for Result
POST https://api.newportai.com/api/getAsyncResult
Implementation Notes
- Supports non-human faces (pets, anime characters)
- Automatically mirrors facial expressions and vocal tone
- Supports multiple languages
- Audio recommended \x3C 2 minutes
- Status: 0=pending, 1=processing, 2=processing, 3=completed, 4=timeout
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install dream-talking-image - 安装完成后,直接呼叫该 Skill 的名称或使用
/dream-talking-image触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Dream Talking Image 是什么?
Generate talking videos from images using Talking Image API. Create talking videos from audio and images, supporting non-human faces like pets or animated ch... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 339 次。
如何安装 Dream Talking Image?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install dream-talking-image」即可一键安装,无需额外配置。
Dream Talking Image 是免费的吗?
是的,Dream Talking Image 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Dream Talking Image 支持哪些平台?
Dream Talking Image 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Dream Talking Image?
由 hy(@hy-1990)开发并维护,当前版本 v1.0.1。