AI Agent Hub
Back to plugins
⚙️

dsh-skill-studio

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install zhengjy01/dsh-skill-studio

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

Run dsh plugin install zhengjy01/dsh-skill-studio inside DeepSeek Harness to install this plugin. Source code is available at https://github.com/zhengjy01/dsh-skill-studio . Restart dsh web after installation to access the Skill Manager panel.

About this plugin

Managing DeepSeek Harness skills used to mean hunting through SKILL.md files, tweaking YAML frontmatter by hand, and risking a single format slip that could cause DSH to silently skip a skill on the next rediscovery cycle. dsh-skill-studio moves that entire workflow into the web settings panel: browse the full skill catalog, read the complete Markdown body, edit in place, and flip enable, model-invocable, and user-invocable switches with a single click.

The plugin merges two catalogs into one unified view — local filesystem roots (project .dsh/skills, user ~/.dsh/skills, plus one level of nested bundles) alongside the official runtime registry — so every skill on disk is visible even when the host-plane filesystem provider is disabled. Toggles are implemented as line-level frontmatter surgery that preserves every other field verbatim; runtime and bundled skills are locked as read-only; routes listen on loopback only; and file writes are scoped strictly to paths the skill registry reports, never accepting arbitrary locations.

If you build multi-agent workflows on DSH and find yourself tweaking skill policies or adding new capabilities on a regular basis, this plugin turns a file-grabbing chore into a point-and-click task. It ships with zero runtime dependencies beyond the DSH peer packages and requires no build step — restart dsh web and you are ready to go.

Use Cases

  • Browse and edit all DSH skills from a single web panel without hunting through files
  • Toggle skill enablement and model or user invocation with one click instead of hand-editing frontmatter
  • View and manage every on-disk skill even when the host-plane filesystem provider is disabled

Best For

  • Multi-agent workflow developers who create and tune DSH skills frequently
  • Plugin users who want to avoid manual YAML frontmatter edits and format breakage
  • Teams needing a single unified view to manage both local and runtime skills