← 返回 Skills 市场
IceCube Voice Clone
作者
ares521521-design
· GitHub ↗
· v1.0.0
· MIT-0
69
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install icecube-voice-clone
功能描述
🧊 IceCube 声音克隆 — AI 声音克隆技术指南与集成。支持 ElevenLabs、Fish Audio、Resemble AI 等主流工具。当用户提到'声音克隆'、'voice clone'、'克隆声音'、'AI 语音'时使用。
使用说明 (SKILL.md)
🧊 IceCube 声音克隆
克隆你的声音,让 AI 用你的声音说话。
一、技术概述
声音克隆技术可以让 AI 学习你的声音特征,然后用你的声音说出任何内容。
核心能力:
- 几秒钟音频即可克隆
- 支持 29+ 语言
- 保持声音特征(音色、语调、节奏)
二、主流工具对比
| 工具 | 价格 | 中文支持 | 克隆时长 | 特点 |
|---|---|---|---|---|
| ElevenLabs | $5-99/月 | ✅ 优秀 | 10秒-25分钟 | 最佳质量,29语言 |
| Fish Audio | $0.6/千字符 | ✅ 优秀 | 1-5分钟 | 中文最佳,API友好 |
| Resemble AI | $0.02/秒 | ✅ 良好 | 10分钟+ | 企业级,实时 |
| Descript | $12/月 | ❌ 一般 | 1分钟+ | 编辑+克隆一体 |
| GPT-SoVITS | 免费 | ✅ 最佳 | 1-5分钟 | 开源,中文最佳 |
三、工具详解
ElevenLabs(推荐)
优势:
- 最佳音质
- 29 语言支持
- API 完善
- 即时克隆(10秒音频)
定价:
| Plan | Price | Characters |
|---|---|---|
| Free | $0 | 10,000/月 |
| Starter | $5 | 30,000/月 |
| Creator | $22 | 100,000/月 |
| Pro | $99 | 500,000/月 |
克隆流程:
- 上传 10秒-25分钟音频
- AI 分析声音特征
- 生成克隆 voice ID
- 用 API 或网页生成语音
API 示例:
import requests
# 克隆声音
response = requests.post(
"https://api.elevenlabs.io/v1/voices/add",
headers={"xi-api-key": "YOUR_API_KEY"},
data={
"name": "My Voice",
"files": ["voice_sample.mp3"]
}
)
voice_id = response.json()["voice_id"]
# 生成语音
response = requests.post(
f"https://api.elevenlabs.io/v1/text-to-speech/{voice_id}",
headers={"xi-api-key": "YOUR_API_KEY"},
json={"text": "你好,这是我的克隆声音"}
)
audio_url = response.json()["audio_url"]
Fish Audio(中文最佳)
优势:
- 中文音质最佳
- API 简洁
- 价格低($0.6/千字符)
- 支持即时克隆
克隆流程:
- 上传 1-5分钟音频
- 自动处理生成模型
- API 调用生成语音
适合场景:
- 中文内容创作
- 国内用户
- 预算有限
GPT-SoVITS(免费开源)
优势:
- 完全免费
- 中文效果最佳
- 开源可本地部署
- 社区活跃
劣势:
- 需技术能力部署
- 无官方 API
- 需 GPU
适合场景:
- 技术用户
- 本地部署需求
- 预算为零
四、国内支付可行性
| 工具 | 支付方式 | 国内可用性 |
|---|---|---|
| ElevenLabs | 信用卡 | 需海外卡 |
| Fish Audio | 支付宝 | ✅ 可直接用 |
| GPT-SoVITS | 免费 | ✅ 本地部署 |
| Resemble AI | 信用卡 | 需海外卡 |
推荐路径:
- 有海外卡 → ElevenLabs
- 只有国内支付 → Fish Audio
- 技术能力强 → GPT-SoVITS 免费
五、使用场景
内容创作
应用:
- 视频配音(不用自己录)
- 多语言内容(克隆声音翻译)
- Podcast 自动化
收益:
- 节省录制时间
- 规模化内容生产
- 多语言变现
客服/销售
应用:
- AI 客服语音
- 销售电话自动化
- 多语言客服
个人品牌
应用:
- 个人声音品牌化
- 视频课程配音
- 品牌一致性
六、法律与伦理
注意事项
⚠️ 重要规则:
- 只克隆自己的声音(或授权的声音)
- 不用于欺诈/欺骗
- 标注"AI生成"(透明告知)
- 不克隆名人/他人声音(无授权)
合规建议
- 明确标注"AI 语音"
- 获取书面授权(如克隆他人)
- 不用于欺诈场景
- 遵守平台规则
七、技能整合
OpenClaw 集成
当前状态:
- 已有 ElevenLabs TTS(sag skill)
- 可扩展声音克隆能力
待开发:
- 声音克隆 workflow skill
- Fish Audio integration
- GPT-SoVITS 本地部署 guide
八、变现路径
声音克隆服务
| 服务 | 价格 | 客户 |
|---|---|---|
| 声音克隆咨询 | ¥200-500 | 内容创作者 |
| 克隆配置服务 | ¥500-1000 | 企业客户 |
| 多语言配音 | ¥100-300/分钟 | 视频制作者 |
内容变现
- 用克隆声音做视频 → 品牌合作
- 用克隆声音做课程 → 知识付费
- 用克隆声音做客服 → 企业服务
九、行动清单
立即可做
- 注册 Fish Audio(支付宝可用)
- 测试克隆效果
- 创建声音克隆 workflow
需海外卡
- 注册 ElevenLabs
- 测试即时克隆
- API 集成
需技术能力
- 部署 GPT-SoVITS
- 本地运行测试
十、技能文件结构
icecube-voice-clone/
├── SKILL.md # 本文档
├── scripts/
│ ├── clone-elevenlabs.sh
│ ├── clone-fish-audio.sh
│ └── setup-gpt-sovits.sh
├── examples/
│ ├── sample-audio.mp3
│ └── output-test.wav
└── references/
└── legal-ethics-guide.md
License
MIT — Use freely.
声音克隆技术指南 v1.0 IceCube 🧊 — 让 AI 用你的声音说话
安全使用建议
This appears to be a legitimate voice-cloning guide rather than hidden malware, but take these precautions before using it:
- The SKILL.md references scripts and sample files that are not included; ask the author for the missing files or clarify whether those are just planned artifacts. Do not assume absent scripts will be created automatically.
- The guide shows API examples requiring provider keys (e.g., xi-api-key). Confirm how the agent will request/store those keys and never paste keys into an untrusted prompt or public channel. Prefer using provider-side secret storage if available.
- Be mindful of legal/ethical risk: only clone voices you own or have explicit permission to use. Platforms may have policies or require consent.
- Because the skill is instruction-only, it cannot itself execute code until the agent (or you) acts on its instructions — review any commands it suggests executing locally before running them.
If you plan to integrate this skill into an agent workflow, ask the maintainer to (1) include the referenced scripts or remove them from the manifest, (2) declare any expected environment variables or credential handling, and (3) document how credentials are requested and where audio samples are stored.
功能分析
Type: OpenClaw Skill
Name: icecube-voice-clone
Version: 1.0.0
The skill bundle is an informational guide and integration reference for AI voice cloning technologies such as ElevenLabs and Fish Audio. It contains documentation, API usage examples, and ethical guidelines (SKILL.md) without any executable code, malicious instructions, or evidence of data exfiltration. While it references external shell scripts in its directory structure, those files were not provided for analysis, and the existing content remains purely educational and aligned with its stated purpose.
能力标签
能力评估
Purpose & Capability
The name and description match the SKILL.md content: it's a guide for voice-cloning using ElevenLabs, Fish Audio, Resemble AI, and open-source SoVITS. However the document lists a file structure with scripts and sample audio that are not present in the package manifest, which is an inconsistency between claimed deliverables and what's actually provided.
Instruction Scope
Runtime instructions are instructional only (how to upload audio, call provider APIs, deploy GPT-SoVITS). The SKILL.md does not instruct reading unrelated system files or harvesting credentials from the environment. It includes example API calls (with placeholders for API keys) but does not autonomously direct the agent to exfiltrate data.
Install Mechanism
There is no install spec and no code files beyond SKILL.md, so nothing will be written to disk by an installer. This is low-risk from an installation perspective.
Credentials
The skill declares no required environment variables or credentials, yet the instructions show API usage (e.g., xi-api-key for ElevenLabs). Requesting API keys at runtime would be proportionate to the described functionality, but the skill does not state how keys are provided or stored — check whether the agent will prompt for/require keys and how they are handled. Also note that voice-cloning inherently requires sensitive audio data and provider tokens; ensure you only provide credentials for services you trust.
Persistence & Privilege
The skill is not set to always: true and does not request persistent presence or elevated agent privileges. It does mention integrating with an existing ElevenLabs skill but does not indicate modifying other skills or global agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install icecube-voice-clone - 安装完成后,直接呼叫该 Skill 的名称或使用
/icecube-voice-clone触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - Voice cloning and TTS capabilities
元数据
常见问题
IceCube Voice Clone 是什么?
🧊 IceCube 声音克隆 — AI 声音克隆技术指南与集成。支持 ElevenLabs、Fish Audio、Resemble AI 等主流工具。当用户提到'声音克隆'、'voice clone'、'克隆声音'、'AI 语音'时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 69 次。
如何安装 IceCube Voice Clone?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install icecube-voice-clone」即可一键安装,无需额外配置。
IceCube Voice Clone 是免费的吗?
是的,IceCube Voice Clone 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
IceCube Voice Clone 支持哪些平台?
IceCube Voice Clone 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 IceCube Voice Clone?
由 ares521521-design(@ares521521-design)开发并维护,当前版本 v1.0.0。
推荐 Skills