QQ-M/dsh-skill-market0

dsh-skill-market

Skill market in the DSH settings page: search GitHub for skills and install them into ~/.dsh/skills. · DSH 设置页技能市场:从 GitHub 搜索技能并安装到 ~/.dsh/skills。

包名
dsh-skill-market
版本
0.1.0
许可证
MIT
最近更新
2026年8月18日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:QQ-M/dsh-skill-market

Configuration

The bundle patch (cordis.patch.yml) inserts the plugin row; the following config keys are supported:

KeyDefaultMeaning
installDir~/.dsh/skillsWhere 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)
searchLimit20Max 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