skills/tools/text-to-speech/SKILL.md
将文本转换为语音音频文件,支持多种声音和语言。
npx skillsauth add aidotnet/moyucode text-to-speechInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Convert text to speech audio files with support for multiple voices, languages, and speech rates.
/tts command# Speak text
python scripts/text_to_speech.py "Hello World"
# Save to file
python scripts/text_to_speech.py "Hello World" --output hello.mp3
# Change voice/rate
python scripts/text_to_speech.py "Hello" --rate 150 --voice 1
# Read from file
python scripts/text_to_speech.py --file document.txt --output audio.mp3
tts, speech, audio, voice, accessibility
development
使用Playwright浏览器爬取X(Twitter)真实数据,分析统计信息,生成精美的HTML报告面板并导出为高清图片。
development
使用CSS选择器从网页提取数据,支持分页、限速和多种输出格式。
tools
生成UUID(v1、v4、v5)和其他唯一标识符,如ULID、nanoid。
tools
使用各种服务缩短URL,并为短链接生成二维码。