← 返回 Skills 市场
40
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install kreadoai-skills
功能描述
Official KreadoAI Skill. Call KreadoAI for digital avatar video generation, text-to-speech, instant avatar clone, and subtitle/watermark removal. Use subcomm...
使用说明 (SKILL.md)
\r \r
语言:使用用户的语言进行回复。CLI 输出为中文。\r \r
KreadoAI\r
\r
数字人视频生成、文字转语音、即时形象克隆、视频字幕/水印去除。\r
通过子命令 account | avatar | video | clone | tts | subtitle 按用户意图调用。\r
\r
调用方式\r
\r
node skills/kreadoai/scripts/kreado.mjs \x3Caccount|avatar|video|clone|tts|subtitle> [选项]\r
```\r
\r
## 意图路由\r
\r
| 用户意图 | 子命令 |\r
| --- | --- |\r
| 账户余额、VIP 状态、凭证配置 | `account` |\r
| 数字人形象列表、上传照片、查询上传 | `avatar` |\r
| 视频生成(口型同步、数字人视频) | `video` |\r
| 即时形象克隆(上传视频) | `clone` |\r
| 文字转语音(语言、声音、合成) | `tts` |\r
| 字幕/水印去除 | `subtitle` |\r
\r
## 前置条件\r
\r
- 运行环境:Node.js 18+,无需额外依赖包。\r
- 鉴权:环境变量 `KREADO_API_TOKEN` 或存储在 `~/.config/kreado/.credentials` 中。\r
- 获取 Token:https://www.kreadoai.com/ -> 账号总览 -> API 设置。\r
\r
## 快速开始\r
\r
```bash\r
node {baseDir}/scripts/kreado.mjs --help\r
node {baseDir}/scripts/kreado.mjs account --configure\r
node {baseDir}/scripts/kreado.mjs account\r
node {baseDir}/scripts/kreado.mjs avatar --list\r
node {baseDir}/scripts/kreado.mjs video --submit-system --task_name "demo" --video_ratio 2 --digital_human_id 9 --audio_url "https://..." --wait\r
node {baseDir}/scripts/kreado.mjs tts --languages\r
node {baseDir}/scripts/kreado.mjs tts --synthesize --language_id "..." --content "Hello" --voice_id "..." --voice_clone 0 --voice_source 4\r
node {baseDir}/scripts/kreado.mjs clone --upload --video_url "https://..." --wait\r
node {baseDir}/scripts/kreado.mjs subtitle --submit --task_name "test" --src_file_url "https://..." --wait\r
```\r
\r
## 各子命令核心参数\r
\r
### account\r
| 参数 | 用途 |\r
| --- | --- |\r
| `--info`(默认) | 查询 K-Coin 余额和 VIP 到期时间。 |\r
| `--configure` | 交互式输入 Token。 |\r
| `--import-token \x3Ctoken>` | 直接保存 Token。 |\r
\r
### avatar\r
| 参数 | 说明 |\r
| --- | --- |\r
| `--list`(默认) | 列出数字人形象。`--type`, `--clone`, `--page`, `--page_size` |\r
| `--upload --file_url \x3Curl>` | 上传照片。`--wait` 可轮询等待。 |\r
| `--query --job_id \x3Cid>` | 查询上传结果。 |\r
\r
### video\r
| 参数 | 说明 |\r
| --- | --- |\r
| `--submit-lip` | 通用视频(视频+音频)。`--task_name`, `--video_url`, `--audio_url` |\r
| `--submit-system` | 数字人视频。`--task_name`, `--video_ratio`, `--digital_human_id`, `--audio_url` |\r
| `--query --job_id \x3Cid>` | 查询结果。 |\r
| `--list` | 视频列表。`--page`, `--page_size`, `--status` |\r
| `--detail --task_id \x3Cid>` | 视频详情。 |\r
| `--emo-list` | 表情模板。 |\r
\r
### clone\r
| 参数 | 说明 |\r
| --- | --- |\r
| `--upload --video_url \x3Curl>` | 上传克隆视频。`--wait` |\r
| `--query --job_id \x3Cid>` | 查询结果。 |\r
\r
### tts\r
| 参数 | 说明 |\r
| --- | --- |\r
| `--languages` | 列出语言。 |\r
| `--voices` | 列出声音。`--language`, `--voice_clone`, `--voice_source` |\r
| `--synthesize` | 文字转语音。`--language_id`, `--content`, `--voice_id`, `--voice_clone`, `--voice_source` |\r
\r
### subtitle\r
| 参数 | 说明 |\r
| --- | --- |\r
| `--submit` | 提交去除任务。`--task_name`, `--src_file_url`, `--watermark`, `--subtitle_area` |\r
| `--query --job_id \x3Cid>` | 查询结果。 |\r
\r
## 注意事项\r
\r
- 服务部署在新加坡;中国用户可能速度较慢。\r
- 速率限制:根据接口不同,1-60 QPS。\r
- K-Coin 计费:精品数字人 1/秒,臻品 2/秒,照片 1/秒,TTS 0.3/秒,字幕去除 1/秒。\r
\r
## 参考\r
\r
- API 文档:https://kreadoai.gitbook.io/kreadoai\r
- 官网:https://www.kreadoai.com/openapi\r
安全使用建议
Before installing, verify that this package really comes from KreadoAI despite the metadata mismatch. If you proceed, use a revocable token, keep the local credential file protected, and confirm any paid media-generation or removal task before allowing the agent to run it.
能力评估
Purpose & Capability
The skill coherently supports KreadoAI account lookup, avatar/video generation, cloning, TTS, and subtitle/watermark removal, but these actions can process user media URLs and consume K-Coin balance.
Instruction Scope
Commands are documented as user-intent routed and require specific flags/arguments for submissions; users should still confirm charge-incurring submit/upload actions before the agent runs them.
Install Mechanism
No package install is needed and the code is included, but the registry metadata, packaged _meta.json, and 'Official' claim do not line up, creating a provenance concern for a credentialed integration.
Credentials
The environment access is mostly proportionate: it requires Node.js, reads a KreadoAI token, and sends requests only to KreadoAI API endpoints shown in the code.
Persistence & Privilege
The skill can persist the API token under ~/.config/kreado/.credentials with chmod 600 on non-Windows systems; this is expected for the integration but should be treated as sensitive.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install kreadoai-skills - 安装完成后,直接呼叫该 Skill 的名称或使用
/kreadoai-skills触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release
元数据
常见问题
kreadoai-skills 是什么?
Official KreadoAI Skill. Call KreadoAI for digital avatar video generation, text-to-speech, instant avatar clone, and subtitle/watermark removal. Use subcomm... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 40 次。
如何安装 kreadoai-skills?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install kreadoai-skills」即可一键安装,无需额外配置。
kreadoai-skills 是免费的吗?
是的,kreadoai-skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
kreadoai-skills 支持哪些平台?
kreadoai-skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 kreadoai-skills?
由 fei(@shifefiei)开发并维护,当前版本 v0.1.0。
推荐 Skills