AI Agent Hub
Back to plugins
🧠

dsh-skill-manager

Memory Updated 2026.09.01

Run the following command in DeepSeek Harness:

dsh plugin install xiyunSacire/dsh-skill-manager

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

Run dsh plugin install xiyunSacire/dsh-skill-manager in your terminal to install this plugin; the source repository is at https://github.com/xiyunSacire/dsh-skill-manager .

About this plugin

DSH automatically loads every skill under ~/.dsh/skills each session, but as custom skills pile up, auditing or pruning them means digging through the file system. dsh-skill-manager adds a Skill Manager panel to the DSH Web UI sidebar where you can browse all local skills, search by name or description, and delete user-level entries. Bundled and project skills are protected against accidental removal.

The panel uses DSH design tokens for automatic dark/light theme support and ships with both Chinese and English locales. Adding new skills is intentionally delegated to the Agent via the bundled dsh-skill-management skill, which writes a SKILL.md into ~/.dsh/skills so the next session picks it up automatically.

It is well suited for DSH Desktop or Web users who have grown a collection of custom skills and want a quick, in-app way to review and trim their skill library without leaving the interface.

Use Cases

  • Browse all custom skills with names and descriptions from the local skill directory
  • Search skills by keyword to quickly locate entries for cleanup
  • Remove unused user-level skills to keep the library tidy

Best For

  • DSH users whose custom skill collection keeps growing and needs regular audits
  • Developers who want to manage their skill library without leaving the Web UI
  • Teams that need to distinguish user skills from bundled skills to avoid accidental deletion