dsh-skill-market
Skill market in the DSH settings page: search GitHub for skills and install them into ~/.dsh/skills. · DSH 设置页技能市场:从 GitHub 搜索技能并安装到 ~/.dsh/skills。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:QQ-M/dsh-skill-market说明文档
阅读完整 README ↗Configuration
The bundle patch (cordis.patch.yml) inserts the plugin row; the following config keys are supported:
| Key | Default | Meaning |
|---|---|---|
installDir | ~/.dsh/skills | Where installed skills are written |
githubToken | '' | GitHub token to lift the 10 req/min anonymous search limit |
githubTokenFile | '' | Path to a file containing a GitHub token (e.g. /opt/dsh-work/gh-token) |
searchLimit | 20 | Max search results |
If neither token option is set, GITHUB_TOKEN from the environment is used. Anonymous search works but is rate-limited (~10 req/min), so a token is recommended for heavy browsing.
Example override in your profile cordis.patch.yml (replaces the whole row by id — restate every key):
- insert:
- id: skill-market
name: dsh-skill-market
config:
installDir: /root/.dsh/skills
githubTokenFile: /opt/dsh-work/gh-token