插件介绍
Find DSH plugins inside the agent — live GitHub dsh-plugin topic search, star-ranked / 会话内搜索发现 DSH 插件
项目详情摘要
dsh-find-plugin English | 中文 A plugin that finds plugins** — think `/find-skills` from skills.sh, for DSH. Tell your agent what you want ("notify me on WeChat when a task finishes"), and it searches the DSH plugin ecosystem on GitHub for you — top results by stars, each with a one-line description and an install command. Install Usage Restart `dsh web` after installing, then just talk to the agent — it calls `find_dsh_plugin` on its own whenever plugin discovery helps: "What terminal TUI plugins are there?" "I want to get a WeChat notification when a task finishes — any plugin for that?" "Find me something for reviewing git diffs inside DSH." Each result comes back with stars, a description, the repo link, and a ready-to-run `dsh plugin add` command — ask the agent to install one and it can run the command for you. How it works Live GitHub repository search scoped to the official `dsh-plugin` topic, re-ranked by stars (5-minute per-query cache, anonymous API). When a result is also listed on awesome-dsh-plugin, its hand-written bilingual description from `plugins.json` replaces the GitHub one (the `lang` parameter picks the language) — ranking is untouched. Every result comes with a ready-to-run `dsh plugin add` command. Plugins are third-party code — review the source and pin a commit. License MIT © awesome-dsh-plugin
摘自项目公开 README,可能随上游仓库更新。安装方法
建议先在测试 Profile 中安装,并检查权限、安装脚本和依赖。
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:awesome-dsh-plugin/dsh-find-plugin
使用前检查
- 确认项目符合 DSH bundle 规范,而不只是相关仓库。
- 阅读许可证和安装脚本,检查网络、文件及执行权限。
- 备份配置,并确保插件能够安全卸载或回滚。
