jackylong1987/dsh-long-plugins0

dsh-long-plugins

Merged DSH web plugins: upload manager, workspace 输出文件, 技能文档, DeepSeek account balance.

包名
dsh-long-plugins
版本
0.1.0
最近更新
2026年8月18日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:jackylong1987/dsh-long-plugins

Configuration / 配置

Add to the profile's cordis.patch.yml:

- id: dsh-long-plugins
  config:
    priority: -10
    trustedHosts: !!js ctx.webRuntime.trustedHosts
    skillsRoot: /volume1/homes/dsh/skills   # override the default /skills
  • trustedHosts — required for the browser trust fence (same as the built-in Web API).
  • skillsRoot — root directory browsed by the「技能文档」section. Defaults to /skills.