Nagi-ovo/dsh-find-plugins 预览 preview

Nagi-ovo/dsh-find-plugins

帮 DSH 搜索、安装并验证插件的 Skill|A DSH skill that finds, installs, and verifies GitHub plugins

项目介绍Project Overview

dsh-find-plugins 是一款 DSH 技能,通过自然语言查询在 GitHub dsh-plugin topic 中检索匹配插件。核心能力:抓取公开非归档非 fork 仓库,解析 README、package.json 等,按 bundle、Cordis 插件或 skill 区分安装方式,安装前检查脚本、网络、子进程、凭据和仓库可信度并汇报。适用于按需发现和评估第三方插件。提醒:插件运行于 DSH 进程,安装即授权。

dsh-find-plugins is a DSH skill that searches the GitHub dsh-plugin topic for matching plugins via natural-language queries. Core capability: fetches public, non-archived, non-fork repositories, parses READMEs and package.json, and distinguishes installation as bundle, Cordis plugin, or skill, while auditing lifecycle scripts, network and subprocess access, credentials, and repository trust before installing. Use it to discover and evaluate third-party plugins on demand. Caveat: plugins run inside the DSH process, so installing equals granting full authorization.

或使用命令行安装(适合开发者)Or use CLI install (for developers)

命令行安装CLI Install

dsh plugin --profile web add github:Nagi-ovo/dsh-find-plugins

Nagi-ovo/dsh-find-plugins 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

dsh-find-plugins

dsh-find-plugins

简体中文 | English

dsh-find-plugins 在 dshfind 插件目录上的展示卡

对 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

上一个 Prev pi2dsh 下一个 Next anime-find