npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@wingsky-1/dsh-plugins-all

v0.1.13

Published

DSH 插件全家桶聚合包:一键安装全部功能插件(idle-archive / notifier / provider-usage / mcp-manager / lan-proxy / web-file-preview)。装它 = 子包 dependencies 拉齐 + 聚合 cordis patch 激活。dsh-gzip 已退役(压缩合并进 lan-proxy),不再随全家桶分发。

Readme

@wingsky-1/dsh-plugins-all

npm GitHub Releases

DSH 插件全家桶聚合包:安装本包 = 一键装齐全部功能插件。

安装

前提:已安装 DeepSeek Harness 且 dsh web 可正常启动(未全局安装 dsh 见下方「未全局安装 dsh」)。

安装插件(add)

dsh plugin --profile web add @wingsky-1/dsh-plugins-all

卸载插件(remove)

dsh plugin --profile web remove @wingsky-1/dsh-plugins-all

更新插件(update)

dsh plugin --profile web update @wingsky-1/dsh-plugins-all

安装 / 卸载 / 更新后都需重启一次 dsh web(bundle 层只在启动时组合)生效。

指定版本号(@version)

省略 @版本号 即安装默认 latest(推荐)。仅当 registry 尚未同步到最新、或最新版在你的环境有问题时,在包名后追加 @版本号

dsh plugin --profile web add @wingsky-1/dsh-plugins-all@<版本号>

未全局安装 dsh

若本机没有全局 dsh 命令,用 npx 临时拉起(底层调用 pnpm,仍需本机装好 pnpmNode.js):

npx @deepseek-ai/dsh plugin --profile web add @wingsky-1/dsh-plugins-all
npx @deepseek-ai/dsh plugin --profile web remove @wingsky-1/dsh-plugins-all
npx @deepseek-ai/dsh plugin --profile web update @wingsky-1/dsh-plugins-all

包含的插件

| 包 | 功能 | |---|---| | @wingsky-1/dsh-notifier | 审批/完成/错误事件通知(浏览器 Notification + 系统 toast) | | @wingsky-1/dsh-provider-usage | 多 provider 用量悬浮框(适配器框架,内置 OpenCode Go) | | @wingsky-1/dsh-lan-proxy | 局域网访问 dsh web UI(HTTP/HTTPS/WS + TLS + HTTP 响应 gzip 压缩) | | @wingsky-1/dsh-mcp-manager | MCP 服务器管理器(stdio/HTTP,工具注册给模型) | | @wingsky-1/dsh-idle-archive | 会话闲置提醒归档 | | @wingsky-1/dsh-web-file-preview | 点击对话文件链接在 web 端预览(图片/文本/Markdown/代码/Diff) |

@wingsky-1/dsh-gzip 已退役:HTTP 响应压缩合并进 dsh-lan-proxy,不再随全家桶 分发。此前单独安装过 dsh-gzip 的用户升级后请执行 dsh plugin --profile web remove @wingsky-1/dsh-gzip 卸载。

dsh-memory(项目长期记忆)未包含在本聚合包内。

@wingsky-1/dsh-subagent-model-inherit(子 Agent 模型继承,实验性)处于观察期, 独立发包、暂不包含在本聚合包内;如需使用请单独安装,详见其 README。

单独安装

只想用某个插件时单独安装(见各插件 README):

dsh plugin --profile web add @wingsky-1/dsh-notifier

安全提示

  • lan-proxy 会在 0.0.0.0: 监听端口并提供 HTTPS,使用前阅读其 README 安全说明。
  • mcp-manager 会启动 MCP 服务器子进程(stdio)并执行其命令,仅配置可信服务器。
  • notifier 在 Windows 通过 PowerShell WinRT 弹系统通知。