A local media controller that allows AI agents to manage music playback through the MPV media player and organized local directories.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install player
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install player using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Music Player Skill is designed to bridge the gap between AI agents and local media environments. By leveraging the power of Openclaw Skills, this tool provides a programmatic interface to control the MPV media player, specifically targeting a dedicated music directory (F:\Music). It allows for seamless integration of music management into a developer's daily workflow without leaving the command environment.
This skill provides comprehensive control over a local audio library, including metadata search and directory-wide playback. It is optimized for users who maintain a high-quality local music collection and require a lightweight, scriptable way to handle audio streams via Openclaw Skills.
To get started with this skill, ensure your environment meets the following requirements:
E:\software\mpv-x86_64\mpv.exe or update the skill configuration accordingly.F:\Music directory.# Standard Python libraries used:
# - subprocess (for process management)
# - json (for data handling)
The skill organizes data based on the filesystem structure of the music library and the MPV execution parameters:
| Attribute | Description |
|---|---|
| Binary Path | The absolute path to the mpv.exe file used for playback. |
| Library Path | The root directory where music files are stored (F:\Music). |
| Search Keys | Metadata used for matching, including song titles and artist names. |
| Statistics | Data regarding the total number of files and directory hierarchy. |
Loading
A comprehensive quality assurance framework for AI agents to perform automated code reviews, execute tests, and track project health.

A powerful suite of web tools for AI agents to browse, search, and research the internet with high precision.

A secure, direct integration for managing iCloud Calendars using the CalDAV protocol without third-party middleware.

A foundational framework for reasoning within Forrest Landry's Immanent Metaphysics, enabling structured team onboarding and ethical agent interaction.

A professional toolset for AI agents to search SaaS contacts, retrieve recent Telegram messages, and manage contact metadata like stages and tags.

A background service for macOS and Linux that provides automated, periodic synchronization for a list of Git repositories with built-in failure isolation.








































