重要前提
安装AI Skills的关键前提是:必须科学上网,且开启TUN模式,这一点至关重要,直接决定安装能否顺利完成,在此郑重提醒三遍:科学上网,科学上网,科学上网。查看完整安装教程 →
peon-ping-toggle by peonping/peon-ping
npx skills add https://github.com/peonping/peon-ping --skill peon-ping-toggle切换 peon-ping 声音的开启或关闭。同时处理任何 peon-ping 配置变更。
在 Unix 系统上,使用 Bash 工具运行以下命令:
bash "${CLAUDE_CONFIG_DIR:-$HOME/.claude}"/hooks/peon-ping/peon.sh toggle
在 Windows 系统上,使用 PowerShell 工具:
$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
将输出报告给用户。该命令将打印以下内容之一:
peon-ping: sounds paused — 声音现已静音peon-ping: sounds resumed — 声音现已激活此命令切换主音频开关 (enabled 配置)。当禁用时:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
若仅需控制通知,请使用 /peon-ping-config 将 desktop_notifications 设置为 false。这将在抑制桌面弹窗的同时保持声音播放。
"完全静音 peon-ping" → 设置 enabled: false
"仅禁用弹窗但保留声音" → 设置 desktop_notifications: false (请改用 /peon-ping-config)
对于任何其他 peon-ping 设置变更(音量、音效包轮换、类别、活动音效包等),请使用 peon-ping-config 技能。
每周安装量
67
代码仓库
GitHub 星标数
4.2K
首次出现
2026年2月14日
安全审计
已安装于
opencode66
gemini-cli64
claude-code64
codex64
github-copilot63
amp63
Toggle peon-ping sounds on or off. Also handles any peon-ping configuration changes.
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 mutedpeon-ping: sounds resumed — sounds are now activeThis command toggles the master audio switch (enabled config). When disabled:
For notification-only control , use /peon-ping-config to set desktop_notifications: false. This keeps sounds playing while suppressing desktop popups.
"Mute peon-ping completely" → Sets enabled: false "Just disable the popups but keep sounds" → Sets desktop_notifications: false (use /peon-ping-config instead)
For any other peon-ping setting changes (volume, pack rotation, categories, active pack, etc.), use the peon-ping-config skill.
Weekly Installs
67
Repository
GitHub Stars
4.2K
First Seen
Feb 14, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode66
gemini-cli64
claude-code64
codex64
github-copilot63
amp63
通过 LiteLLM 代理让 Claude Code 对接 GitHub Copilot 运行 | 高级变通方案指南
46,900 周安装