dsh-skill-manager
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
Related Plugins
Memory layer for coding agents that indexes local session history and auto-recalls relevant context before edits, commands, and failures, with no manual search needed.
Traceable, searchable cross-session memory for AI agents that turns conversation knowledge into a typed knowledge graph and recalls relevant subgraphs instead of replaying full history, natively integrated with DeepSeek Harness.
Gives DSH AI cross-session long-term memory, to-do and skill management, plus multi-session orchestration, external AI delegation, and an infinite canvas that grows with you.
dsh-mnemon is a three-tier, pluggable, Agent-driven memory system for DeepSeek Harness, combining Runtime memory, Project Documents, and replaceable Memory Spaces with nine long-term providers.