AI Agent Hub
Back to plugins
🖥️

dsh-plugin-skill-manager

Client Updated 2026.08.16

Run the following command in DeepSeek Harness:

dsh plugin install xhvdhczd/dsh-plugin-skill-manager

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install xhvdhczd/dsh-plugin-skill-manager in DeepSeek Harness to install the plugin; the source code is available at https://github.com/xhvdhczd/dsh-plugin-skill-manager

About this plugin

Managing a growing list of skills in the DSH web UI quickly becomes tedious. To temporarily silence a skill, you have to locate its SKILL.md across project or user directories, hand-edit the frontmatter, and wait for the file watcher to pick up the change. dsh-plugin-skill-manager moves that entire workflow into the browser so you never need to open a file editor again.

The plugin registers a Skills tab in the conversation-view sidebar alongside Chat and Trajectory. It provides a live search box to filter by name or description, an individual enable or disable toggle per skill, and a bulk button to toggle every visible skill at once. Disabling a skill writes disable-model-invocation: true into its SKILL.md frontmatter; the model-facing catalog invalidates automatically while the user-facing list keeps the entry visible for re-enabling. No DSH restart is required.

If you work in the DSH web UI daily, maintain a dozen or more skills, or frequently swap which skills are available between tasks, this plugin collapses the edit-file, wait-for-reload, verify cycle into a single click. It is lightweight, requires no extra configuration, and is released under the MIT license.

Use Cases

  • Mute a distracting skill mid-conversation and re-enable it with one click
  • Swap between different skill sets as tasks change
  • Browse, search, and manage every loaded skill from a single panel

Best For

  • Power users managing a dozen or more skills in the DSH web UI
  • Developers who frequently reconfigure the model-facing skill catalog
  • Users who prefer a GUI over hand-editing SKILL.md frontmatter files