Lanxing6480/dsh-skill-manager2

@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 분석

核心用途是可视化管理和动态开关 AI 的技能工具。适合需要频繁调整、自定义或导入导出 Agent 技能的开发者和用户。

패키지
@lanxing/dsh-skill-manager
버전
0.2.0
라이선스
MIT
최근 업데이트
2026. 8. 14.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Lanxing6480/dsh-skill-manager

使用方式

  1. 安装(任选其一):
    • 从 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
  2. 重启 dsh web(新 bundle 需进程重启才进入 host 组合)。
  3. Web GUI 侧边栏点击「Skills」打开面板:开关禁用/启用;「+」添加(表单或源码/导入);「笔」编辑;「垃圾桶」删除(二次确认)。任意变更后下一轮对话目录自动更新。
  4. 卸载:dsh plugin --profile web remove @lanxing/dsh-skill-manager 后重启。