dsh-doctor
asdf17128
Find what your DeepSeek Harness (dsh) patches silently broke — dead patches, config fields dropped by whole-config repla…
PROJECT TOPICS
PROJECT README
简体中文 | English
npm package: dsh-skills · GitHub repository:
CocoSgt/dsh-skills
Third-party skill hub for DeepSeek Harness (dsh): aggregate skills scattered
everywhere into one global library. Claude Code's ~/.claude/skills, project
directories, .skill packages — everything lands in ~/.dsh/skills (the
official skill-filesystem's default scan root, watched live), and once
imported appears in the "/" slash menu of the input box. Adds a "Skills" page
to the settings dialog.
| Link (recommended) | Copy | |
|---|---|---|
| Implementation | skills/<name> is a symlink to the source |
full tree copy |
| Sync | No sync problem: one file on both sides, editing edits the source | evolves independently (state records the source for reference) |
| Source deleted | panel marks it "broken link", one-click removal (source untouched) | unaffected |
| Fits | long-lived sources you maintain | throwaway sources (.skill packages, repos you'll delete), or a global version you can change freely |
The harness's skill scanner, fs provider, and watcher all follow symlinks
natively (skill-filesystem's nodeEntryKind handles them explicitly), so
links need no patches and work across every loading form (including SDK/ACP,
where plugins cannot be installed).
~/.dsh/skills, rank 400, all
sessions); skills in project directories (.dsh/skills, .agents/skills,
rank 100/200) are scanned by the harness directly and never pass through
this page — that is exactly why they are "always invocable", and why project
skills win on name collisions.SKILL.md only and
tells you how many resource files exist; manage resources via "Open
directory". Export packages the whole tree as .skill (links are
dereferenced: real files are packed).Link → source / Copy / Created locally /
Broken link), resource count, non-default invocation policy; descriptions
clamp to 3 lines by default (click to expand); primary action "Edit
SKILL.md", with export / open directory / copy name in the ⋯ menu and an
inline two-step delete confirmation (links only remove the link).lib/index.mjs): SkillHubGateway extends
TypertRemoteService and exposes three RPCs: skillHub/getState,
skillHub/runCommand, and skillHub/browseDirs (the last one powers the
source picker's directory browser). The runCommand payload is a command
union carried verbatim over src-json. The earlier 3180–3189 port-probing
sidecar HTTP service is gone. Because SRC discovery is blind in the
third-party dual-copy scenario, a weak manifest is also registered into
the host typert registry.lib/client.js): $mount identity-codec descriptors →
ctx.remote.skillHub; the panel registers into the settings.section slot;
"Open directory" goes through the official host.openPath.src/client/locales.ts; the slot registration
declares locale: NS, so the framework injects a reactive t seat into
the component props. Host runCommand results carry a stable code
(e.g. import.linked, err.read.notFound) plus optional params and an
explicit level: 'error'; the client translates by code and falls back to
the Chinese message field, and colors the status line by level instead
of guessing from message text.The state file ~/.dsh/skills/.skill-manager.json records the source
configuration and each skill's {mode, source, addedAt} (schema reserved for
future drift detection). Its filename is deliberately kept from the old
skill-manager so existing installations keep their state.
Install from npm:
dsh plugin --profile web add dsh-skills
The three dsh plugins can be added together in one command:
dsh plugin --profile web add dsh-skills dsh-attachments dsh-inspector
GitHub fallback:
dsh plugin --profile web add github:CocoSgt/dsh-skills
Note: a self-built profile's
~/.dsh/profiles/<name>/package.jsonmust list@deepseek-ai/dsh-baseand@deepseek-ai/dsh-web-appindsh.profile.bundles, otherwise startup hangs silently.
Restart dsh web afterwards. Uninstall:
dsh plugin --profile web remove dsh-skills.
The other two plugins from the same suite:
read_image, so even non-vision models are never blocked.{message} param and remain Chinese in the English UI.pnpm install
pnpm run check # tsc --noEmit
pnpm run build # tsdown (host ESM + browser bundle)
Note: host method parameter names ARE the RPC wire field names (Gateway SRC mode); the build must never minify or rewrite parameter names.
This package and its repository carry the dsh-plugin, dsh, deepseek-harness
and related keywords/topics. DeepSeek Harness ships no official plugin
marketplace and no official discovery tag — once a third-party plugin is
published, nothing links it back to the ecosystem and users have no way to
find it. These community tags are the only practical discovery channel
(npm: keywords:dsh-plugin; GitHub: topic:dsh-plugin). Unofficial, but
essential — that is why they are here.
MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。