·audio-tts
*

audio-tts

本地 TTS 语音生成(macOS say + afconvert),输出 m4a 文件。

13Installs·1Trend·@cklxx

Installation

$npx skills add https://github.com/cklxx/elephant.ai --skill audio-tts

How to Install audio-tts

Quickly install audio-tts AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/cklxx/elephant.ai --skill audio-tts
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: cklxx/elephant.ai.

SKILL.md

View raw

speak | 参数 | 类型 | 必填 | 说明 |

| text | string | 是 | 朗读文本 | | voice | string | 否 | voice 名称(如 Ting-Ting / Samantha),默认空(系统默认) | | rate | int | 否 | 语速 WPM(say 的 -r 参数) | | output | string | 否 | 输出路径(默认 /tmp/tts .m4a) |

本地 TTS 语音生成(macOS say + afconvert),输出 m4a 文件。 Source: cklxx/elephant.ai.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/cklxx/elephant.ai --skill audio-tts Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/cklxx/elephant.ai --skill audio-tts
Category
*Creative Media
Verified
First Seen
2026-03-09
Updated
2026-03-10

Browse more skills from cklxx/elephant.ai

Quick answers

What is audio-tts?

本地 TTS 语音生成(macOS say + afconvert),输出 m4a 文件。 Source: cklxx/elephant.ai.

How do I install audio-tts?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/cklxx/elephant.ai --skill audio-tts Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/cklxx/elephant.ai