원클릭으로
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.