返回目录
其他 待识别

dsh-plugin

huangrx6/dsh-plugin

DeepSeek Harness (DSH) 插件合集:Skill 管理(导入/详情/多格式文件预览)、MCP 服务器管理(补丁层读写/测试连接/工具明细)、布局设置

Stars
1
Forks
0
Issues
0
更新
1 天前

PROJECT TOPICS

项目标签

PROJECT README

README

DSH Plugins

DeepSeek Harness(DSH)Web 端插件合集。所有插件均为「宿主 + Web 客户端」双形态,随 DSH Web 一起加载,无需侵入平台代码。

插件导航

插件 一句话 详细文档
dsh-layout 页面布局与材质:一张磨砂材质覆盖整页,全局(圆角/背景/弹窗/边距)+ 对话排版(阅读宽度/收笔/气泡/轨迹/统计) → dsh-layout/README.md
dsh-skill-manager Skill 导入(URL / GitHub / zip)与详情查看:来源层级、frontmatter 元数据、文件树、多格式实时预览 → dsh-skill-manager/README.md
dsh-mcp-manager MCP 服务器全生命周期管理:增删改、启停、测试连接、工具明细 → dsh-mcp-manager/README.md
dsh-remote-access 远程访问:Tailscale Serve 把本机 dsh 暴露为 HTTPS 地址 + 切换官方 browse 目录选择器,手机扫码即用 → dsh-remote-access/README.md

深入阅读:

每个插件的功能明细、使用说明、设置项对照、架构与开发指南都在各自的 README 里,本页只做概览与导航。

安装

所有插件通过 GitHub Release 预构建包安装(已含 lib/ 产物,无需本机构建)。链接指向最新版,任选所需插件:

dsh plugin --profile web add https://github.com/huangrx6/dsh-plugin/releases/latest/download/dsh-layout.tgz
dsh plugin --profile web add https://github.com/huangrx6/dsh-plugin/releases/latest/download/dsh-skill-manager.tgz
dsh plugin --profile web add https://github.com/huangrx6/dsh-plugin/releases/latest/download/dsh-mcp-manager.tgz
dsh plugin --profile web add https://github.com/huangrx6/dsh-plugin/releases/latest/download/dsh-remote-access.tgz

装完重启 dsh(或 /reload);升级时重跑同一条命令即可(latest 链接始终指向最新发布)。需要钉住某个历史版本时,到 Releases 页 找对应 tag,把 latest/download 换成 download/<tag>。没有本地 dsh 命令时用 npx @deepseek-ai/dsh plugin --profile web add ...

本地开发(clone + link)

git clone git@github.com:huangrx6/dsh-plugin.git
cd dsh-plugin
for pkg in dsh-layout dsh-skill-manager dsh-mcp-manager dsh-remote-access; do
  (cd "$pkg" && pnpm install && pnpm run build)
done

在 profile(如 ~/.dsh/profiles/web)的 package.json 里用 link: 挂载,并加入 bundles:

{
  "name": "dsh-profile-web",
  "private": true,
  "dependencies": {
    "dsh-layout": "link:/绝对路径/dsh-plugin/dsh-layout",
    "dsh-skill-manager": "link:/绝对路径/dsh-plugin/dsh-skill-manager",
    "dsh-mcp-manager": "link:/绝对路径/dsh-plugin/dsh-mcp-manager",
    "dsh-remote-access": "link:/绝对路径/dsh-plugin/dsh-remote-access"
  },
  "dsh": {
    "profile": {
      "bundles": [
        "@deepseek-ai/dsh-base",
        "@deepseek-ai/dsh-web-app",
        "dsh-layout",
        "dsh-skill-manager",
        "dsh-mcp-manager",
        "dsh-remote-access"
      ]
    }
  }
}

然后 cd ~/.dsh/profiles/web && pnpm install,启动 npx @deepseek-ai/dsh web --host 127.0.0.1 --port 3080

热更规律:Web 客户端lib/client.js)重新构建后刷新页面即生效;宿主侧lib/index.mjs)在进程启动时载入内存,需重启 dsh web。MCP 的 cordis.patch.yml 写入由平台 HMR 即时应用,无需重启。

环境要求

  • Node.js ≥ 24
  • pnpm ≥ 10
  • DSH CLI(@deepseek-ai/dsh,可 npx 调用)

仓库结构

dsh-plugin/
├── dsh-layout/          # 布局 / 材质 / 背景设置(详见其 README)
├── dsh-skill-manager/   # Skill 导入 / 详情 / 文件预览(详见其 README)
├── dsh-mcp-manager/     # MCP 服务器管理(详见其 README)
├── dsh-remote-access/   # 远程访问:Tailscale Serve + browse picker(详见其 README)
└── docs/                # 架构与源码解读

仓库内每个包独立安装、独立构建(无根 workspace);pnpm run check = 类型检查 + 单测 + 构建全流程。

License

MIT

CLASSIFICATION EVIDENCE

分类依据

项目类型待识别
功能分类其他
规则置信度

系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。