← 返回 Skills 市场
hy-1990

Dream Talking Image

作者 hy · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
339
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install dream-talking-image
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /dream-talking-image 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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).
元数据
Slug dream-talking-image
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

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。

💬 留言讨论