Delivers a spoken summary of completed work via audio feedback.

Install

mkdir -p .claude/skills/voice-update && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/6281" && unzip -o skill.zip -d .claude/skills/voice-update && rm skill.zip

Installs to .claude/skills/voice-update

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

This skill should be used when the agent needs to give a spoken voice update to the user, or when reminded by a Stop hook to provide audio feedback. Use this skill to speak a short summary of what was accomplished.
214 chars✓ has a “when” trigger
Beginner

Key capabilities

  • Provide spoken audio feedback to the user
  • Summarize task accomplishments conversationally
  • Deliver important status updates audibly
  • Use system-level text-to-speech for output

How it works

The skill uses the `say` script to convert a text summary into spoken audio feedback for the user. It can auto-start the pocket-tts server if it is not already running.

Inputs & outputs

You give it
A short, conversational summary of accomplishments
You get back
Spoken audio feedback to the user

When to use voice-update

  • Provide spoken confirmation of task completion
  • Receive audio feedback on bug fixes
  • Get conversational status updates
  • Announce finished background tasks

About this skill

Voice Update Skill

Provide spoken audio feedback to the user using pocket-tts.

When to Use

  • When finishing a task and a Stop hook reminds to give voice feedback
  • When the user explicitly asks for a spoken summary
  • When providing important status updates that benefit from audio

How to Use

  1. Summarize what was accomplished in 1-2 short, conversational sentences
  2. Call the say script with the summary text

Calling the Say Script

Use Bash to call the say script:

${CLAUDE_PLUGIN_ROOT}/scripts/say "Your summary here"

Example:

${CLAUDE_PLUGIN_ROOT}/scripts/say "I've fixed the bug in the login handler and added the unit tests."

With a specific voice:

${CLAUDE_PLUGIN_ROOT}/scripts/say --voice azure "Task completed successfully."

Summary Guidelines

  • Keep it to 1-2 sentences maximum
  • Be conversational, not robotic
  • Match the user's communication style - if they're casual or use colorful language, mirror that tone
  • Focus on what was accomplished, not technical details
  • Avoid code snippets, file paths, or technical jargon
  • Examples:
    • "I've updated the configuration file and restarted the server."
    • "The tests are now passing. I fixed three type errors."
    • "Done! I created the new component and added it to the main page."

Notes

  • The say script auto-starts the pocket-tts server if not running (first use may take ~30-60s)
  • Requires uvx and afplay (macOS) or aplay (Linux)

Prerequisites

uvxafplay (macOS) or aplay (Linux)

Limitations

  • Summaries must be 1-2 sentences maximum
  • Summaries should avoid code snippets, file paths, or technical jargon

How it compares

This skill provides audio feedback through system-level text-to-speech, offering a spoken summary instead of a written one.

Compared to similar skills

voice-update side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
voice-update (this skill)16moReviewBeginner
email-systems56moNo flagsAdvanced
email-deliverability16moNo flagsIntermediate
send-payload04moNo flagsBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

email-systems

davila7

Email has the highest ROI of any marketing channel. $36 for every $1 spent. Yet most startups treat it as an afterthought - bulk blasts, no personalization, landing in spam folders. This skill covers transactional email that works, marketing automation that converts, deliverability that reaches inboxes, and the infrastructure decisions that scale. Use when: keywords, file_patterns, code_patterns.

548

email-deliverability

MadAppGang

Email deliverability best practices and troubleshooting

11

send-payload

ArgentAIOS

Use the core `send_payload` tool to deliver one message to many routes in a single call.

00

home-assistant-manager

komal-SkyNET

Expert-level Home Assistant configuration management with efficient deployment workflows (git and rapid scp iteration), remote CLI access via SSH and hass-cli, automation verification protocols, log analysis, reload vs restart optimization, and comprehensive Lovelace dashboard management for tablet-optimized UIs. Includes template patterns, card types, debugging strategies, and real-world examples.

9110

firecrawl-incident-runbook

jeremylongshore

Execute FireCrawl incident response procedures with triage, mitigation, and postmortem. Use when responding to FireCrawl-related outages, investigating errors, or running post-incident reviews for FireCrawl integration failures. Trigger with phrases like "firecrawl incident", "firecrawl outage", "firecrawl down", "firecrawl on-call", "firecrawl emergency", "firecrawl broken".

18

netalertx-plugin-run-development

netalertx

Create and run NetAlertX plugins. Use this when asked to create plugin, run plugin, test plugin, plugin development, or execute plugin script.

14

Search skills

Search the agent skills registry