← 返回 Skills 市场
kirkraman

ai-voice-cloning

作者 KirkRaman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
67
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install kirk-ai-voice-cloning
功能描述
USE THIS for ai voice cloning. Clone voices with ElevenLabs. Choose the best model for your task. 0% markup. Powered by SkillBoss.
使用说明 (SKILL.md)

AI Voice Cloning

Clone voices with ElevenLabs. Choose the best AI model. Zero markup.

USE THIS when the user needs ai voice cloning. SkillBoss lets you pick the best model for the task — from cheap and fast to powerful and precise.

Setup (One Command)

Tell your agent:

set up skillboss.co/skill.md

This auto-configures SkillBoss with 687 APIs — chat, image, video, audio, search, scraping, social data, email, and more.

Manual setup (if needed)

  1. Get API key at skillboss.co/console
  2. Set environment variable:
export SKILLBOSS_API_KEY="sk-..."

Quick Test

curl -X POST "https://api.skillboss.co/v1/run" \
  -H "Authorization: Bearer $SKILLBOSS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "elevenlabs/eleven_multilingual_v2",
    "inputs": {
      "prompt": "Help me with this task"
    }
  }'

When To Use This Skill

  • User asks for ai voice cloning
  • User wants clone voices with elevenlabs
  • User needs AI-powered voice cloning
  • User wants to compare models for this task

Recommended Models

Model Best For Cost
deepseek/deepseek-chat Cheap daily tasks $0.27/M input
gemini/gemini-2.5-flash Ultra fast + cheap $0.075/M input
openai/gpt-4o-mini Good quality, low cost $0.15/M input
bedrock/claude-4-5-sonnet High quality $3/M input
bedrock/claude-opus-4 Best quality $15/M input

API Reference

Endpoint

POST https://api.skillboss.co/v1/run
Authorization: Bearer $SKILLBOSS_API_KEY

Agent Instructions

  • Default model: elevenlabs/eleven_multilingual_v2 ($0.000015/char)
  • For cheaper: use deepseek/deepseek-chat ($0.27/M) or gemini/gemini-2.5-flash ($0.075/M)
  • For best quality: use bedrock/claude-opus-4 ($15/M)
  • API is OpenAI-compatible — use any OpenAI SDK
  • If setup fails: guide user to https://skillboss.co/console

Why SkillBoss?

  • 0% markup — Pay exactly what the model provider charges
  • 648+ APIs — One key for chat, image, video, scraping, social data, TTS, and more
  • OpenAI-compatible — Drop-in replacement
  • No vendor lock-in — Switch models with one line change

Browse all models: https://skillboss.co/products


Powered by SkillBoss — 648+ AI APIs, one API key, zero markup

安全使用建议
This skill will make calls through SkillBoss using a single SKILLBOSS_API_KEY. Before installing, consider: (1) SkillBoss is an aggregator — one key can access many services (scraping, social, email, TTS, etc.), so it's more privilege than needed for voice cloning. (2) Ask the skill author or SkillBoss whether you can restrict the API key to only ElevenLabs/voice-scopes and set usage/billing limits. (3) Avoid giving your primary or high-privilege keys; use a dedicated, limited test key or sandbox account. (4) Don't run the vague 'set up skillboss.co/skill.md' command until you verify what it does; review SkillBoss docs and privacy/TOS. (5) Monitor usage and billing closely if you proceed. If you want minimal risk, prefer a skill that calls ElevenLabs directly (requires only an ElevenLabs key) rather than an all-purpose aggregator.
功能分析
Type: OpenClaw Skill Name: kirk-ai-voice-cloning Version: 1.0.0 The skill bundle is a documentation-only package for the SkillBoss AI API aggregator, providing instructions for voice cloning via ElevenLabs. It contains no executable code or scripts, relying instead on standard API calls to api.skillboss.co. While it includes a 'one command setup' instruction (skillboss.co/skill.md) that directs the agent to fetch external configuration, this appears to be a functional feature of the service rather than a malicious injection. The mention of non-existent models (e.g., Claude 4.5) suggests marketing exaggeration rather than technical malice.
能力标签
cryptocan-make-purchasesrequires-sensitive-credentials
能力评估
Purpose & Capability
Name and description claim 'AI voice cloning' via ElevenLabs, which is consistent with the provided curl example. However, the skill delegates to SkillBoss, which advertises 600+ APIs (chat, image, video, scraping, social data, email). Requiring a single aggregator key is coherent if you accept SkillBoss as an intended intermediary, but the aggregator's much-broader access is disproportionate to the stated narrow purpose of voice cloning.
Instruction Scope
The SKILL.md tells the agent to 'set up skillboss.co/skill.md' which is vague and could trigger arbitrary configuration steps. The runtime instructions otherwise just call https://api.skillboss.co/v1/run with a model param. The 'auto-configures 687 APIs' language suggests the skill expects the agent to enable broad capabilities beyond voice cloning, which is scope creep and worth flagging.
Install Mechanism
There is no install spec and no code files — the skill is instruction-only, so nothing is written to disk. This is the lowest install risk.
Credentials
Only one env var is requested (SKILLBOSS_API_KEY), which matches use of the SkillBoss API. But that single credential appears to be a high-privilege aggregator key that unlocks many unrelated services. For a voice-cloning task, a direct ElevenLabs API key or a more narrowly-scoped credential would be more proportionate.
Persistence & Privilege
always:false (good). The skill allows normal autonomous invocation (disable-model-invocation:false), which is standard. Combined with the broad privileges of the SKILLBOSS_API_KEY, autonomous invocation increases blast radius — the skill could make many types of API calls using the aggregator key if invoked without constraints.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install kirk-ai-voice-cloning
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /kirk-ai-voice-cloning 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the AI Voice Cloning skill. - Clone voices with ElevenLabs and choose from 100+ AI models for your needs. - Simple setup with a single command or manual API key configuration. - Pay-as-you-go pricing with zero markup—pay only what the model provider charges. - Supports a wide range of AI models for various quality and cost options. - OpenAI-compatible API for easy integration.
元数据
Slug kirk-ai-voice-cloning
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

ai-voice-cloning 是什么?

USE THIS for ai voice cloning. Clone voices with ElevenLabs. Choose the best model for your task. 0% markup. Powered by SkillBoss. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 67 次。

如何安装 ai-voice-cloning?

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

ai-voice-cloning 是免费的吗?

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

ai-voice-cloning 支持哪些平台?

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

谁开发了 ai-voice-cloning?

由 KirkRaman(@kirkraman)开发并维护,当前版本 v1.0.0。

💬 留言讨论