king-bcolor/dsh-gh-plugin ↗★ 0
dsh-gh-plugin
DeepSeek Harness plugin wrapping the GitHub CLI (gh) with a browser settings UI.
AI 분석
核心用途是让 Agent 能够直接操作 GitHub 仓库。适合需要 AI 辅助管理 Issue、PR 或进行代码库运维的开发者,需本地安装并授权 gh CLI。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:king-bcolor/dsh-gh-pluginUsage
dsh --profile default
## Configuration
```yaml
- id: gh
name: dsh-gh-plugin
config:
ghBin: /usr/local/bin/gh
timeoutMs: 30000
confirmDangerous: true