ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Player

Skill by samuelwhg

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/samuelwhg/player
Or

Music Player Skill

控制mpv播放器播放F:\Music目录下的音乐文件

功能

  • 搜索音乐文件
  • 播放指定歌曲
  • 随机播放
  • 播放整个目录
  • 显示音乐库信息
  • 播放控制(停止、暂停等)

用法

  • 播放音乐 [歌曲名/歌手名] - 搜索并播放匹配的音乐
  • 随机播放 - 随机播放一首歌曲
  • 播放 [目录名] - 播放指定目录下的所有音乐
  • 音乐库信息 - 显示音乐库统计信息
  • 停止播放 - 停止当前播放

配置

  • MPV播放器路径: E:\software\mpv-x86_64\mpv.exe
  • 音乐库路径: F:\Music

依赖

  • Python 3.x
  • mpv播放器 (已预装在指定路径)
  • subprocess模块 (标准库)
  • JSON模块 (标准库)

Metadata

Author@samuelwhg
Stars1133
Views0
Updated2026-02-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-samuelwhg-player": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.