DeepSeek Harness plugin

dsh-skill-manager-xingying

Settings page for DeepSeek Harness skills: list, disable without editing SKILL.md, and install/uninstall user-root copies. 设置里管理技能:清单 / 本机开关 / 用户根安装卸载。

Jump to install

Source facts

Repository
xingyingyuzhui/dsh-skill-manager
Latest update
Aug 17, 2026
Category
Plugin Markets & Managers
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/xingyingyuzhui/dsh-skill-manager
Plugin: dsh-skill-manager-xingying
Author: xingyingyuzhui

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-skill-manager · 技能管理

DeepSeek Harness Web 插件:在设置目录里增加「技能」页。列出本机已发现的 skill,按名字在本机关闭(不改 SKILL.md),并从本地路径安装 / 卸载用户目录 ~/.dsh/skills 里的副本。

English UI follows the DSH locale.

设置左侧:插件 → 技能 → Agent 预设。页面结构对齐官方「插件」:标题 + 说明 +「技能配置 / 技能列表」。

![设置 → 技能配置](docs/config.jpg)

能力作用
清单默认列出全部;详情显示全局或哪个工作区
开关写入 ~/.dsh/dsh-skill-manager/disabled.json,Agent 目录和 / 都看不到该名字
安装本地绝对路径拷贝或符号链接到 ~/.dsh/skills/<name>/
卸载只删用户目录里的副本

关闭按名字整机生效。项目里若有同名 skill,关掉后那份也不会进 Agent 目录。

![设置 → 技能列表](docs/list.jpg)

展开一项可开关「对 Agent 可见」,并查看它装在全局还是某个工作区。

![技能详情](docs/detail.jpg)

安装

前置:本机已能运行 dsh web

dsh plugin --profile web add github:xingyingyuzhui/dsh-skill-manager

装完重启 dsh web。打开 设置 → 技能

本地开发:

dsh plugin --profile web add link:/abs/path/to/dsh-skill-manager

卸载

dsh plugin --profile web remove dsh-skill-manager

开发

源码在 skill-*.mjs。改完后生成 client.js,不要手改那份产物:

npm run build
npm test

License

MIT