AI Agent Hub
Back to plugins
🖥️

dsh-agent-skill-manager

Client Updated 2026.08.28

Run the following command in DeepSeek Harness:

dsh plugin install ArkFishingLab/dsh-agent-skill-manager

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

Run dsh plugin install ArkFishingLab/dsh-agent-skill-manager inside DeepSeek Harness to install this plugin. Source: https://github.com/ArkFishingLab/dsh-agent-skill-manager

About this plugin

Juggling a growing stack of agent presets and session skills through the command line is slow and error-prone. dsh-agent-skill-manager drops an “Agent & Skills” panel straight into the DSH Web settings page, where every preset appears in a scannable table — id, name, trust level, and path — so copying or deleting an entry is a single click instead of a directory dive.

The lower half of the same page lists every skill visible in the current session, showing name, description, provider, and source at a glance, making it easy to confirm which capabilities are attached and where each one comes from. This is still an MVP: importing new skills is not yet available, and deleting a preset permanently removes the file from disk (with a confirmation prompt as a safety net).

Under the hood the plugin follows the standard DSH host/client split. The Node half queries Cordis services via package-private RPC and returns only scalar fields to the browser, keeping the security boundary tight. It is well suited for developers who switch between multiple agent presets in DSH and want a quick visual audit of their skill mounts.

Use Cases

  • Browse, copy, or delete all agent presets from the Web settings panel
  • Check which skills are visible in the current session and trace their provider
  • Manage multiple agent presets without typing each one in the terminal

Best For

  • Developers who switch between multiple agent presets frequently in DSH
  • Engineers who need a quick audit of session-level skill mounts
  • Teams that prefer managing DSH configuration via the Web UI over the terminal