jackylong1987/dsh-long-plugins ↗★ 0
dsh-long-plugins
Merged DSH web plugins: upload manager, workspace 输出文件, 技能文档, DeepSeek account balance.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:jackylong1987/dsh-long-plugins说明文档
阅读完整 README ↗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.