AI Agent Hub
Back to plugins
🖥️

dsh-skill-manager

Client Updated 2026.08.18

Run the following command in DeepSeek Harness:

dsh plugin install welsione/dsh-skill-manager

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

In DeepSeek Harness, install the plugin from the source repository at https://github.com/welsione/dsh-skill-manager into your current profile to enable the dsh-skill-manager Skill management features.

About this plugin

Managing a growing pile of Skills through the command line is tedious and easy to get wrong. dsh-skill-manager moves Skill management into the DSH Web GUI settings page: open the Skill Manager panel to see every Skill by name, description, source, and invocation badge. Search, filter by enabled or disabled status, and toggle one or many with a single click.

The core strength is hard runtime filtering: a disabled Skill becomes completely invisible to the Agent. Directory injection, skill tool calls, and direct /name references are all intercepted, applying globally to the main Agent and every sub-Agent. Disabling only affects runtime discovery; the management list always shows all entries and any Skill can be re-enabled at any time. The disabled list persists to a local file and survives restarts. Already-open sessions receive an automatic directory-updated message on the next step, so no new session is needed. Headless profiles are fully supported as well.

Built for DSH users whose Skill collections are growing and who need to compose capabilities per scenario, especially engineers running multiple Agents and sub-Agents that require precise control over which tool set is visible.

Use Cases

  • Toggling dozens of Skills daily without hitting the command line
  • Controlling which tools are visible to each Agent and sub-Agent
  • Temporarily silencing a specific Skill during debugging to avoid interference

Best For

  • DSH power users whose Skill collections keep growing and need flexible composition
  • Workflow engineers running multiple Agents and sub-Agents in parallel
  • Developers who need to quickly toggle and revert Skill changes during development