jackylong1987/dsh-long-plugins ↗★ 0
dsh-long-plugins
Merged DSH web plugins: upload manager, workspace 输出文件, 技能文档, DeepSeek account balance.
AI 분석
核心用途是提供一站式的多功能管理面板,整合了文件上传、工作区文件浏览、技能文档查看和余额显示。适合需要聚合管理 DSH 常用辅助功能的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:jackylong1987/dsh-long-pluginsConfiguration / 配置
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.