peon-ping-toggle

Toggle peon-ping sound notifications on or off via Bash or PowerShell commands.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/paulovictor237/PeveAgent --skill peon-ping-toggle-paulovictor237
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: peon-ping-toggle
Source: https://github.com/paulovictor237/PeveAgent/tree/main/.agents/skills/peon-ping-toggle
Command: npx skills add https://github.com/paulovictor237/PeveAgent --skill peon-ping-toggle-paulovictor237

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a simple, reliable way to mute, pause, or resume peon-ping audible notifications and related desktop/mobile popups during a Claude Code session without manually editing configuration files or locating hook scripts.

Core Features & Use Cases

  • Mute/Resume Master Audio: Toggles the master enabled switch so sounds stop or resume across desktop and mobile.
  • Clear Feedback: Executes the hook script and reports whether the service printed a paused or resumed status.
  • Settings Guidance: Distinguishes muting from disabling desktop notifications and directs the user to the peon-ping-config skill for volume, packs, and category changes.
  • Use Case: Quickly silence notifications during a live demo and re-enable them afterward.

Quick Start

Run the peon-ping toggle command to mute or resume peon sounds in your Claude Code environment.

Frequently Asked Questions about peon-ping-toggle

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I mute notification sounds during a Claude Code session?

Muting notification sounds in a Claude Code session requires running a toggle command that calls the peon-ping hook script from your configuration directory. This flips the master enabled switch to pause audible alerts across desktop and mobile.

Can I pause and resume peon-ping sounds without editing configuration files?

Yes, you can pause and resume peon-ping sounds without manually editing configuration files. The toggle executes a local Bash or PowerShell hook script to switch the enabled state and prints a confirmed paused or resumed status.

Does the peon-ping sound toggle work on both Unix and Windows?

Yes, the peon-ping sound toggle works on both Unix and Windows by executing local Bash or PowerShell commands. It calls the hook script from CLAUDE_CONFIG_DIR or the default ~/.claude directory to switch the audio state.

How do I adjust notification volume or change sound packs instead of muting everything?

Adjusting notification volume or changing sound packs requires configuration settings rather than the mute toggle. The toggle only handles pausing and resuming the master enabled switch for sounds.

Why does my peon-ping hook script report sounds paused when I expected them resumed?

The peon-ping hook script reports sounds paused or resumed based on its current toggle state. Executing the toggle command again switches the state, resuming audible alerts and printing the corresponding status output.