/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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install dream-talking-image - After installation, invoke the skill by name or use
/dream-talking-image - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 339 downloads so far.
How do I install Dream Talking Image?
Run "/install dream-talking-image" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Dream Talking Image free?
Yes, Dream Talking Image is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Dream Talking Image support?
Dream Talking Image is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Dream Talking Image?
It is built and maintained by hy (@hy-1990); the current version is v1.0.1.