ElevenLabs Open Account
/install elevenlabs-open-account
\r \r
ElevenLabs Open Account\r
\r
Quick start\r
\r
- Ensure the user has (or will create) an ElevenLabs account (sign up with affiliate link).\r
- For API access (TTS, STT, agents), get an API key from the profile/settings after logging in (see "Getting an API key" below).\r
- For Creative Platform (speech, music, cloning) or Agents Platform, use the same account; access depends on plan.\r \r
Opening an ElevenLabs account\r
\r Use this workflow when the user needs to open or sign up for an ElevenLabs account (voice AI, text-to-speech, agents, or API).\r \r Checklist:\r \r
- Open ElevenLabs sign-up: Get started with ElevenLabs\r
- Click Sign up (or Log in if the user already has an account).\r
- Complete registration (email, password, etc.) and any verification.\r
- After logging in, the user can use the Creative Platform, Agents Platform, or get an API key for developers.\r \r Steps:\r \r
- Navigate to https://try.elevenlabs.io/ipu2xmg9cwqu to sign up or start a free trial.\r
- Click Sign up (or Log in if the user already has an account).\r
- Enter the required details (email, password, etc.) and submit.\r
- Complete any email verification or onboarding the platform requests.\r
- After logging in, the user has an ElevenLabs account and can use the Creative Platform (text-to-speech, music, voice cloning, etc.) or the Agents Platform (conversational voice/chat agents). For API access, see "Getting an API key" below.\r \r
Getting an API key\r
\r Use this after the user has an ElevenLabs account and needs to call the API (e.g. from code, clawdbot, or integrations).\r \r Checklist:\r \r
- Log in at ElevenLabs (or the app URL from sign-up).\r
- Go to Profile or Settings → API keys (e.g. elevenlabs.io/app/settings/api-keys or Developers section).\r
- Create an API key; copy it and store it securely.\r
- Use the key in the
xi-api-keyheader or in the official client libraries; never commit it to code or this skill.\r \r Steps:\r \r
- Log in to your ElevenLabs account.\r
- Open Settings (or Profile) and find API keys (or Developers).\r
- Create a new API key; optionally set scope and credit limits.\r
- Copy the key immediately (it may not be shown again). Store in environment variables (e.g.
ELEVENLABS_API_KEY) or a secrets manager.\r - Use it in requests: header
xi-api-key: YOUR_API_KEY, or via the official ElevenLabs client libraries. Never expose the key in client-side code or version control.\r \r
Examples\r
\r
Example 1 – User wants to try ElevenLabs voice AI\r
\r
- User says: "I want to try ElevenLabs for voiceovers."\r
- Agent applies this skill: walk through "Opening an ElevenLabs account" using the sign-up link. After they have an account, they can use the Creative Platform in the browser for text-to-speech, voice cloning, or music.\r \r
Example 2 – User wants an API key for their bot\r
\r
- User says: "I need an ElevenLabs API key for my agent."\r
- Agent applies this skill: confirm they have an account; if not, use "Opening an ElevenLabs account" with the sign-up link. Then guide "Getting an API key" (Settings → API keys, create key, store securely). Remind them to use the key only server-side.\r \r
Additional resources\r
\r
- See reference.md for sign-up link, main site, API docs, and pricing.\r
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install elevenlabs-open-account - 安装完成后,直接呼叫该 Skill 的名称或使用
/elevenlabs-open-account触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
ElevenLabs Open Account 是什么?
Guides agents through opening ElevenLabs accounts for voice AI, TTS, agents, and API access. Use when the user or agent needs to sign up for ElevenLabs, get an API key, try voice AI, or connect clawdbot/moltbot/open claw to ElevenLabs. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1847 次。
如何安装 ElevenLabs Open Account?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install elevenlabs-open-account」即可一键安装,无需额外配置。
ElevenLabs Open Account 是免费的吗?
是的,ElevenLabs Open Account 完全免费(开源免费),可自由下载、安装和使用。
ElevenLabs Open Account 支持哪些平台?
ElevenLabs Open Account 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ElevenLabs Open Account?
由 the-TimeBeing(@the-timebeing)开发并维护,当前版本 v1.0.0。