← Back to Skills Marketplace
shifefiei

kreadoai-skills

by fei · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
40
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install kreadoai-skills
Description
Official KreadoAI Skill. Call KreadoAI for digital avatar video generation, text-to-speech, instant avatar clone, and subtitle/watermark removal. Use subcomm...
README (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
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install kreadoai-skills
  3. After installation, invoke the skill by name or use /kreadoai-skills
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release
Metadata
Slug kreadoai-skills
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is kreadoai-skills?

Official KreadoAI Skill. Call KreadoAI for digital avatar video generation, text-to-speech, instant avatar clone, and subtitle/watermark removal. Use subcomm... It is an AI Agent Skill for Claude Code / OpenClaw, with 40 downloads so far.

How do I install kreadoai-skills?

Run "/install kreadoai-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is kreadoai-skills free?

Yes, kreadoai-skills is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does kreadoai-skills support?

kreadoai-skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created kreadoai-skills?

It is built and maintained by fei (@shifefiei); the current version is v0.1.0.

💬 Comments