Yaya716/dsh-skill-manager
Yaya716★ 0JavaScriptLast synced: 2026-08-15
Settings page for viewing and managing existing skills in DeepSeek Harness Web: list all registered skills with source and invocation metadata, expand to read the full instructions, and delete user/project skills to the Windows Recycle Bin.
README excerpt
@local/dsh-skill-manager Settings(设置)中的"技能"页:查看和管理已有 skill。 - 查看 :列出当前注册表解析出的全部 skill(用户 / 项目 / 内置与其他分组), 展开可读使用时机、磁盘路径与指令全文。 - 删除 :用户与项目来源的 skill 可删除,通过 Windows 回收站 (Microsoft.VisualBasic.FileIO, SendToRecycleBin ),绝不永久删除; 内置、preset、runtime 来源只读。 结构 - lib/index.js :Host 端,私有 RPC 通道 /skill-manager-rpc ( skill-manager/list get remove )。 - client.js :浏览器端,注册 settings.section (id skills ,order 45)。 安装 本包需同时存在于 $DSH HOME/extensions/skill-manager (源)与 $DSH HOME/profiles/web/node modules/@local/dsh-skill-manager (loader 解析目标), 并在 $DSH HOME/profiles/web/cordis.patch.yml 的 insert 列表中加入: 修改 patch 后由 watchUserPatches 热加载 Host 行,刷新浏览器页面即可看到"技能"页。
View full README on GitHub →