AI Agent Hub
Back to plugins
dsh-local-skills preview

dsh-local-skills

Client Updated 2026.08.17

Run the following command in DeepSeek Harness:

dsh plugin install asakumizy/dsh-local-skills

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

Run dsh plugin install asakumizy/dsh-local-skills in your terminal to install this plugin. Source: https://github.com/asakumizy/dsh-local-skills

About this plugin

Managing a growing collection of local skill files, whether directory-based SKILL.md or flat .md formats, often means digging through folders to find, compare, or invoke the right one. dsh-local-skills adds a local skill browser to the DeepSeek Harness web settings page, surfacing every available skill name, description, and use-case in one place so you stop hunting through directories.

The plugin centres on real-time awareness and ease of use. A chokidar watcher monitors one or more directories defined in skillDirs; when a file is added, modified, or removed, the model-side skill registry and the web UI both refresh instantly without restarting the web service. Each skill entry includes a Use button that explains how to invoke the skill in a prompt (type /name or reference it directly) and offers a one-click copy of an example prompt.

It is built for developers and teams who maintain a local library of skill files and want a visual, zero-config entry point to browse, understand, and call them. Drop your skills into the configured directory and they are picked up automatically, with no manual registration or extra tooling required.

Screenshots

Use Cases

  • Browse and compare multiple local skill files from a single web settings page
  • Add or edit skill files and see changes reflected instantly without restarting
  • Copy a ready-to-use example prompt for a skill with one click

Best For

  • Developers who maintain a local library of skill files
  • Teams that want a visual overview and management interface for skills
  • Everyday users of the DeepSeek Harness web interface