deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:xiaoxianyu-office/dsh-skills-manager
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
DSH 设置页 Skills 管理器(宿主级 bundle 插件):系统/用户技能分类展示,用户技能支持启用开关、编辑、删除、新建。随 DSH 启动自动加载,不依赖会话,重启不失效。
~/.dsh/skills):启用开关、编辑、新建、删除# 安装 v0.1.2
dsh plugin --profile web add github:xiaoxianyu-office/dsh-skills-manager#v0.1.2
安装后重启 DSH 生效。
重复 add 并指定新 tag,不要使用 update 选择 Git 引用:
dsh plugin --profile web add github:xiaoxianyu-office/dsh-skills-manager#v0.1.2
dsh plugin --profile web remove dsh-skills-manager
卸载后重启 DSH:设置页入口、client bundle 路由全部移除,无残留。
dsh-skills-manager/
├── package.json # dsh.bundle(组合补丁)+ dsh.client(浏览器双面)声明
├── cordis.patch.yml # 组合补丁:insert skills-manager 插件行
└── lib/
├── index.js # host 端:Skills 管理 API,注册 /skmg 路由
└── client.js # client 端:设置页 UI(成品 bundle,无需构建)
skills / fs / shell / sandboxPolicy / webServerdanger-full-access 策略以管理 ~/.dsh/skills,写后等待 300ms 让文件 watcher 完成注册表更新/skmg API 仅接受本机回环请求(源地址 + Host 头双重校验),不要将该端口暴露到局域网/公网__ModuleLoader__ 成品,无 prepare 脚本,不受 pnpm allowBuilds 限制CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。