# Send Audiomind 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": "audiomind",
    "name": "Audiomind",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/wells1137/audiomind",
    "canonicalUrl": "https://clawhub.ai/wells1137/audiomind",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/audiomind",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=audiomind",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "audiomind",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T23:20:44.754Z",
      "expiresAt": "2026-05-06T23:20:44.754Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=audiomind",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=audiomind",
        "contentDisposition": "attachment; filename=\"audiomind-3.3.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "audiomind"
      },
      "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/audiomind"
    },
    "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/audiomind",
    "downloadUrl": "https://openagent3.xyz/downloads/audiomind",
    "agentUrl": "https://openagent3.xyz/skills/audiomind/agent",
    "manifestUrl": "https://openagent3.xyz/skills/audiomind/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/audiomind/agent.md"
  }
}
```
## Documentation

### AudioMind v3: The AI Podcast Studio

AudioMind turns a single sentence into a fully-produced podcast. It handles scripting, ElevenLabs voice narration, AI background music, and server-side audio mixing — all from one Manus command.

No setup required. The public shared backend works out of the box. Just install and start creating.

### Quick Start

Install:

clawhub install audiomind

Use immediately (no configuration needed):

"Use AudioMind to create a 3-minute podcast about the future of AI agents."

That's it. AudioMind uses the public shared backend by default — 20 free generations per month, no API key required.

### Configuration

VariableRequiredDescriptionAUDIOMIND_BACKEND_URLOptionalYour own Vercel backend URL. Defaults to the public shared backend.AUDIOMIND_API_KEYOptionalPro API key for unlimited generations. Get one at the landing page.

Free Tier (default): 20 generations/month tracked by IP. No configuration needed.

Pro Tier: Set AUDIOMIND_API_KEY with your Pro key for unlimited access.

Self-hosted: Deploy your own backend from github.com/wells1137/audiomind-backend and set AUDIOMIND_BACKEND_URL to your instance.

### How It Works

When you ask Manus to create a podcast, the agent performs these steps automatically:

Write Script — The agent uses its built-in LLM to write a structured podcast script based on your topic and desired length.


Generate Narration — POST {BACKEND_URL}/api/workflow/generate_tts with the script. Returns MP3 audio narrated by an ElevenLabs voice.


Generate Music — POST {BACKEND_URL}/api/workflow/generate_music with a mood/style prompt. Returns a background music MP3.


Upload Audio — The agent uploads both MP3 files using manus-upload-file to obtain public URLs for the mixing step.


Mix Final Audio — POST {BACKEND_URL}/api/workflow/mix_audio with { narration_url, music_url }. The backend mixes them with proper levels using ffmpeg and returns the final podcast MP3.


Deliver — The agent saves and presents the finished podcast to you.

### Example Prompts

"Create a 5-minute podcast about the history of jazz with a smooth jazz background."
"Make a daily news briefing about AI developments, formal tone, upbeat intro music."
"Generate a meditation podcast, 10 minutes, calm narration, ambient soundscape."
"Produce a tech explainer on quantum computing for a general audience."

### Security

All API keys (ElevenLabs) are stored server-side. The skill file contains zero credentials. This architecture passes VirusTotal and ClawHub security scans. See the GitHub repo for the full backend source code.

### Changelog

v3.3.0 — Removed local tools/start_server.sh entirely (not needed in v3 architecture). Declared FAL_KEY as optional env. Resolves all OpenClaw metadata inconsistency warnings.

v3.1.0 — Zero-config install. Public shared backend is now the default. No AUDIOMIND_BACKEND_URL setup required for free tier users.

v3.0.1 — Added openclaw.requires metadata to declare env vars and trusted network endpoints. Resolves OpenClaw security scanner warning.

v3.0.0 — Full architecture rewrite. All commercial logic moved to Vercel backend. ElevenLabs API keys are now server-side only. Passes VirusTotal security scan.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: wells1137
- Version: 3.3.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-04-29T23:20:44.754Z
- Expires at: 2026-05-06T23:20:44.754Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/audiomind)
- [Send to Agent page](https://openagent3.xyz/skills/audiomind/agent)
- [JSON manifest](https://openagent3.xyz/skills/audiomind/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/audiomind/agent.md)
- [Download page](https://openagent3.xyz/downloads/audiomind)