# Send ElevenLabs Open Account to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "elevenlabs-open-account",
    "name": "ElevenLabs Open Account",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/the-TimeBeing/elevenlabs-open-account",
    "canonicalUrl": "https://clawhub.ai/the-TimeBeing/elevenlabs-open-account",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/elevenlabs-open-account",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=elevenlabs-open-account",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "reference.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "elevenlabs-open-account",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T21:03:08.643Z",
      "expiresAt": "2026-05-09T21:03:08.643Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=elevenlabs-open-account",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=elevenlabs-open-account",
        "contentDisposition": "attachment; filename=\"elevenlabs-open-account-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "elevenlabs-open-account"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/elevenlabs-open-account"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/elevenlabs-open-account",
    "downloadUrl": "https://openagent3.xyz/downloads/elevenlabs-open-account",
    "agentUrl": "https://openagent3.xyz/skills/elevenlabs-open-account/agent",
    "manifestUrl": "https://openagent3.xyz/skills/elevenlabs-open-account/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/elevenlabs-open-account/agent.md"
  }
}
```
## Documentation

### Quick start

Ensure the user has (or will create) an ElevenLabs account (sign up with affiliate link).
For API access (TTS, STT, agents), get an API key from the profile/settings after logging in (see "Getting an API key" below).
For Creative Platform (speech, music, cloning) or Agents Platform, use the same account; access depends on plan.

### Opening an ElevenLabs account

Use this workflow when the user needs to open or sign up for an ElevenLabs account (voice AI, text-to-speech, agents, or API).

Checklist:

Open ElevenLabs sign-up: Get started with ElevenLabs
 Click Sign up (or Log in if the user already has an account).
 Complete registration (email, password, etc.) and any verification.
 After logging in, the user can use the Creative Platform, Agents Platform, or get an API key for developers.

Steps:

Navigate to https://try.elevenlabs.io/ipu2xmg9cwqu to sign up or start a free trial.
Click Sign up (or Log in if the user already has an account).
Enter the required details (email, password, etc.) and submit.
Complete any email verification or onboarding the platform requests.
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.

### Getting an API key

Use this after the user has an ElevenLabs account and needs to call the API (e.g. from code, clawdbot, or integrations).

Checklist:

Log in at ElevenLabs (or the app URL from sign-up).
 Go to Profile or Settings → API keys (e.g. elevenlabs.io/app/settings/api-keys or Developers section).
 Create an API key; copy it and store it securely.
 Use the key in the xi-api-key header or in the official client libraries; never commit it to code or this skill.

Steps:

Log in to your ElevenLabs account.
Open Settings (or Profile) and find API keys (or Developers).
Create a new API key; optionally set scope and credit limits.
Copy the key immediately (it may not be shown again). Store in environment variables (e.g. ELEVENLABS_API_KEY) or a secrets manager.
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.

### Example 1 – User wants to try ElevenLabs voice AI

User says: "I want to try ElevenLabs for voiceovers."
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.

### Example 2 – User wants an API key for their bot

User says: "I need an ElevenLabs API key for my agent."
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.

### Additional resources

See reference.md for sign-up link, main site, API docs, and pricing.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: the-TimeBeing
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-02T21:03:08.643Z
- Expires at: 2026-05-09T21:03:08.643Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/elevenlabs-open-account)
- [Send to Agent page](https://openagent3.xyz/skills/elevenlabs-open-account/agent)
- [JSON manifest](https://openagent3.xyz/skills/elevenlabs-open-account/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/elevenlabs-open-account/agent.md)
- [Download page](https://openagent3.xyz/downloads/elevenlabs-open-account)