Earcon banner
gouthamgo gouthamgo

Earcon

Development community

Description

--- description: Hear, tune, or silence the sounds Claude Code makes --- Run the `earcon` CLI bundled with this plugin to do what the user asked. The binary is at `${CLAUDE_PLUGIN_ROOT}/dist/earcon.js`. Invoke it with `node "${CLAUDE_PLUGIN_ROOT}/dist/earcon.js" <args>` via the Bash tool. Arguments the user is likely to want: | They say | Run | |---|---| | "let me hear them" / "demo" | `demo` | | "what does this project sound like" | `voice` | | "play the done sound" | `play done` | | "too l

Installation

Installs to ~/.claude/skills/gouthamgo-earcon-earcon/SKILL.md

Terminal
mkdir -p ~/.claude/skills/gouthamgo-earcon-earcon && curl -fsSL https://raw.githubusercontent.com/gouthamgo/earcon/HEAD/commands/earcon.md -o ~/.claude/skills/gouthamgo-earcon-earcon/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository