agent-sounds

Installation
SKILL.md

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

  1. Generate a default config (optional):
python3 .claude/skills/agent-sounds/scripts/agent_sounds.py init
  1. 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).

Related skills
Installs
16
GitHub Stars
1
First Seen
Feb 14, 2026