← 返回 Skills 市场
hy-1990

DreamAct

作者 hy · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
316
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install dreamact
功能描述
Video-driven face animation using DreamAct API. Animate multiple input images with expressions, lip movements, and head poses from a driving video. Powered b...
使用说明 (SKILL.md)

DreamAct - Video-Driven Face Animation

Animate faces in images with expressions, lip movements, and head poses from a driving video.

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": {"dreamact": {"env": {"DREAMACT_API_KEY": "your-api-key-here"}}}}}'```

### 3. Usage

#### Parameters:
- **video**: Driving video URL (mp4, max 1 minute)
- **images**: Face image URL array (jpg, jpeg, png, webp, gif)
- **seed** (optional): Random seed, default 42

## API Details

### 1. Get Upload Policy (for local files)

Upload your local files to OSS first (get upload policy, then upload).
### 3. DreamAct API

POST https://api.newportai.com/api/async/wan/dreamact/2.1

### 4. Polling for Result

POST https://api.newportai.com/api/getAsyncResult


## Implementation Notes

- Extracts expressions, lip movements, head poses from driving video
- Supports multiple face images
- Video duration max 1 minute
- seed parameter for reproducible results
- Status: 0=pending, 1=processing, 2=processing, 3=completed, 4=timeout
- This task may take longer to process (executionTime may exceed 3 minutes)
安全使用建议
This skill asks only for a DreamAct API key and then calls api.newportai.com endpoints; verify the API provider (api.newportai.com / tools.dreamfaceapp.com) and read their privacy and terms before sending face images or videos. Only provide an API key you control (preferably with limited scope/quotas), test with non-sensitive images first, and ensure you are comfortable with the legal and ethical implications of animating faces. The SKILL.md is somewhat vague about the 'upload policy/OSS' step — if you need to upload local files, confirm where files are sent and how long they are retained before using real personal data.
功能分析
Type: OpenClaw Skill Name: dreamact Version: 1.0.1 The skill bundle provides instructions for an AI agent to interact with the DreamAct API for face animation. It defines standard parameters (video, images, seed) and points to legitimate-looking API endpoints at api.newportai.com. No malicious code, data exfiltration, or prompt injection attempts were identified in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name/description (video-driven face animation) aligns with the required environment variable (DREAMACT_API_KEY) and the API endpoints documented in SKILL.md. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to call api.newportai.com endpoints and to obtain an upload policy for local files (upload to OSS) but is somewhat high-level/vague about the upload steps. It does not instruct the agent to read unrelated files or access other environment variables. The vagueness about how to obtain/use the upload policy is a clarity/usability concern, not an outright security mismatch.
Install Mechanism
This is an instruction-only skill with no install spec and no code files — nothing is written to disk or downloaded by the skill itself. That minimizes install-time risk.
Credentials
Only a single API key (DREAMACT_API_KEY) is required, which is proportional for a cloud API integration. No other secrets or unrelated environment variables are requested.
Persistence & Privilege
always is false and the skill does not request persistent or system-wide configuration changes. It is user-invocable and can be invoked autonomously by default, which is the platform norm.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install dreamact
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /dreamact 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added a link to the Dreamface AI tools home page for more resources. - Clarified instructions on uploading local files to OSS (get upload policy, then upload). - Minor formatting and copy improvements for better readability.
v1.0.0
Initial release of dreamact – video-driven face animation. - Animate multiple face images using expressions, lip movements, and head poses from a driving video. - Powered by DreamAct API and integrates with Dreamface's AI tools. - Supports various image formats and videos up to 1-minute duration. - Includes reproducible results with an optional seed parameter. - Step-by-step guide for API usage and authentication.
元数据
Slug dreamact
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

DreamAct 是什么?

Video-driven face animation using DreamAct API. Animate multiple input images with expressions, lip movements, and head poses from a driving video. Powered b... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 316 次。

如何安装 DreamAct?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install dreamact」即可一键安装,无需额外配置。

DreamAct 是免费的吗?

是的,DreamAct 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

DreamAct 支持哪些平台?

DreamAct 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 DreamAct?

由 hy(@hy-1990)开发并维护,当前版本 v1.0.1。

💬 留言讨论