← All skills
Tencent SkillHub Β· AI

Audiomind

One skill for all AI audio: TTS, music, SFX, and voice cloning. Routes your requests to 17+ models (ElevenLabs, fal.ai) via a single proxy. Free tier include...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

One skill for all AI audio: TTS, music, SFX, and voice cloning. Routes your requests to 17+ models (ElevenLabs, fal.ai) via a single proxy. Free tier include...

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Known item issue.

This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.

Quick setup
  1. Open the source page and confirm the package flow manually.
  2. Review SKILL.md if you can obtain the files.
  3. Treat this source as manual setup until the download is verified.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Manual review
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Open the source listing and confirm there is a real package or setup artifact available.
  • Review SKILL.md before asking your agent to continue.
  • Treat this source as manual setup until the upstream download flow is fixed.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item currently does not return a direct package file.

  1. Open the source page via Open source listing.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
3.3.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

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.

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc