agent-sounds

This skill adds audible cues (like an "oven ding") to agent workflows by running a tiny local script that plays a configured sound for a given hook event.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "agent-sounds" with this command: npx skills add foogunlana/skills/foogunlana-skills-agent-sounds

Agent Sounds

This skill adds audible cues (like an "oven ding") to agent workflows by running a tiny local script that plays a configured sound for a given hook event.

Quick Start

  • Generate a default config (optional):

python3 .claude/skills/agent-sounds/scripts/agent_sounds.py init

  • When a hook happens, run:

python3 .claude/skills/agent-sounds/scripts/agent_sounds.py emit plan.done

If no config exists, defaults are used (macOS system sounds when available, otherwise terminal bell).

Hooks (Recommended Defaults)

Use these hook names consistently so different agents and workflows can share the same config:

  • plan.done

  • when the final plan is complete (your "oven ding")

  • task.done

  • when a user-visible task is completed

  • run.done

  • when a long-running command finishes

  • error

  • when the agent hits an error or needs attention

  • waiting

  • when the agent is blocked waiting for user input

Default Behavior In This Skill

When this skill is active, follow these rules:

  • After producing a plan (a numbered plan or clearly labeled "Plan"), immediately emit plan.done .

  • After implementing a user request and finishing verification (tests/lint/build), emit task.done .

  • After running a command that took noticeable time, emit run.done .

  • If an error occurs (failed command, exception, missing dependency), emit error after you present the next action to the user.

  • If you ask the user a question and must wait, emit waiting right after the question.

Onboarding Flow (First Use)

If .claude/agent-sounds.json does not exist:

  • Create it with a sensible default mapping (see references/config-guide.md ).

  • Offer the user a short customization pass:

  • Choose the "ding" sound for plan.done

  • Choose whether error should be louder/different

  • Enable/disable any hooks they find noisy

Configuration

Config lives at .claude/agent-sounds.json .

  • Schema, defaults, and examples: references/config-guide.md

  • How to integrate with other agent frameworks: references/integrations.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

oya

No summary provided by upstream source.

Repository SourceNeeds Review
General

trip-planner

No summary provided by upstream source.

Repository SourceNeeds Review
Security

calendar-audit

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

AGENT-OS

The operating system layer for AI agents. Routes goals to the right skills. Executes with checkpoints.

Registry SourceRecently Updated
1671Profile unavailable