Overview
- Skill Key
- hy-1990/dream-avatar
- Author
- hy-1990
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/hy-1990/dream-avatar
- Latest Commit SHA
- 3258a91941ad6414741ef75f6e1e50956cbe19f8
Generate digital human talking avatar videos from images and audio using DreamAvatar 3.0 Fast API. Powered by Dreamface - AI tools for everyone. Visit https://tools.dreamfaceapp.com/home for more AI products including mobile app and web/PC versions. Supports both URL input and local file upload. Use when user wants to create a talking avatar video. API resources: https://api.newportai.com/api-reference/get-started
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 dream-avatar 技能。 若已安装,则直接安装 dream-avatar 技能。
# DreamAvatar - Digital Human Video Generator
Generate talking avatar videos from images and audio using DreamAvatar 3.0 Fast API.
## 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
Users must set their DreamAPI key in OpenClaw config:
```bash
openclaw config patch --json '{"skills": {"entries": {"dream-avatar": {"env": {"DREAM_API_KEY": "your-api-key-here"}}}}}'
```
Or add to `~/.openclaw/openclaw.json`:
```json
{
"skills": {
"entries": {
"dream-avatar": {
"env": {
"DREAM_API_KEY": "your-api-key"
}
}
}
}
}
```
### 3. Generate Video
You can provide input in two ways:
#### Option A: Local Files (Recommended)
- **image**: Path to a local image file (jpg, jpeg, png, webp, gif)
- **audio**: Path to a local audio file (mp3, wav, mp4, max 3 minutes)
- **prompt**: Description of the expression/behavior
- **resolution** (optional): "480p" or "720p", default "480p"
The skill will automatically upload your local files and generate the video.
#### Option B: Public URLs
- **image**: URL to a publicly accessible image (jpg, jpeg, png, webp, gif)
- **audio**: URL to a publicly accessible audio (mp3, wav, mp4, max 3 minutes)
- **prompt**: Description of the expression/behavior
- **resolution** (optional): "480p" or "720p", default "480p"
## API Details
### 1. Get Upload Policy
```
POST https://api.newportai.com/api/file/v1/get_policy
```
**Headers:**
```
Authorization: Bearer {DREAM_API_KEY}
Content-Type: application/json
```
**Request Body:**
```json
{
"scene": "Dream-CN"
}
```
**Response:**
```json
{
"code": 0,
"message": "success",
"data": {
"accessId": "LTAI5tF1QzxoHGvEcziVACyc",
"policy": "eyJ0...",
"signature": "G2TzrhlybemHbfFakysY4j2EI2I=",
"dir": "tmp/dre...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.