Lanxing6480/dsh-skill-manager ↗★ 2
@lanxing/dsh-skill-manager
Skill manager for the dsh web GUI: a sidebar entry plus a panel listing the skills visible to the current session (split into global / local groups) with per-skill on/off switches, create / import / edit / delete. Disabling a skill removes it from the model catalog, the `skill` tool, and /name gestures through a shadow provider on the host skill registry; state persists in ~/.dsh/dsh-skill-manager.json. Hot-pluggable — mounted via a profile bundle link, no dsh source changes.
AI Analysis
核心用途是可视化管理和动态开关 AI 的技能工具。适合需要频繁调整、自定义或导入导出 Agent 技能的开发者和用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Lanxing6480/dsh-skill-managerREADME
Read the full README ↗使用方式
- 安装(任选其一):
- 从 npm:
dsh plugin --profile web add @lanxing/dsh-skill-manager - 本地 link(开发):
dsh plugin --profile web add link:(含空格路径请用 8.3 短名,如H:/Projects/DEEPSE~1/plugins/dsh-skill-manager)
- 从 npm:
- 重启
dsh web(新 bundle 需进程重启才进入 host 组合)。 - Web GUI 侧边栏点击「Skills」打开面板:开关禁用/启用;「+」添加(表单或源码/导入);「笔」编辑;「垃圾桶」删除(二次确认)。任意变更后下一轮对话目录自动更新。
- 卸载:
dsh plugin --profile web remove @lanxing/dsh-skill-manager后重启。