← Back to Skills Marketplace
hy-1990

Dream Talking Image

by hy · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
339
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install dream-talking-image
Description
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...
README (SKILL.md)

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
Usage Guidance
This skill appears coherent, but before installing: verify the API provider (api.newportai.com / Dreamface) is the service you expect, avoid using sensitive or production credentials as the DREAMTALKINGIMAGE_API_KEY, and test with non-sensitive images/audio first. Check the provider's privacy/data-retention and billing terms (uploads may be stored/processed server-side). If the domain/branding mismatch (dreamfaceapp vs api.newportai) worries you, contact the provider or use a dedicated API key you can rotate.
Capability Analysis
Type: OpenClaw Skill Name: dream-talking-image Version: 1.0.1 The skill bundle provides documentation and integration instructions for the Dream Talking Image API (api.newportai.com). It outlines standard API usage for generating videos from images and audio, requires a user-provided API key, and contains no executable code, obfuscation, or malicious instructions.
Capability Assessment
Purpose & Capability
The name/description (generate talking videos from images/audio) matches the SKILL.md which documents calling https://api.newportai.com endpoints. Minor note: marketing links point to tools.dreamfaceapp.com while the API host is api.newportai.com — this is not necessarily malicious but is a slight domain/branding mismatch worth verifying.
Instruction Scope
SKILL.md contains straightforward instructions to POST to the documented API endpoints, set an Authorization header with the declared API key, and poll for results. It does not instruct the agent to read unrelated files, system credentials, or other environment variables. It mentions getting an upload policy for local-file uploads (expected for uploading images/audio) but does not direct arbitrary file-system or credential access beyond the API key.
Install Mechanism
No install spec and no code files are included (instruction-only), so nothing is written to disk or downloaded during install. This is the lowest-risk install profile.
Credentials
Requires a single API key (DREAMTALKINGIMAGE_API_KEY) which is appropriate for an API-integration skill. No other credentials or config paths are requested.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent or elevated system privileges and contains no instructions to modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install dream-talking-image
  3. After installation, invoke the skill by name or use /dream-talking-image
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Added a link to more Dreamface AI tools in the Quick Start section. - Clarified local file upload instructions for better guidance. - Removed duplicate and unnecessary API steps for a more concise workflow. - No functional or API changes. This is a documentation update only.
v1.0.0
dream-talking-image 1.0.0 - Initial release. - Generate talking videos from static images and audio using the Talking Image API. - Supports non-human faces, including pets and animated characters. - Provides API usage instructions and upload workflow. - Supports multiple languages and audio up to 2 minutes (m4a recommended).
Metadata
Slug dream-talking-image
Version 1.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

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.

💬 Comments