DeepSeek Harness plugin

dsh-skill-panel-lywusichen

DeepSeek Harness plugin: a skill trigger in the sidebar foot that opens a dialog listing the current session's loaded skills, each with an "open local folder" jump.

Jump to install

Source facts

Repository
lywusichen/dsh-skill-panel
Latest update
Aug 17, 2026
Category
UI Enhancements
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/lywusichen/dsh-skill-panel
Plugin: dsh-skill-panel-lywusichen
Author: lywusichen

Check the source files

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

File explorer5 files
README.mdSource · read only
README language

dsh-skill-panel

English | 中文 | 日本語

DeepSeek Harness plugin: a skill trigger in the sidebar foot that opens a dialog (same form and feel as the built-in Settings dialog) listing the current session's loaded skills, each with an "open local folder" jump to its directory on disk.

  • Zero configurationdsh plugin add wires the plugin row automatically

via the bundled dsh.bundle.patch; no cordis.patch.yml edits.

  • No custom RPC — the catalog rides the platform's skill.list RPC and

folder jumps ride host.openPath. The directoryPath field is an optional host enhancement: on hosts that do not expose it, rows simply render without the folder button (the dialog still lists every skill).

  • Auto-refresh — the host's skills/change event (plus a 30s poll

fallback for older cores) keeps an open dialog in sync when skills are added, removed, or edited on disk — no reopening, no manual refresh.

  • Bilingual — simplified Chinese and English UI copy follows the web UI's

locale.

Install

dsh plugin --profile web add github:<user>/dsh-skill-panel

Then restart dsh web. A skill icon appears at the bottom of the left sidebar (beside Settings). Click it to open the skills dialog; hover a skill row to reveal its folder button.

Usage

  • The dialog shows the current session's skill catalog (name, routing

description, and a user-only badge where applicable), re-fetched per-session and cached alongside the composer's / skill menu.

  • Click the folder icon on a row to open that skill's local directory with

the Host's default application (e.g. Explorer / Finder).

Screenshots

The skill trigger sits at the bottom of the left sidebar, beside Settings:

![Skill trigger in the sidebar foot](assets/skill-trigger.png)

Clicking it opens the loaded-skills dialog:

![Loaded-skills dialog](assets/skill-dialog.png)

Hovering a skill row reveals the folder button that opens that skill's local directory:

![Open local folder](assets/open-folder.png)

Development

npm install        # esbuild only
npm run build      # bundles src/client.jsx -> lib/client.js (also runs via prepare on install)

The client bundle is a single CJS file; @deepseek-ai/* and react-family modules stay external because the dsh shell provides them as platform-static modules. Commit lib/client.js — git-hosted installs consume the built artifact directly.

License

[MIT](LICENSE)