--- 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 ```