From voxclaw
Speaks a concise final task summary aloud via VoxClaw after completing work. Summarizes outcomes, verification status, and blockers in 1-3 short sentences using a bash script.
How this skill is triggered — by the user, by Claude, or both
Slash command
/voxclaw:voxclaw-read-task-summaryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the user would benefit from hearing the finished result out loud.
Use this skill when the user would benefit from hearing the finished result out loud.
plugins/voxclaw/scripts/voxclaw-say "Task complete. I updated the parser and the tests passed."
You can also pipe generated text:
printf '%s\n' "Task complete. The release build succeeded." | plugins/voxclaw/scripts/voxclaw-say
npx claudepluginhub malpern/voxclaw --plugin voxclawDelivers spoken voice summaries of task accomplishments using pocket-tts and Bash say script. For Stop hook reminders, user requests, or status updates.
Speaks concise audible summaries of failing tests or build errors using VoxClaw. Leads with pass/fail status, names failing suite or subsystem, notes clear causes. Use after test/build failures for quick feedback.
Enables voice output in Claude Code by speaking text wrapped in <say> tags while claudio proxy runs. Narrate explanations, tool calls, updates, and findings aloud.