MiniMax TTS

调用 MiniMax 语音合成 API 生成语音,发送语音消息。支持系统音色、克隆音色、流式/非流式输出。使用场景:用户需要生成高质量中文语音、语音合成、文本转语音。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "MiniMax TTS" with this command: npx skills add seacozz2007/minimax-tts-send

MiniMax TTS Skill

调用 MiniMax TTS API 生成语音和发送。

使用方式

命令行

# 指定音色和模型
python3 ~/skills/minimax-tts/scripts/tts.py "你好世界" --voice "female-shaonv"

参数选项

参数说明默认值
--text要转语音的文本必填
--voice音色IDwumei_yujie
--format音频格式mp3

注意:如果需要转换的文字太长,可以分成多次生成。

语音发送

openclaw message send --channel telegram --target "xxxxxxx" --media /home/eric/.openclaw/workspace/audio/audio.mp3 -m "语音"
参数说明默认值
--channelmatrix,telegram,whatsapp,discord,irc,googlechat,slack,signal,imessage,line,feishu,nostr,msteams,mattermost
--target目标比如xxxxxxx必填
--media媒体文件路径必填

注意事项

给用户发消息的时候,不需要告诉用户你是什么音色等。

可用音色

调用 get_voice API 获取当前账号下所有音色:

python3 ~/skills/minimax-tts/scripts/tts.py --list-voices

常见系统音色:

  • female-shaonv - 少女音色
  • female-yujie - 御姐音色
  • wumei_yujie - 妩媚御姐
  • diadia_xuemei - 嗲嗲学妹
  • Chinese (Mandarin)_Sweet_Lady - 甜美女声
  • Chinese (Mandarin)_Soft_Girl - 软软女孩

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

通义晓蜜 - 智能外呼

触发阿里云晓蜜外呼机器人任务,自动批量拨打电话。适用于批量外呼、客户回访、满意度调查、简历筛查约面试等场景。可从前置工具或节点获取外呼名单。

Registry SourceRecently Updated
General

Letterboxd Watchlist

Scrape a public Letterboxd user's watchlist into a CSV/JSONL list of titles and film URLs without logging in. Use when a user asks to export, scrape, or mirror a Letterboxd watchlist, or to build watch-next queues.

Registry SourceRecently Updated
General

Seedance Video Generation

Generate AI videos using ByteDance Seedance. Use when the user wants to: (1) generate videos from text prompts, (2) generate videos from images (first frame, first+last frame, reference images), or (3) query/manage video generation tasks. Supports Seedance 1.5 Pro (with audio), 1.0 Pro, 1.0 Pro Fast, and 1.0 Lite models.

Registry SourceRecently Updated
4.2K17jackycser
General

Universal Skills Manager

The master coordinator for AI skills. Discovers skills from multiple sources (SkillsMP.com, SkillHub, and ClawHub), manages installation, and synchronization...

Registry SourceRecently Updated