dsh-web-ui
zhu1090093659
Plugin and skin collection for DeepSeek Harness (DSH) Web UI - task board, git graph, right-side panel, remote mobile UI, pet, live token stats, and skin center.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:jackmis0724/dsh-skill-manager
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
dsh Web GUI 的技能管理页:浏览当前会话技能目录、预览技能内容、从 GitHub/链接/本地文件导入、新建技能、单个与批量删除用户技能。
/api/dsh-skill-manager/*(loopback-only,与 dsh-ssh 同模式),通过 harness skills 注册表与用户技能目录读写$DSH_HOME/skills 与 $DSH_AGENTS_HOME/skills 内的条目可删除;符号链接条目只移除链接,源文件保留dsh plugin --profile web add https://github.com/jackmis0724/dsh-skill-manager
或手动:在 ~/.dsh/profiles/web/package.json 的 dependencies 加入
"@dsh-external/dsh-skill-manager": "link:/home/Jack/project/dsh-skill-manager"
并把 @dsh-external/dsh-skill-manager 加进 dsh.profile.bundles,然后 pnpm install 并重启 dsh web。
pnpm install
pnpm run build # 产出 lib/index.js(Host)与 lib/client.js(Client)
pnpm run test
~/.dsh/skills 中的符号链接)删除时仅移除链接本身,不触碰链接目标(如 ~/.hermes/skills)。skill-filesystem 会把 cwd 当项目根,导致用户技能被标成 project-dsh;本插件按物理路径判定归属,不受影响。CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: skill-manager、web-ui。