welsione/dsh-skill-manager

Plugin ⭐ 0 MIT toolsweb-ui

Skill manager for DeepSeek Harness (DSH): settings-page panel to enable/disable skills; disabled skills are never discovered by agents at runtime.

Install

# 1) 安装插件包(bundle:自动进入 dsh.profile.bundles,无需手工编辑 patch)
dsh plugin --profile web add dsh-skill-manager                      # npm 已发布时
dsh plugin --profile web add github:welsione/dsh-skill-manager      # 直接从 GitHub 装
#    固定版本(推荐,避免 main 演进漂移):
#    dsh plugin --profile web add github:welsione/dsh-skill-manager#v1.2.0
#    未 push 的本地开发:用 file: 前缀(实体化安装,依赖可解析);
#    裸路径会退化为 link: 软链,ESM 依赖解析会失败。

# 2) 重启 dsh 进程(bundle 补丁层启动时加载),刷新 Web 页面

Add welsione/dsh-skill-manager to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.