by Nagi-ovo
帮 DSH 搜索、安装并验证插件的 Skill|A DSH skill that finds, installs, and verifies GitHub plugins
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
# Add to your Claude Code skills
git clone https://github.com/Nagi-ovo/dsh-find-pluginsGuides for using ai agents skills like dsh-find-plugins.
Last scanned: 8/15/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-08-15T04:30:00.933Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}
对 DSH 说一句「有没有插件能……」,它就会从全 GitHub 的 dsh-plugin topic 里找出候选,解释差别,等你选好以后再安装和验证。
仓库属于个人还是组织并不重要。只要是公开仓库并带有 dsh-plugin topic,转移仓库后仍然能被发现。
把下面这句话发给 DSH:
请从 https://github.com/Nagi-ovo/dsh-find-plugins 安装 dsh-find-plugins skill
手动安装时,把 skills/find-plugins/ 整个目录复制到 $DSH_HOME/skills/(默认是 ~/.dsh/skills/);只想给当前项目使用,则复制到 <项目根>/.dsh/skills/。如果还想与其他 Agent 共用,也可以放在 <项目根>/.agents/skills/。目录 watcher 会让它立即生效。
Skill 会先运行自带脚本,获取所有公开、未归档、非 fork 的 dsh-plugin 仓库。它只检查最匹配的少量候选,并从 README、package.json 和仓库文件判断应该按 bundle、Cordis 插件还是 skill 安装。
你选定之后、开装之前,它会先查一遍这个插件的 lifecycle scripts、对外网络和子进程、读取的会话数据与凭据,以及仓库本身的可信度,然后无论有没有问题都汇报一次,再问你要不要继续。插件跑在你的 DSH 进程里,装它等于授权。
比如「想把数据和流程画出来」可以找到 dsh-visualize;「想给 Web UI 加点 2005 年互联网味道」可能会找到 dsh-ads。检索命中纯属巧合。
dsh-external/hub 在当前账号可访问时可以补充分类和安装信息,但 GitHub topic 才是主目录。灵感来自 vercel-labs/skills 的 find-skills。
License: BSD-3-Clause
dsh-find-plugins is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Nagi-ovo. 帮 DSH 搜索、安装并验证插件的 Skill|A DSH skill that finds, installs, and verifies GitHub plugins. It has 173 GitHub stars.
Yes. dsh-find-plugins passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/Nagi-ovo/dsh-find-plugins" and add it to your Claude Code skills directory (see the Installation section above).
dsh-find-plugins is primarily written in JavaScript. It is open-source under Nagi-ovo on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh dsh-find-plugins against similar tools.
No comments yet. Be the first to share your thoughts!