🔌
AutomationJavaScript

Find Plugins

by Nagi-ovo

Find Plugins is an Automation skill for Claude Code, published by Nagi-ovo in dsh-find-plugins.

173 stars1 forkson Nagi-ovo/dsh-find-pluginsAdded 2026/09/07Repository updated 2026/08/15
agent-skillsdeepseek-harnessdsh-pluginplugin-discovery
Install in seconds
Install Find Plugins
Copy Find Plugins into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Nagi-ovo/dsh-find-plugins/tree/main/skills/find-plugins ~/.claude/skills/find-plugins

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Nagi-ovo/dsh-find-plugins.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/find-plugins/SKILL.md in Nagi-ovo/dsh-find-plugins
Installs to
~/.claude/skills/find-plugins
Collection
The only skill cataloged from this repository
Category
Automation2109 skills

What Find Plugins does

Find Plugins discovers public DeepSeek Harness plugins from GitHub topic searches, filters matches by your request, and checks how each one should be installed. It is used when asking for a plugin to install or browsing what the ecosystem has available.

Find Plugins is cataloged under Automation on DirSkills. Find Plugins comes from a repository tagged agent-skills, deepseek-harness, dsh-plugin and plugin-discovery.

Documentation

README

找插件、装插件

把 GitHub 的 dsh-plugin topic 当作插件身份,不把某个 owner 或组织当作目录。 仓库转移后以搜索结果返回的最新 fullNameurl 为准。完成态只有一个:用户 选中的插件在他的 DSH 里可用。

Step 1:取候选池

运行本 skill 自带的确定性检索脚本:

node <本 skill 目录>/scripts/search-topic.mjs > <临时目录>/dsh-plugins.json

脚本搜索所有公开、未归档、非 fork、带 dsh-plugin topic 的仓库,并处理 GitHub 分页。它依次复用 GITHUB_TOKEN / GH_TOKEN、本机 gh 登录令牌以提高限额;都 没有时使用公开 API。限流时运行 gh auth login 后重试,不要退回组织仓库列表。

完成点:JSON 中的 repositories 非空,每条都有当前 fullNameurl、描述、 topics 和更新时间。按 fullName 去重,不根据旧 owner 猜地址。

Step 2:筛选并确认装法

先用用户需求对照 namedescriptiontopics,按 pushedAt 优先查看较新的 命中项。只对语义最匹配的少量仓库读取 README、package.json 和仓库文件树:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Find Plugins

  • How does Find Plugins compare to other Automation skills?

    Find Plugins ranks #1969 by stars among the 2109 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Find Plugins against them. Open each page to compare what they document and how they install.