dsh-skill-manager
Manifest validManage DeepSeek Harness skills from Settings: list, disable without editing SKILL.md, and install/uninstall user-root copies. 设置里管理技能:清单 / 本机开关 / 用户根安装卸载。
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
Comments
Loading…
Similar plugins
by xiaoxianyu-office
DSH Skills 管理器:设置页系统/用户技能分类,用户技能开关/编辑/删除/新建。Skills manager for DeepSeek Harness: system/user skill management (toggle/edit/delete/create) in Settings.
★ 3
JavaScript
Aug 14, 2026
dsh plugin --profile web add dsh-skills-managerby zhangzheng25
DeepSeek Harness plugin: skill management settings page. Browse/search agent skills, view SKILL.md details, and copy content/path directly from Settings → Skill Manager.
★ 0
MIT
JavaScript
Aug 16, 2026
dsh plugin --profile web add dsh-skills-managerSkill Manager page in the DSH settings panel: browse system / user / workspace / preset skills, expand a skill to its file tree, view and edit files, import skills from a zip, and export or delete the
★ 0
dsh plugin --profile web add dsh-skill-managerby MichengAI
DSH Skills Manager — 在 DeepSeek Harness 中统一加载并安全管理本机 Agent Skills · Load and safely manage local Agent Skills in DSH
★ 57
↓ 15.1k/wk
Apache-2.0
JavaScript
Sep 18, 2026
dsh plugin --profile web add @michengai/dsh-skills-managerby weibaohui
DeepSeek Harness 插件:技能市场——安装/删除/详情 API + 管理界面
★ 10
↓ 560/wk
JavaScript
Sep 15, 2026
dsh plugin --profile web add @weibaohui/skills-managementby tianLee-gitter
DSH 技能管理插件:在设置页管理 ~/.dsh/skills 的技能,支持多目录导入与 AI 名称解析(导入后可用 /name 引用)
★ 0
MIT
TypeScript
Aug 17, 2026
dsh plugin --profile web add lt-dsh-skill-manager