DeepSeek Harness plugin

dsh-music-player-xiaoqiez

DSH 简约在线音乐播放器:支持网易云/本地音乐源;完整 Agent SKILL(AI 自定义播放器风格/控制播放/播完通知);队列与搜索集成在官方设置页。

Jump to install

Source facts

Repository
xiaoqiezi-china/dsh-music-player
Latest update
Aug 15, 2026
Category
Just for Fun
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/xiaoqiezi-china/dsh-music-player
Plugin: dsh-music-player-xiaoqiez
Author: xiaoqiezi-china

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-music-player

DSH 简约在线音乐播放器

支持网易云、本地音乐源。提供完整的 Agent SKILL,允许 AI 自定义播放器风格、控制音乐播放。支持队列结束后主动通知,让 AI 把握每一首歌。轻量、干净,队列与搜索功能集成在官方设置页面。

功能

  • 悬浮窗播放器:毛玻璃/发光/逐字歌词/可拖拽进度条/音量控制,卡片常驻挂载(收起不中断播放)
  • 本地音乐:指定音乐文件夹,队列保存音频路径索引;同名 .lrc 自动加载歌词,mp3 内嵌封面自动显示
  • 网易云在线:搜索/歌词/播放地址(官方 API 优先,被限流时自动降级到备用网关);VIP 歌曲需填写 Cookie
  • 歌单导入:输入网易云歌单 ID/链接,批量加入队列
  • 播放模式:循环播放 / 顺序播放(播完一首删一首,播完清空并通知 Agent 添加新歌)
  • Agent 控制(12 个工具):搜歌、播新歌、队列增删查、播放控制、播完通知、自定义 CSS 与 UI 配置

安装

# 首次安装前:pnpm ≥10 默认拒绝执行 git 依赖的构建脚本,
# 需在 profile 的 pnpm-workspace.yaml 中添加(信任声明,然后重跑安装):
#   allowBuilds:
#     dsh-music-player: true
dsh plugin --profile web add github:xiaoqiezi-china/dsh-music-player

# 建议钉 commit 固定版本(可回滚):
dsh plugin --profile web add github:xiaoqiezi-china/dsh-music-player#<commit-sha>