peon-ping-toggle

Toggles peon-ping sound notifications on or off during Claude Code sessions.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/JohnRebellion/.claude-public --skill peon-ping-toggle-johnrebellion
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: peon-ping-toggle
Source: https://github.com/JohnRebellion/.claude-public/tree/main/claude/skills/peon-ping-toggle
Command: npx skills add https://github.com/JohnRebellion/.claude-public --skill peon-ping-toggle-johnrebellion

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users running peon-ping audio notifications in Claude Code need a quick way to mute or resume sounds without manually editing configuration files or stopping their session. ## Core Features & Use Cases - Master Audio Toggle: Runs the peon.sh or peon.ps1 toggle command to pause or resume all peon-ping sounds, desktop notifications, and mobile notifications at once. - Cross-Platform Support: Provides both Bash commands for Unix systems and PowerShell commands for Windows environments. - Configuration Routing: Directs users to the peon-ping-config skill for granular settings like volume, pack rotation, categories, or desktop-notification-only suppression. - Use Case: You are about to join a video call and need to silence Claude Code's peon sounds immediately; invoke this skill to mute everything with one command, then resume afterward. ## Quick Start Ask the assistant to mute peon-ping sounds, and it will run the toggle command and report whether sounds are paused or resumed.

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 peon-ping sounds in Claude Code?▼

Invoke the peon-ping-toggle skill, which runs the peon.sh toggle command on Unix or peon.ps1 on Windows. The command prints either 'sounds paused' or 'sounds resumed' to confirm the new state.

How do I disable desktop popups but keep peon sounds playing?▼

Use the peon-ping-config skill to set desktop_notifications to false. The toggle command controls the master enabled switch, which stops sounds, desktop notifications, and mobile notifications together.

Does peon-ping-toggle work on Windows?▼

Yes, the skill includes a PowerShell variant that resolves the Claude config directory and invokes peon.ps1 with the toggle argument. Unix systems use the Bash version with peon.sh instead.

Can I change peon-ping volume or sound packs with the toggle command?▼

No, the toggle command only switches the master enabled setting on or off. For volume, pack rotation, categories, or active pack changes, use the peon-ping-config skill instead.

Why did my mobile notifications stop after toggling peon-ping?▼

Toggling off sets enabled to false, which is the master audio switch. Mobile and desktop notifications depend on sounds being enabled, so they stop as well until you toggle back on.