agent-sounds

star 0

Configure and use local event sounds for Claude/Codex/OpenCode workflows.

hzoo By hzoo schedule Updated 2/14/2026

name: agent-sounds description: Configure and use local event sounds for Claude/Codex/OpenCode workflows.

Agent Sounds

When to use

  • User wants local audio feedback for agent events.
  • User wants to create or validate a sound preset.
  • User wants to wire Claude/Codex/OpenCode events to agent-sounds.

Core workflow

  1. Verify runtime:
    • agent-sounds ls
    • agent-sounds events
  2. Create a preset if needed:
    • place files in ~/.agent-sounds/presets/<preset>/sounds/
    • write ~/.agent-sounds/presets/<preset>/preset.json
  3. Select preset:
    • agent-sounds use <preset>
  4. Test playback:
    • agent-sounds play notification
  5. Quick preset check:
    • jq empty presets/<preset-name>/preset.json

Fetch strategy:

  • Prefer direct file URLs + bulk download (curl/wget).
  • Do not add fetchers to runtime; keep fetch scripts external/reference-only.

References

Rules

  • Keep runtime usage to playback primitives only.
  • Treat adapter files as reference-only; edit for local setup.
  • Merge config changes only; never replace unrelated user settings.
Install via CLI
npx skills add https://github.com/hzoo/agent-sounds --skill agent-sounds
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator