sky-unicorn/dsh-plugin-market0

dsh-plugin-market

Web plugin marketplace for DeepSeek Harness

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

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:sky-unicorn/dsh-plugin-market

配置

默认配置位于 cordis.patch.yml

  • profile:安装和卸载的目标 profile,默认 web
  • topic:GitHub topic,默认 dsh-plugin
  • pageSize:每次检查的最近更新仓库数,范围 1–30。
  • operationTimeoutMs:一次安装或卸载的超时。
  • githubTokenEnv:GitHub token 所在的环境变量名。未配置令牌时使用匿名额度。
  • cliPath:可选的 dsh 可执行文件绝对路径;默认复用当前 Node 启动器。