thephw/claude-meseeks

78 stars · Last commit 2026-07-14

Claude Code plugin that plays a Mr. Meeseeks voice line whenever Claude is waiting for you.

README preview

# claude-meseeks 🔵

*"I'm Mr. Meeseeks! Look at me!"*

A [Claude Code](https://code.claude.com) plugin that plays a Mr. Meeseeks voice line
whenever Claude is genuinely waiting on *you*.

- **When Claude finishes and is waiting for your next prompt** → a satisfied/finished clip
  from `audio/done/` (*"All done!"*, *"Ooh yeah!"*, *"Yes siree!"* …).
- **When Claude needs your approval** → an asking/coaching clip from `audio/asking/`
  (*"Can you help me?"*, *"You mind if we get back to the task?"* …).

Both are driven by the `Notification` event, filtered by `notification_type` so it fires
**only** when you're actually needed. Autonomous work — auto-accept/bypass-permissions runs,
background-agent and subagent activity, auth refreshes — stays **silent**. Clips are random
within the category, and playback is detached and non-blocking, so a long line never freezes
your prompt.

## Install

View full repository on GitHub →