jackylong1987/dsh-long-plugins0

dsh-long-plugins

合并的 DSH 网页插件包,包含上传管理器、工作区输出文件、技能文档及 DeepSeek 账户余额展示。

AI 分析

核心用途是提供一站式的多功能管理面板,整合了文件上传、工作区文件浏览、技能文档查看和余额显示。适合需要聚合管理 DSH 常用辅助功能的用户。

包名
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.