DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Song Download — DSH Plugin for DeepSeek Harness
← Plugins
S

dsh-song-download

Song Download

DeepSeek Harness song download plugin: search (Bilibili/YouTube) + download (MP3 320k Kugou-compatible / original quality) + LRC lyrics (site subtitles + NetEase Cloud Music dual-source).

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:Raywh/dsh-song-download#62f359771c1d4a402c7cebb1dea1ae7d08fb9469
READMECompatibilityVersions

Compatibility and provenance

Song Download is published as dsh-song-download and currently resolves to version 1.0.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
8/31/2026

Versions

1.0.0stable
8/31/2026

Related plugins

Loading related plugins…

Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/31/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in search-research.

Browser Skill Dsh Plugin@wxg-prc-cpg/browser-skill-dsh-pluginDeepSeek Harness tool plugin that exposes BrowserSkill browser automation (browser_* tools) to the modelWeknora@wxg-prc-cpg/dsh-weknoraWeKnora knowledge retrieval tools for DeepSeek Harness (dsh): semantic search, document reading and RAG/agent answers over your own knowledge bases.Free Searchdsh-free-searchFree web search for DeepSeek Harness: 13 engines (Bing/DuckDuckGo/AnySearch/SearXNG/Exa/Tavily/Keenable/Firecrawl keyless; Parallel/Perplexity/SerpBase/DeepSeek with key) + time filtering + platform search + web_fetch, with web settings UI.Find Plugindsh-find-pluginFind DeepSeek Harness plugins inside the agent — live GitHub dsh-plugin topic search, ranked by stars.

README

dsh-song-download

DeepSeek Harness 歌曲下载插件:搜索 + 下载 + LRC 歌词,开箱即用(MP3 320k,酷狗等播放器通用)。

功能

工具说明
song_search搜索歌曲:B站 bilisearch 优先,YouTube ytsearch 兜底;返回标题/时长/上传者/链接
song_download下载音频到工作区 downloads/:默认 MP3 320k(酷狗/QQ音乐通用),可选原始音质;自动附带 LRC 歌词

下载流程

用户说「下载 周杰伦 晴天」→ song_download
  → 自动搜索 B站首个结果(bilisearch1:)
  → B站 412 反爬时自动切 YouTube(ytsearch1:)
  → yt-dlp 下载最佳音频(bestaudio)
  → ffmpeg 转 MP3 320k + ID3 标签(酷狗兼容)
  → 站点字幕转 LRC;没有字幕 → 网易云 API 补抓歌词
  → 输出「周杰伦 - 晴天.mp3」+「周杰伦 - 晴天.lrc」

容错设计

  • B站 412 反爬:浏览器 UA/Referer + 失败自动切换 YouTube 源
  • DASH 流合并:自动发现 ffmpeg(PATH 或 imageio-ffmpeg 内嵌二进制)
  • 歌词双通道:站点字幕转 LRC,缺失时网易云 API 兜底
  • 统一命名:query 模式自动「歌手 - 歌名」,并写入 ID3 标签(title/artist/album)

依赖

  • Python 3 + yt-dlp:pip install yt-dlp
  • ffmpeg(mp3 转码用):pip install imageio-ffmpeg 可提供内嵌二进制,无需加入 PATH

安装

# 本地目录 / npm / GitHub 均可
dsh plugin --profile main add dsh-song-download
dsh plugin --profile main add github:Raywh/dsh-song-download

安装后重启 dsh web 生效,对所有会话可用。

用法

  • 「下载周杰伦的晴天」
  • 「搜一下 Beyond 海阔天空」
  • 「把这几个链接的音频下载到 downloads」(传 URL 批量)

开发

见 docs/architecture.md。

版权

请仅下载你有权使用的资源,遵守各平台条款。