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.

Niulai Sound — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-niulai-sound

Niulai Sound

牛来确认音 — DSH approval sound effects from the movie 《牛来》: plays 「妈妈」 when user confirmation is requested, interrupts it and plays 「牛来!」 the moment the user approves. 审批音效:请求确认时播放「妈妈」,批准瞬间掐断并播放「牛来!」。

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-niulai-sound@1.0.0
READMECompatibilityVersions

Compatibility and provenance

Niulai Sound is published as dsh-niulai-sound 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
npm
Registry updated
9/20/2026

Versions

1.0.0stable
8/19/2026

Related plugins

Loading related plugins…

Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
700.8 kB
Files
7
Surface
any
License
MIT
Source
npm
GitHub
★ 2
Weekly downloads
38
Last push
8/17/2026
View source ↗Project homepage ↗
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

Related plugins

More verified plugins in vision-media.

Tool Describe Image@linxin666/dsh-tool-describe-imageModel-facing describe_image tool for the dsh web GUI: gives a text-only model image understanding by asking a vision-language model at an OpenAI-compatible endpoint to describe one image (local path, http(s) URL, or attachment reference). Hot-pluggable — Modlens@liustack/modlensPlug-in vision for text-only LLMs, powered by the free Antigravity CLIDeepseek Ivideodeepseek-ivideoiPolloWork HyperFrames Video Studio and 27 editable video templates as a native DeepSeek Harness conversation view.Codexdsh-codexChatGPT OAuth, Codex models, search, read_image URL support, and gpt-image-2 generation for DeepSeek Harness

README

🐂 dsh-niulai-sound

牛来确认音 — DeepSeek Harness 审批音效插件,梗源国产动画电影《牛来》(导演信雨萌 + 妈妈孙丽芳两人手搓 5 年、零投资的"草台班子"神作)。

当 DSH 需要用户确认时播放「妈妈」,用户点允许的瞬间掐断「妈妈」直接播放「牛来!」——妈妈~(还没说完)牛来!!点得越快衔接越干脆。

✨ 效果

时机音频
审批弹窗出现(需要确认)「妈妈」(原声片段)
用户批准(allowed-once)掐断「妈妈」→「牛来!」(原声片段)
用户拒绝 / 取消不播放

音频取自《牛来》经典片段原声(抖音热门片段,122 万人在看的那条),随包内置,无需联网。

🚀 安装

# 从 GitHub
dsh plugin --profile web add github:isheng-eqi/dsh-niulai-sound

# 从 npm(发布后)
dsh plugin --profile web add dsh-niulai-sound

安装后重启 dsh web 即生效:所有会话自动加载,无需手动激活。

想先试试?

在任意会话让模型执行动态插件(cordis_define + cordis_run),或直接触发一次需要审批的操作(如升级沙箱权限写文件)即可听到效果。

🛠 实现要点

  • 事件源:监听 session/event 审计流中的 approval/asked / approval/decided(outcome === 'allowed-once' 判定批准)。

    为什么不用 approval/request?它是 Scoped 瀑布流事件(per-agent 作用域),普通插件 ctx 作用域不匹配时收不到;session/event 是 emit 审计流,任何审批路径(文件升级、工具审批)都强制写入,通用可靠。

  • 播放:Windows 原生 powershell + System.Media.SoundPlayer(wav PCM,零外部依赖)。
  • 掐断:批准瞬间对正在播放的进程执行树级 terminate()(taskkill /T),声音立即中断、「牛来!」立刻接上。
  • 防叠加:单实例持有当前播放句柄,新播放先掐断旧的,多审批并发不叠声。

📁 结构

dsh-niulai-sound/
├── package.json         # dsh.bundle.patch 声明(静态 bundle)
├── cordis.patch.yml     # 插件行 insert(id: niulai-sound)
├── lib/index.js         # Host 插件(session/event 监听 + 播放)
└── assets/
    ├── mama.wav         # 「妈妈」原声(6.2s)
    └── niulai.wav       # 「牛来!」原声(1.8s)

📋 Requirements

  • DeepSeek Harness Web profile(dsh web)
  • Windows(播放依赖 PowerShell + System.Media;macOS/Linux 可自行扩展播放实现)

🔧 疑难排查

现象处理
弹窗出现但没声音检查系统音量;查看 dsh web 进程输出有无 [dsh-niulai-sound] play failed:;确认在 Windows 上运行
想换自己的音频设置环境变量 NLW_MAMA_WAV / NLW_NIULAI_WAV 指向 wav 文件路径(需为 PCM wav)
发布前自检node scripts/prepack-check.js(manifest/patch/素材校验)+ node scripts/smoke.js(wav 格式与时长)

📦 社区收录

DSH 社区生态的一部分。已收录进 awesome-dsh-plugin。

📄 License

MIT