Tianbaidi/dsh-plugin-github-search0

dsh-plugin-github-search

在构建新 DSH 插件前搜索 GitHub 仓库和 npm 包的工具,避免重复造轮子。

AI 分析

核心用途是在开发新插件前让智能体自动检索已有项目。适合 DSH 插件开发者,可用于评估是直接复用还是重新开发。

包名
dsh-plugin-github-search
版本
0.1.0
最近更新
2026年8月15日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Tianbaidi/dsh-plugin-github-search

Configuration

KeyDefaultMeaning
ghTokenEnvGH_TOKENEnv var holding an optional GitHub token.
defaultTopicdsh-pluginTopic qualifier appended when github_search.topic is omitted; empty disables.
limit8Default result count.
guidePrompttrueInstall the "search before you build" system-prompt rule.