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

dshmarket

v1.9.0

Published

Visual plugin market inside DeepSeek Harness — browse, search, and one-click install community plugins. · DSH 可视化插件市场:逛一逛,点一下,装好。

Readme

dsh-market

English | 中文

npm stars

装在 DeepSeek Harness 里的插件市场。打开设置 → 插件市场 → 逛一逛,点一下,装好。

dsh-market

主题一键换——装完即生效,点一下切换,不用重启:

主题

安装

dsh plugin --profile web add dshmarket

重启 dsh web,打开 设置 → 插件市场

你会得到

  • 逛与搜——完整社区目录(800+ 插件,每天在涨),分类筛选、star 数、最热/最新排序,中英描述跟随界面语言
  • 截图展示——安装弹窗内 App Store 式截图:作者可在 registry 里策展,没有则自动从 README 抽取;图片仅从 GitHub 图床加载,且只在你打开弹窗后才发请求
  • 主题——独立主题页:装完立即生效,点一下切换(主题互斥、选择跨重启保留),卸载即恢复
  • 一键安装——确认来源,实时进度;多数插件刷新页面即可用,无需重启
  • 备份与恢复——把 profile 的插件清单与配置导出为可读 JSON,换机导入,或存到 WebDAV 并每日自动备份;恢复前校验、失败自动回滚
  • 更新——逐插件检测(npm 版本或锁定 commit 对比 HEAD),一键更新或全部更新;市场自己也走同一通道升级
  • 卸载——两步确认防误触;本次会话装的插件即点即卸
  • 按需重启——无法热加载的变更会在待重启提示旁显示一键重启;操作仅接受本机同源请求
  • 零术语——缺组件(pnpm)时市场自己发现、一键自动装好,全程不见命令行
  • 导出日志——一键生成脱敏纯文本日志方便反馈(home 路径与密钥形状已打码;任何数据都不会被上传)

速度

只要插件发布了 npm 包(registry 会校验其 repository 指回同一仓库,防冒名),安装即走 npm tarball 而非整仓 GitHub 下载——通常秒级;仅 GitHub 分发的插件取决于你到 GitHub 的网络。

安全

  • 只允许安装 awesome-dsh-plugin 精选列表内的来源,其它一律拒绝
  • 构建脚本默认禁止执行(pnpm ≥10),放行与否由你按包显式决定
  • 终端/命令行类插件装进网页版前会被明确提醒
  • 安装接口只接受同源 POST;市场不会向任何地方上报数据
  • 备份可能包含 profile 配置里的密钥——导出与上传前 UI 会明确提醒;WebDAV 同步仅限 https、拒绝内网地址,且密码永不落盘浏览器
  • 重启接口还要求客户端直接来自环回地址(拒绝代理转发请求),并使用原入口、参数、环境和工作目录重新启动 DSH
  • 一键重启会启动脱离终端的替代进程。若 DSH 由 systemd、launchd、pm2 等进程管理器托管,请设置插件选项 allowRestart: false,交由管理器负责重启;待重启提示仍会显示,但按钮会隐藏
  • 从终端启动时,替代进程脱离原终端,关闭原终端后仍会继续运行
  • 收录 ≠ 背书:插件是第三方代码,请只安装你信任的来源

提交你的插件

这个仓库是市场应用本身,不是插件目录。 市场里的插件列表来自精选列表 awesome-dsh-plugin——想让你的插件上架,请去那边提 PR(在列表里加一条即可,站点和本市场会自动收录,通常一天内生效)。请不要往本仓库提插件条目。

路线图与反馈

  • 功能规划见 Roadmap,每一项都欢迎社区 PR(动手前在对应 issue 里说一声)
  • Bug 与建议请提 issue,附上市场页面的「导出日志」能让排查快十倍

数据源

实时来自 awesome-dsh-plugin.com/plugins.json——精选条目、npm 映射、star 数由 CI 每日刷新——内置快照做离线兜底。

友情链接

modlens

modlens——全网第一个 DeepSeek Harness 视觉插件,为 DeepSeek、GLM 等纯文本模型外挂视觉能力,粘贴图片即得结构化 JSON 证据(OCR、版面、语义)。本市场内即可直接安装:

dsh plugin --profile web add @liustack/modlens

许可

MIT · dshmarket.com