Thomas-key/dsh-skill-manager

Thomas-key★ 0JavaScript最后同步: 2026-08-14

在 GitHub 打开

Manage DeepSeek Harness skills: list and toggle filesystem skills instantly

README 摘要

dsh-skill-manager List and toggle DeepSeek Harness filesystem skills — from the agent, or from a Settings page ("技能" / "Skills"). DeepSeek Harness loads skills straight from the filesystem ( /.agents/skills/ /SKILL.md , /.dsh/skills , project-level .dsh/skills and .agents/skills ) but ships no management surface : there is no way to see which skills are installed, and no way to turn one off. dsh-skill-manager fills that gap. - skills list — list every filesystem skill with its enabled state and one-line description. - skills toggle — enable/disable any skill instantly (no restart). - Settings UI — a "技能" (Skills) page in Settings with the same list and enable/disable toggles (bundle-included, no extra setup). Disabling renames /SKILL.md to /SKILL.md.disabled ; enabling renames it back. The built-in skill-filesystem provider watches the roots, so a disabled skill disappears from the model-visible skill catalog immediately (and reappears when re-enabled). Skill content is never modified — only the SKILL.md filename. Install The plugin is a dsh bundle (declares dsh.bundle.patch ), so it installs like any other profile plugin. Requirements - Node.js ≥ 22.19 (check with node --version )…

在 GitHub 查看完整 README →
Tools / Devdeepseek-harness-plugindsh-pluginagent

分类