Tianbaidi/dsh-plugin-github-search ↗★ 0
dsh-plugin-github-search
Search GitHub repos and npm packages before building new dsh plugins — stop reinventing wheels
AI Analysis
核心用途是在开发新插件前让智能体自动检索已有项目。适合 DSH 插件开发者,可用于评估是直接复用还是重新开发。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Tianbaidi/dsh-plugin-github-searchREADME
Read the full README ↗Configuration
| Key | Default | Meaning |
|---|---|---|
ghTokenEnv | GH_TOKEN | Env var holding an optional GitHub token. |
defaultTopic | dsh-plugin | Topic qualifier appended when github_search.topic is omitted; empty disables. |
limit | 8 | Default result count. |
guidePrompt | true | Install the "search before you build" system-prompt rule. |