peon-ping-toggle

peon-ping-toggle is a skill for Claude Code, Codex from PeonPing/peon-ping. It costs 58 tokens per session (448 once invoked), scanned A, original, MIT.

A command for turning PeonPing sound notifications on or off during a Claude Code session.

In plain words
What is it for?
Use it to mute or unmute PeonPing completely, or to pause and resume its notification behavior.
Why use it?
It provides a single switch for muting or resuming sounds and their related desktop and mobile notifications. Separate configuration can keep sounds on while disabling pop-ups.

Skill for Claude CodeCodex

About the project

PeonPing/peon-ping is a notification tool that alerts users with game-character voice lines and on-screen banners when an AI coding agent needs attention or finishes work. It helps people monitor terminal-based agents without constantly watching the terminal. Its catalogue add-ons configure or extend these notifications for coding agents and MCP clients.

PeonPing/peon-ping · 5,019 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/peonping/peon-ping/peon-ping-toggle
Any agent
npx skills add PeonPing/peon-ping --skill peon-ping-toggle
Clone the repo
git clone --depth 1 https://github.com/PeonPing/peon-ping

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for peon-ping-toggle

README.md
[![agentmods](https://agentmods.dev/badge/skills/peonping/peon-ping/peon-ping-toggle.svg)](https://agentmods.dev/skills/peonping/peon-ping/peon-ping-toggle)
Your own site
<a href="https://agentmods.dev/skills/peonping/peon-ping/peon-ping-toggle"><img src="https://agentmods.dev/badge/skills/peonping/peon-ping/peon-ping-toggle.svg" alt="Measured on agentmods" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 448 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00058 $0.00448
Opus 5 $0.00029 $0.00224
Sonnet 5 $0.00012 $0.00090
Haiku 4.5 $0.00006 $0.00045

Measured 5d ago against content hash 85158bddd504, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

peon-ping-toggle scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/peon-ping-toggle/SKILL.md · 49 lines

What it actually says

peon-ping-toggle

Toggle peon-ping sounds on or off. Also handles any peon-ping configuration changes.

Toggle sounds

On Unix, run the following command using the Bash tool:

bash "${CLAUDE_CONFIG_DIR:-$HOME/.claude}"/hooks/peon-ping/peon.sh toggle

On Windows, use the PowerShell tool:

$claudeDir = $env:CLAUDE_CONFIG_DIR
if (-not $claudeDir -or $claudeDir -eq "") {
  $claudeDir = Join-Path $HOME ".claude"
}
& (Join-Path $claudeDir "hooks/peon-ping/peon.ps1") toggle

Report the output to the user. The command will print either:

  • peon-ping: sounds paused — sounds are now muted
  • peon-ping: sounds resumed — sounds are now active

What This Toggles

This command toggles the master audio switch (enabled config). When disabled:

  • ❌ Sounds stop playing
  • ❌ Desktop notifications also stop (they require sounds to be enabled)
  • ❌ Mobile notifications also stop

For notification-only control, use /peon-ping-config to set desktop_notifications: false. This keeps sounds playing while suppressing desktop popups.

Examples

"Mute peon-ping completely" → Sets enabled: false "Just disable the popups but keep sounds" → Sets desktop_notifications: false (use /peon-ping-config instead)

Configuration changes

For any other peon-ping setting changes (volume, pack rotation, categories, active pack, etc.), use the peon-ping-config skill.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 49 lines · 58 tokens per session scan A 85158bddd504

Subscribe to this mod's changes

peon-ping-toggle is a skill published in the GitHub repository PeonPing/peon-ping (5,019 stars, last pushed 5d ago), licensed MIT. It adds 58 tokens to every session and 448 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

project-memory-keeper

Analyzes the last session to log progress, extract lessons learned, and save them to the project memory instructions.

GulajavaMinistudio/awesome-copilot-id · 27 tokens

meeting-notes-to-tasks

Converts unstructured meeting notes into structured, assigned, time-bounded action items. Never leave a meeting without knowing who does what by when.

DevelopersGlobal/ai-agent-skills · 36 tokens

bash

Bash shell scripting for automation, pipelines, and system administration. Use for .sh files and Linux scripting.

G1Joshi/Agent-Skills · 24 tokens

full-output-enforcement

Overrides default LLM truncation behavior. Enforces complete code generation, bans placeholder patterns, and handles token-limit splits cleanly. Apply to any task requiring exhaustive, unabridged output.

hamzabellouch/agent-skills · 44 tokens

campus-git-team-workflow

Activate when a student or team needs to set up, repair, or reason about a Git collaboration workflow for a university group project (semester project, hackathon team, final year project, capstone). Trigger phrasings include "set up a git workflow for my group project", "how should our team branch our repo", "help me…

ieeecsopen/mcp-cs · 212 tokens

idea-refine

Refines raw ideas into sharp, actionable concepts through structured divergent and convergent thinking. Use when an idea is still vague, when you need to stress-test assumptions before committing to a plan, or when you want to expand options before converging on one. Triggers on "ideate", "refine this idea", or…

addyosmani/agent-skills · 75 tokens