claude-ping-me

Plays a notification sound when Claude Code is waiting for your input

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "claude-ping-me" with this command: npx skills add nerdynikhil/claude-ping-me

claude-ping-me

You give Claude a task. You switch tabs. Claude pings you when it needs you. Never miss a prompt again.

Install

Step 1: Install the skill

npx skills add nerdynikhil/claude-ping-me -g -y

Step 2: Add hooks to your ~/.claude/settings.json

{
  "hooks": {
    "Notification": [
      {
        "matcher": "idle_prompt",
        "hooks": [
          {
            "type": "command",
            "command": "bash $HOME/.agents/skills/claude-ping-me/hooks/play-sound.sh"
          }
        ]
      }
    ],
    "Stop": [
      {
        "matcher": "",
        "hooks": [
          {
            "type": "command",
            "command": "bash $HOME/.agents/skills/claude-ping-me/hooks/play-sound.sh"
          }
        ]
      }
    ]
  }
}

If you already have stuff in your settings file, just merge the hooks key in — don't overwrite.

Step 3: Restart Claude Code. Done.

What it does

Plays a short chime when:

  • Claude finishes responding and is waiting for your next prompt
  • Claude has been idle and needs your input (approve a plan, pick an approach, etc.)

Platform support

  • macOS — uses built-in afplay (no dependencies)
  • Linux — uses mpg123, ffplay, or paplay
  • Windows — uses PowerShell MediaPlayer

Customization

Replace sounds/ping.mp3 with any MP3 file to use your own sound.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Bitpanda Official

Query a Bitpanda account via the Bitpanda API using a bundled bash CLI. Covers all read-only endpoints: balances, trades, transactions, asset info, and live...

Registry SourceRecently Updated
Coding

OPC Landing Page Manager

Landing page strategy, copywriting, design, and code generation for solo entrepreneurs. From product idea to a complete, self-contained, conversion-optimized...

Registry SourceRecently Updated
Coding

kintone Ops

Build, query, and automate Cybozu kintone apps — Japan's leading no-code business platform with global deployments. Use this skill whenever the user mentions...

Registry SourceRecently Updated
Coding

Decode

Decode - command-line tool for everyday use

Registry SourceRecently Updated