Play a system beep. Use when asked to beep, play a beep, issue a system beep etc.
Scanned 6/1/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry-data --skill beep --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Beep?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-beep)More formats (shields.io, HTML) on the badges page.
---
name: beep
description: Play a system beep. Use when asked to beep, play a beep, issue a system beep etc.
allowed-tools: Bash(afplay:*)
---
Use this bash command to play a system sound on MacOS:
```sh
afplay /System/Library/Sounds/Glass.aiff
```
No comments yet. Be the first to comment!