dsh-skill-hub
In-GUI skill hub for DeepSeek Harness (dsh): browse the full local skill catalog from the official ctx.skills registry (every root + third-party providers), toggle skills on/off, inspect bodies, surface frontmatter diagnostics, and scaffold new skills — the full manager beyond the read-only dsh-skill-manager browser.
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:cheshireez/dsh-skill-hub说明文档
阅读完整 README ↗dsh-skill-hub
English(英文)— 点击在本页展开 / 收起,无需跳转
In-GUI skill hub for DeepSeek Harness (dsh).
Browse the full local skill catalog from the official ctx.skills registry, toggle skills on/off, inspect
their bodies, understand why a skill is missing, and scaffold new ones — all from the dsh web GUI.
A skill manager beyond the read-only browser. The host half runs in the dsh process and speaks only official SDKs; the browser half renders inside the GUI through official slots. No dsh source changes.
Why another skill manager?
dsh-skill-manager is a read-only browser, dsh-skill-importer and dsh-find-skill focus on importing and market-style installs. dsh-skill-hub fills the gap between them: a full catalog you can actually manage.
| Capability | dsh-skill-manager (read-only) | dsh-skill-hub (this plugin) |
|---|---|---|
| Catalog source | self-scans disk, user roots only | official ctx.skills registry: project / custom / user / bundled + third-party providers |
| Browse / search | ✅ | ✅ (group by source or by Sets) |
| Enable / disable | ❌ | ✅ (renames SKILL.md; file never deleted, always restorable) |
| Inspect skill body |