DeepSeek Harness plugin

dsh-skill-browser

DSH web plugin: a Skills page in Settings that lists every installed skill (global + per-workspace) and opens its folder.

Jump to install

Source facts

Repository
charleswin7/dsh-skill-browser
Latest update
Aug 19, 2026
Category
Tools & Capabilities
GitHub stars
1
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/charleswin7/dsh-skill-browser
Plugin: dsh-skill-browser
Author: charleswin7

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-browser

DSH web 插件:在「设置」里新增一个 Skills 页面,列出本机已安装的所有 skills,并一键打开每个 skill 所在的文件夹。

  • 全局 Skills:用户全局 skills(~/.dsh/skills~/.agents/skills)、各 preset 自带的 skills、内置/运行时 skills。
  • 工作区 Skills:按工作区分组,列出每个工作区 .dsh/skills.agents/skills 下的 skills。
  • 点击某条 skill 的目录路径或「打开目录」按钮,即可用系统默认程序(Windows 下为资源管理器)打开对应文件夹。

数据来自 DSH 权威的 skills 服务(与 agent 实际可见的 skills 目录一致)。

安装

方式一:本地路径安装(无需联网 / 无需发布)

npx @deepseek-ai/dsh plugin --profile web add "C:\路径\dsh-skill-browser" --config.minimumReleaseAge=0

C:\路径\dsh-skill-browser 换成这个目录在你机器上的真实绝对路径。安装完成后重启 dsh web 生效。

方式二:从 GitHub 安装(发布后)

dsh plugin --profile web add "github:<你的用户名>/dsh-skill-browser"

同样需要在安装后重启 dsh web。详细的 GitHub 发布教程见仓库首页或与本插件一同提供的说明。

目录结构

dsh-skill-browser/
├── package.json        # 插件元数据 + dsh.bundle.patch + dsh.client 声明
├── cordis.patch.yml    # 组合补丁:把插件行插入 profile
├── lib/
│   └── index.js        # host 侧:注册 /skill-browser/browse HTTP 路由
├── client/
│   └── client.js       # client 侧:设置里的 Skills 页面
└── README.md

卸载

npx @deepseek-ai/dsh plugin --profile web remove dsh-skill-browser

同样需要重启 dsh web