AudiopodAI

Audiopod — Development skill for Claude Code

Development community

Show what AudioPod can do, check the MCP connection, and route the request to the right audio skill.

How to install Audiopod

Installs to ~/.claude/skills/audiopodai-audiopod-plugins-audiopod/SKILL.md

Terminal
mkdir -p ~/.claude/skills/audiopodai-audiopod-plugins-audiopod && curl -fsSL https://raw.githubusercontent.com/AudiopodAI/audiopod-plugins/HEAD/commands/audiopod.md -o ~/.claude/skills/audiopodai-audiopod-plugins-audiopod/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Audiopod does


description: Show what AudioPod can do, check the MCP connection, and route the request to the right audio skill.

You have the AudioPod plugin installed. It provides ten MCP tools over `https://mcp.audiopod.ai` and fourteen task skills.

If the user gave an argument after `/audiopod`, treat it as the audio task they want and go straight to the matching skill. Otherwise:

  1. List what is available, grouped by job to be done:
    • Speechtext-to-speech, design-voice, `clone-voic

Alternatives in Development

  • Mempalace Help — Show comprehensive MemPalace help — available skills, MCP tools, CLI commands, hooks, and architecture 58.6k ★
  • Speech — Generate spoken audio from text using OpenAI's API with built-in voices 14.6k ★
  • Om Dump — Freeform capture mode 4.6k ★

Full documentation available on GitHub

View Source Repository