AI Agent Hub
Back to plugins
🖥️

dsh-music

Client Updated 2026.09.12

Run the following command in DeepSeek Harness:

dsh plugin install jh-Evil/dsh-music

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install jh-Evil/dsh-music in the DeepSeek Harness terminal to install; source is at https://github.com/jh-Evil/dsh-music

About this plugin

Caught up in a conversation and suddenly want to listen to a song, only to switch apps, copy a link, and open a player elsewhere? dsh-music removes that friction: the model emits a short fenced block, and the chat stream instantly expands it into an interactive player card where you can search, play, skip, and switch themes without ever leaving the conversation.

Under the hood the card taps into both Netease and QQ Music public APIs for search, direct audio links, and lyrics. Visually it ships with a glassmorphism surface, floating lyrics, a beat-reactive bubble-particle engine, and multiple colour themes. Every user action is served by the plugin's own local HTTP routes, so there is zero model round-trip; multiple cards in one session share a single playback singleton that survives host re-renders. Only an explicit AI-recommend request posts a message back to the chat.

It is built for everyday DeepSeek Harness users who like to chat and listen at the same time: a single prompt such as "play Jay Chou - Sunny Day" takes you from search to playback without opening another app.

Use Cases

  • Command songs and read lyrics inside the chat
  • Embed multi-theme player cards into conversations
  • Preview player interactions locally
  • Fallback playback across Netease and QQ Music

Best For

  • Daily DeepSeek Harness users
  • People who chat and listen at the same time
  • Frontend and plugin developers