c-voice

Installation
SKILL.md

What This Skill Does

Enables Claude to transcribe spoken audio to text via sag (powered by ElevenLabs) and to speak text aloud using the macOS say command.

Available CLI Tools

sag — Speech-to-Text (ElevenLabs)

# Transcribe an audio file
sag transcribe --file recording.mp3

# Record from microphone and transcribe
sag record --output transcript.txt

# Transcribe with a specific language hint
sag transcribe --file audio.wav --language en
Installs
11
Repository
daxaur/openpaw
GitHub Stars
167
First Seen
Mar 9, 2026
c-voice — daxaur/openpaw