music

Toggle Overcooked background music playback via Bash scripts.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/BaeHenryS/personal-toolkit --skill music-baehenrys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: music
Source: https://github.com/BaeHenryS/personal-toolkit/tree/main/plugins/overcooked/skills/music
Command: npx skills add https://github.com/BaeHenryS/personal-toolkit --skill music-baehenrys

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables instant control over background music during gameplay, eliminating manual toggling and reducing distraction.

Core Features & Use Cases

  • Background music toggle: Start or stop a looping music sequence with a single command.
  • Background task management: Uses a dedicated script to run the music loop and a PID file to track the running process.
  • Use Case: While playing Overcooked, quickly enable ambience during exploration or pause music during intense moments.

Quick Start

Use the toggle script to start or stop the music: ${CLAUDE_PLUGIN_ROOT}/skills/music/scripts/toggle.sh

Frequently Asked Questions about music

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I toggle background music playback using a bash script?

You can toggle background music playback by executing a bash script that uses nohup to start a looping audio sequence with afplay, or pkill to stop it and manage the PID file.

Can I automate starting and stopping looping audio without external libraries?

Yes, you can automate looping audio using bash scripting and native system utilities like afplay, pkill, and nohup, which require no external libraries to function.

How does a bash script manage background audio processes for games like Overcooked?

The bash script manages background audio by running the music loop with nohup and storing the process identifier in a PID file, allowing a single toggle command to start or stop playback.

Does this music toggle script work on all operating systems?

No, the music toggle script relies on macOS-specific system utilities like afplay, meaning it is designed for local CLI usage on macOS environments rather than cross-platform operating systems.

What is the best way to control background music during gameplay to reduce distraction?

The best way to control background music is using a dedicated CLI toggle script that instantly starts or stops a looping audio sequence, eliminating manual toggling and reducing distraction.