一键导入
microsoft-edge-tts
Synthesize text to speech using Microsoft Edge Read Aloud voices (no API key).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Synthesize text to speech using Microsoft Edge Read Aloud voices (no API key).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Bounded auto-iteration for a prompt with explicit stop predicates.
Memory hygiene workflow to classify, deduplicate, and promote durable knowledge across local memory layers.
Bounded simplification pass for a file or hunk that preserves behavior while reducing complexity.
Turn a repeatable workflow into a reusable local SKILL.md with explicit steps, criteria, and safe defaults.
Bounded auto-debug loop for failing build/test commands with evidence-first diagnosis.
Safely update Nexo config files with read-before-write merges, schema-aware mapping, and reload/restart awareness.
| name | Microsoft Edge TTS |
| description | Synthesize text to speech using Microsoft Edge Read Aloud voices (no API key). |
| requires | {"bins":[],"env":[]} |
Use this skill to convert text into spoken audio. Backed by the msedge-tts
extension which uses the free Microsoft Edge Read Aloud backend via the
msedge_tts crate — no API key required.
openai-whisperstatus — returns defaults (voice, audio format, output dir)list_voices — list Edge voices; supports query substring filter and limitsynthesize — write an audio file from text; optional voice, audio_format,
rate, pitch, volume, output_pathDefault voice: en-US-EmmaMultilingualNeural.
Default format: audio-24khz-48kbitrate-mono-mp3.
Default output dir: $TMPDIR/agent-msedge-tts/speech-<timestamp>.mp3.
list_voices with a language query (e.g. "es-", "en-US", "multilingual")
to pick a voice.synthesize with text and the chosen voice. Grab output_path from the
response to send or play the audio.rate, pitch, volume are provider-native integer adjustments (0 = neutral).audio_format (mp3 / wav / webm / ogg / opus / amr).text is rejected.