npx claudepluginhub degrootruben/internetgekkies-soundsPlays random iconic Dutch Internetgekkies sound clips when Claude finishes a task or sends a notification
A Claude Code plugin that plays random iconic Dutch Internetgekkies sound clips whenever Claude finishes a task or sends a notification.
Featuring classics like "dikke bmw", "KRAKAKA", "ik wil kaas", "mand", and many more.
/plugin marketplace add degrootruben/internetgekkies-sounds
/plugin install internetgekkies-sounds@degrootruben-internetgekkies-sounds
claude --plugin-dir ~/Projects/internetgekkies-sounds
The plugin registers hooks on two events:
Each time, a random .mp3 from the sounds/ folder is played using the platform's native audio player.
| Platform | Audio player |
|---|---|
| macOS | afplay (built-in) |
| Windows | PowerShell System.Windows.Media.MediaPlayer (built-in) |
| Linux | mpv, ffplay, or paplay (install one) |
The default volume is 50 (out of 100). To change it, edit the VOLUME value in hooks/hooks.json:
"command": "VOLUME=75 node \"${CLAUDE_PLUGIN_ROOT}/scripts/play-random.mjs\""
Set VOLUME to any value from 0 (silent) to 100 (max).
Drop any .mp3 file into the sounds/ folder and it will be included in the random rotation.
| File | Description |
|---|---|
dikke-bmw.mp3 | Dikke BMW! |
horsefighter.mp3 | Horsefighter |
KRAKAKA.mp3 | KRAKAKA |
mand.mp3 | Mand! |
ik-wil-kaas.mp3 | Ik wil kaas |
rustaagh.mp3 | Rustaagh |
helemaal-gek.mp3 | Joost, helemaal gek |
biem.mp3 | Biem |
willy.mp3 | Willy! |
haha-bier.mp3 | Haha bier |
lidl.mp3 | Lidl |
knettah.mp3 | Knettah |
altijd-herres.mp3 | Altijd herres |
vuurwerkje.mp3 | Vuurwerkje afgestoken |
diadeem.mp3 | Diadeem |
doeken.mp3 | Doeken |
| ...and 26 more |
MIT