dsh-skill-manager
Manage DeepSeek Harness skills from Settings: list, disable without editing SKILL.md, and install/uninstall user-root copies. 设置里管理技能:清单 / 本机开关 / 用户根安装卸载。
- Stars
- 0
- Language
- JavaScript
- Created
- Aug 17, 2026
- Updated
- Aug 17, 2026
Introduction
dsh-skill-manager · 技能管理
DeepSeek Harness Web 插件:在设置目录里增加「技能」页。列出本机已发现的 skill,按名字在本机关闭(不改 SKILL.md),并从本地路径安装 / 卸载用户目录 ~/.dsh/skills 里的副本。
English UI follows the DSH locale.
设置左侧:插件 → 技能 → Agent 预设。页面结构对齐官方「插件」:标题 + 说明 +「技能配置 / 技能列表」。

| 能力 | 作用 |
|---|---|
| 清单 | 默认列出全部;详情显示全局或哪个工作区 |
| 开关 | 写入 ~/.dsh/dsh-skill-manager/disabled.json,Agent 目录和 / 都看不到该名字 |
| 安装 | 本地绝对路径拷贝或符号链接到 ~/.dsh/skills/<name>/ |
| 卸载 | 只删用户目录里的副本 |
关闭按名字整机生效。项目里若有同名 skill,关掉后那份也不会进 Agent 目录。

展开一项可开关「对 Agent 可见」,并查看它装在全局还是某个工作区。

安装
前置:本机已能运行 dsh web。
dsh plugin --profile web add github:xingyingyuzhui/dsh-skill-manager
装完重启 dsh web。打开 设置 → 技能。
本地开发:
dsh plugin --profile web add link:/abs/path/to/dsh-skill-manager
卸载
dsh plugin --profile web remove dsh-skill-manager
开发
源码在 skill-*.mjs。改完后生成 client.js,不要手改那份产物:
npm run build
npm test
License
MIT