In-GUI skill manager for the dsh web GUI: a top-level Skills entry in Settings (movable into the Plugins section) that lists every installed skill (name, description, model/user invocation type, source root), with search. Read-only browser of the local skill catalog (user roots: $DSH_HOME/skills, ~/.agents/skills).
Agent 协作 · 界面 · skills
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:JimmyJin2006/dsh-skill-manager
Manage DeepSeek Harness skills: list filesystem skills and toggle them on/off (SKILL.md <-> SKILL.md.disabled), straight from the agent or via the Settings UI (dynamic plugin mode).
Agent 协作 · 界面 · skills
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Thomas-key/dsh-skill-manager
DeepSeek Harness plugin: a skill trigger in the sidebar foot that opens a dialog listing the current session's loaded skills, each with an "open local folder" jump.
界面 · 效率 · skills
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lywusichen/dsh-skill-panel
On-demand skill search for DSH: keyword-search a shared skill library (e.g. ~/.codex/skills) with zero preloading. The AI reads only the matched SKILL.md.
skills
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Equinox7379/dsh-skill-search
Customizable skinning tool for the DeepSeek Harness Web UI — presets, image wallpapers, translucency, and accent colors, all persisted in user settings
Dynamic skin manager for the dsh web GUI: discovers every installed skin (packages with skin.json), lets you toggle the active skin from a dedicated Settings page, mutually exclusive, hot-reloaded without restart
界面
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xiaoyangcheng84-svg/dsh-skin-manager
Custom DSH CompactionEngine backend: configurable threshold prompting, mandatory fallback at the limit, DCP-inspired dedup/purge, custom summary prompt, and /compact like the original. Zero external state — everything is rebuilt from the append-only session log.