一键导入
voice
Convert text to speech audio using mb voice CLI. Use when the user asks you to speak, say something aloud, generate audio, or produce a voice recording.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Convert text to speech audio using mb voice CLI. Use when the user asks you to speak, say something aloud, generate audio, or produce a voice recording.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | voice |
| description | Convert text to speech audio using mb voice CLI. Use when the user asks you to speak, say something aloud, generate audio, or produce a voice recording. |
Generate MP3 audio from text using the mb voice CLI.
# Generate MP3, prints file path to stdout
mb voice "Hello, this is a test"
# Generate and play immediately
mb voice "Hello" --play
# Save to specific file
mb voice "Hello" -o greeting.mp3
# Override provider and voice
mb voice "Hello" --provider doubao --voice zh_female_wanqudashu_moon_bigtts
# Pipe text (useful for long content)
echo "Long text here" | mb voice
echo "Long text" | mb voice -o output.mp3
Edge TTS (default, free, no key needed):
zh-CN-XiaoyiNeural (default) — Female Chinesezh-CN-YunxiNeural — Male Chinesezh-CN-XiaoxiaoNeural — Female Chineseen-US-JennyNeural — Female EnglishDoubao (default when Volcengine keys configured):
zh_female_wanqudashu_moon_bigtts (default) — Female ChineseOpenAI (when OPENAI_API_KEY set):
alloy (default), echo, fable, onyx, nova, shimmerElevenLabs (when ELEVENLABS_API_KEY set):
mb voice "text"echo "..." | mb voice--play only when the user explicitly wants to hear the audio (it blocks until playback completes)-o with a descriptive filenamecp /tmp/mb-voice-xxx.mp3 /tmp/metabot-outputs/<chatId>/The meta-skill: create AI agent teams, individual agents, or custom skills for any project. Use when the user wants to generate a complete .claude/ agent team, create a single agent, or create a single skill.
MetaBot HTTP API for agent collaboration: talk to other bots, schedule tasks, manage bots and peers. Use when the user wants to delegate work to another bot, schedule tasks, create/remove bots, or check peer status.
Discover, search, and install shared skills from the Skill Hub registry. Use when the user wants to find available skills, share a skill with other bots, or install a skill from the hub.