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

dsh-find-plugin

v0.3.7

Published

Find DeepSeek Harness plugins inside the agent — live GitHub dsh-plugin topic search, ranked by stars.

Readme

dsh-find-plugin awesome · DSH plugin

English | 中文

一个用来找插件的插件——就像 skills.sh 的 /find-skills,DSH 版。

想要什么能力,直接跟 agent 说(比如"任务完成时给我发微信通知"),它就去 GitHub 上的 DSH 插件生态里帮你搜——按 star 排序,每条带一句话说明和安装 命令。

安装

# npm 包(预构建,推荐)
dsh plugin --profile web add dsh-find-plugin

# 或从 GitHub 安装
dsh plugin --profile web add github:awesome-dsh-plugin/dsh-find-plugin

使用

安装后重启 dsh web,然后直接跟 agent 对话即可——需要找插件时它会自己调用 find_dsh_plugin

  • "有什么终端 TUI 插件?"
  • "我想任务完成时收到微信通知,有插件吗?"
  • "找个能在 DSH 里做 git diff 审查的东西。"

每条结果都带 star 数、功能描述、仓库链接和可直接执行的 dsh plugin add 安装命令——让 agent 帮你装,它可以直接替你执行。

工作方式

  • 实时搜索打了官方 dsh-plugin topic 的 GitHub 仓库,按 star 数降序 (每查询 5 分钟缓存,匿名 API)。
  • 命中 awesome-dsh-plugin 精选列表的仓库, 会换用列表中人工撰写的双语描述(lang 参数选择语言),排序不受影响。
  • 每条结果附可直接执行的 dsh plugin add 安装命令;插件均为第三方代码, 请自行审阅源码并锁定 commit。

许可

MIT © awesome-dsh-plugin