Kettle banner
ChiHanLu ChiHanLu

Kettle

Development community

Description

--- description: Turn Claude's sound cues on/off, change sounds, set volume or quiet hours argument-hint: "[on|off|test|list|<event> <sound>|volume|quiet|focus|preset]" allowed-tools: Bash(python3 *) --- Run exactly this, then relay the output to the user verbatim (keep the table layout intact), adding a one-line explanation in the user's language if it helps: ``` python3 "${CLAUDE_PLUGIN_ROOT}/skills/kettle/scripts/kettle.py" $ARGUMENTS ``` If the user described what they want in prose inste

Installation

Installs to ~/.claude/skills/chihanlu-claude-sounds-kettle/SKILL.md

Terminal
mkdir -p ~/.claude/skills/chihanlu-claude-sounds-kettle && curl -fsSL https://raw.githubusercontent.com/ChiHanLu/claude-sounds/HEAD/commands/kettle.md -o ~/.claude/skills/chihanlu-claude-sounds-kettle/SKILL.md

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

Full documentation available on GitHub

View Source Repository