artsy / beep
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/beep && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/2810" && unzip -o skill.zip -d .claude/skills/beep && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/beep/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Play a system beep. Use when asked to beep, play a beep, issue a system beep etc.
0 views
0 installs
Skill Content
--- 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 ```