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.
npx claudepluginhub malpern/voxclaw --plugin voxclawThis skill uses the workspace's default tool permissions.
Use this skill when the user would benefit from hearing the finished result out loud.
Delivers 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.
Announces plans, issues, and summaries aloud via TTS with project-specific voices and fallback providers (Google, OpenAI, ElevenLabs, say). Auto-triggers after finalizing plans, resolving issues, or generating summaries.
Share bugs, ideas, or general feedback.
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