← 返回 Skills 市场
jesson1222-ship-it

Lu Music Player

作者 jesson1222-ship-it · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
327
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install lu-music-player
功能描述
Manage and control Mopidy music service on NAS including playback, volume, playlist viewing, and local music scanning.
使用说明 (SKILL.md)

lu-music-player

Mopidy 音乐播放器管理技能 - 帮助你管理和控制 NAS 上的 Mopidy 音乐服务。

描述

这个技能提供 Mopidy 音乐播放器的管理功能,包括:

  • 查看播放状态
  • 控制播放/暂停/跳过
  • 音量调节
  • 扫描本地音乐
  • 查看播放列表

触发条件

当用户提到以下关键词时激活:

  • "mopidy"
  • "音乐播放器"
  • "播放音乐"
  • "暂停音乐"
  • "下一首"
  • "音量"
  • "扫描音乐"

用法

查看播放状态

mopidy 状态
音乐播放器状态
当前播放什么

控制播放

播放音乐
暂停音乐
下一首
上一首

音量控制

音量调到 50
音量加 10
音量减 10
静音

音乐库管理

扫描本地音乐
刷新音乐库
查看播放列表

示例对话

用户: mopidy 状态怎么样? 助手: Mopidy 音乐播放器运行正常!当前状态:空闲。访问 http://192.168.3.26:6680/iris 查看 Web 界面。

用户: 播放音乐 助手: 已打开 Mopidy Web 界面:http://192.168.3.26:6680/iris 你可以在 Iris 界面中选择歌曲播放。

用户: 扫描本地音乐 助手: 请在 Iris 界面中:Settings → Local Music → Scan 扫描本地音乐库。或者执行命令:docker exec mopidy mopidy local scan

配置

环境变量(可选)

MOPIDY_URL=http://192.168.3.26:6680
MOPIDY_IRIS_URL=http://192.168.3.26:6680/iris

Docker 命令

# 查看状态
docker ps | grep mopidy

# 查看日志
docker logs mopidy --tail 50

# 重启服务
docker-compose restart mopidy

# 扫描本地音乐
docker exec mopidy mopidy local scan

访问地址

服务 地址
Mopidy Iris http://192.168.3.26:6680/iris
Mopidy HTTPS https://music.jesson.online:1443/iris

故障排查

音乐播放器无法访问

  1. 检查容器状态:docker ps | grep mopidy
  2. 查看日志:docker logs mopidy --tail 50
  3. 重启服务:docker-compose restart mopidy

无法播放本地音乐

  1. 确保音乐文件在 /vol1/1000/Docker/music-player/music/ 目录
  2. 在 Iris 界面扫描:Settings → Local Music → Scan
  3. 检查文件权限:chmod -R 777 /vol1/1000/Docker/music-player/music/

作者

  • 作者: jesson1222-ship-it
  • 版本: 1.0.0
  • 创建时间: 2026-03-08
  • 许可证: MIT

更新日志

v1.0.0 (2026-03-08)

  • 初始版本
  • 支持 Mopidy 状态查看
  • 支持播放控制
  • 支持音量调节
  • 支持音乐库扫描
安全使用建议
This skill appears to be a simple Mopidy/NAS helper and is internally consistent, but it's tailored to the author's environment. Before using: (1) Don't blindly run commands — verify container names and paths on your system. (2) Replace or remove hardcoded URLs/IPs and set MOPIDY_URL/MOPIDY_IRIS_URL to your values. (3) Avoid 'chmod -R 777' — prefer correcting ownership/permissions with least privilege. (4) Be cautious about running docker exec/docker-compose restart on production machines. If you want the skill generalized, ask the author to remove hardcoded addresses and avoid recommending globally permissive file permissions.
功能分析
Type: OpenClaw Skill Name: lu-music-player Version: 1.0.0 The skill bundle contains instructions in SKILL.md for the AI agent to execute high-privilege shell commands, including 'docker exec', 'docker-compose restart', and 'chmod -R 777' on specific host directories. While these capabilities are plausibly related to the stated goal of managing a Mopidy music server on a NAS, they represent significant security risks and poor permission management practices. The documentation also includes hardcoded internal IP addresses (192.168.3.26) and a specific external domain (music.jesson.online) for service access.
能力评估
Purpose & Capability
The name/description match the instructions: SKILL.md gives Mopidy status, playback control, volume, scanning, and playlist guidance. However the doc contains hardcoded host addresses (192.168.3.26 and music.jesson.online), a specific local path (/vol1/1000/...), and assumes a Docker container named 'mopidy' — these are environment-specific and not generally applicable.
Instruction Scope
Instructions stay within the Mopidy management scope (checking logs, docker commands, restarting, scanning). They include troubleshooting steps that require shell access (docker exec, docker-compose restart, docker logs) and suggest 'chmod -R 777' for a music folder — a potentially dangerous, overly-permissive operation. The skill also references external URLs (an IP and a domain) and shows example commands; no hidden data-exfiltration steps are present.
Install Mechanism
No install spec and no code files — instruction-only. This minimizes installation risk because nothing is written/executed automatically by the skill itself.
Credentials
The skill declares no required environment variables or credentials. The SKILL.md suggests optional MOPIDY_URL and MOPIDY_IRIS_URL variables for convenience, which is proportionate. No unrelated credentials or secrets are requested.
Persistence & Privilege
always is false (no forced/global presence) and model invocation is normal. The skill doesn't request persistent system changes or attempt to modify other skills; it only provides manual commands for the user/administrator to run.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lu-music-player
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lu-music-player 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
lu-music-player v1.0.0 - 初始发布 - 支持 Mopidy 音乐播放器状态查看 - 支持播放/暂停/跳过等控制操作 - 支持音量调节功能 - 支持本地音乐库扫描与播放列表查看
元数据
Slug lu-music-player
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Lu Music Player 是什么?

Manage and control Mopidy music service on NAS including playback, volume, playlist viewing, and local music scanning. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 327 次。

如何安装 Lu Music Player?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install lu-music-player」即可一键安装,无需额外配置。

Lu Music Player 是免费的吗?

是的,Lu Music Player 完全免费(开源免费),可自由下载、安装和使用。

Lu Music Player 支持哪些平台?

Lu Music Player 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Lu Music Player?

由 jesson1222-ship-it(@jesson1222-ship-it)开发并维护,当前版本 v1.0.0。

💬 留言讨论