All plugins

DSH / BUNDLE / BUNDLES

dsh-skill-manager

v0.1.0bitterSmilezzz / dsh-skill-manager874b803766

External Git bundleBundlesBundles & other modulesCommunity · Topic auto-analysis
Open on GitHub
Runtime anatomy
HOSTCLIENTUITOOLDATAFLOW

Overview

dsh-skill-manager

DeepSeek Harness plugin: manage user skills (~/.dsh/skills) via slash commands and the skill_manage tool.

Community · Topic auto-analysis — Automatically discovered through the dsh-plugin GitHub Topic. Static checks verified a pinned public root bundle contract and committed files without executing third-party code. This is not a human review, security audit, runtime smoke test, publisher identity check, or official endorsement.

Install

Install this bundle from GitHub

The CLI validates the bundle, invokes native DSH, then reports completion.

npx dshpub add bitterSmilezzz/dsh-skill-manager --ref 874b80376635d55a0e118c7663c804974c449384

Capabilities

What it contributes

HostCordis loadableNot inspected
Client / UIHost onlyNot inspected
Model toolsNot inspectedNot inspected
Profile stateNot inspectedNot inspected

README / EN

Package documentation

English | 中文

LIMITATIONS

Known limitations

- **User-root skills only** — this plugin manages `~/.dsh/skills`; bundled, project, and preset skills are read-only elsewhere (they appear in the per-session `/` menu). - **No settings UI** — management is command- and tool-driven, matching filesystem-backed agent conventions (Claude Code, Codex) rather than a graphical page. - **Text-only skill bodies** — the instruction body is plain Markdown; there is no resource enumeration or attachment upload. - **Watcher latency** — a change is visible to the model on the next catalog refresh (the filesystem provider watches the directory); the tool result itself does not force an immediate catalog republish.