Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Control local music playback with play, pause, resume, stop commands; supports listing and playing specified songs from a configured music directory.
Control local music playback with play, pause, resume, stop commands; supports listing and playing specified songs from a configured music directory.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Controlled music player with pause/resume/stop support Single entry point, background server for full control
Place music files in a music folder (default) or set MUSIC_DIR environment variable Install pygame (recommended for full control): pip install pygame Use: ./play-music play
The skill has one clear entry point: ./play-music
./play-music help - Show this help ./play-music list - List available songs ./play-music play - Play default song ./play-music pause - Pause currently playing music ./play-music resume - Resume paused music ./play-music stop - Stop currently playing music ./play-music status - Show playback status ./play-music <filename> - Play specific song (e.g., song.mp3) ./play-music server-start - Start music server manually ./play-music server-stop - Stop music server
# Play the default song ./play-music play # Play a specific song ./play-music song.mp3 # Control playback ./play-music pause ./play-music resume ./play-music stop # See what's available ./play-music list
โ Single entry point - No confusion about which script to use โ Full playback control - Play, pause, resume, stop โ Resource-efficient - Server auto-starts when needed, auto-stops when music stops โ Clean architecture - Client-server separation โ Pygame-based - High quality audio playback โ Cross-platform - macOS/Windows/Linux compatible
For full pause/resume/stop control: pip install pygame
Place your music files in: Default: ./music (relative to script location) Custom: Set MUSIC_DIR environment variable
# Set custom music directory export MUSIC_DIR="/path/to/your/music" # Set default song name export DEFAULT_SONG="my-song.mp3"
The skill uses a clean client-server architecture: play-music - Single entry point (Python script combining client functionality) music-server.py - Background server that handles music playback Pygame mixer - For high-quality audio with full control Resource-efficient design: The server auto-starts when you play music and auto-shuts down when you stop music. This saves system resources while maintaining the convenience of the client-server architecture.
"No music playing" when trying to pause/resume/stop Start playing music first: ./play-music play "Music directory not found" Create the directory: mkdir music or set MUSIC_DIR environment variable "Pygame not installed" Install it: pip install pygame Server won't start Check if port 12346 is available, or kill existing servers: pkill -f "music-server.py" ./play-music server-start
play-music/ โโโ play-music # Single entry point (Python script) โโโ music-server.py # Background server โโโ SKILL.md # This documentation โโโ README.md # User documentation โโโ _meta.json # Skill metadata โโโ .gitignore # Git ignore file Clean and minimal - No redundant files, clear structure.
When this skill is registered with OpenClaw, use it for music playback tasks. The skill provides the knowledge and tools to control music playback with pause/resume/stop support.
Messaging, meetings, inboxes, CRM, and teammate communication surfaces.
Largest current source with strong distribution and engagement signals.