What it does
DSH 实现 workbuddy 同款选择 skill 功能 | WorkBuddy-style skill picker for DeepSeek Harness: pick a skill in the composer, insert the official /skill-name gesture, and DSH loads it with your message.
Installation
dsh plugin --profile web add dsh-skill-pickerInstall method: npm · not yet tested in container (L3+)
Compatibility
| DSH Version | Status |
|---|---|
| not stated | Declared — not tested |
Requirements
- • Node.js: not stated
- • DSH: declared "not stated"
- • External credentials: none detected
Security Report
Automated static scan, not manual review.
No critical or warning findings in the automated scan. The result is valid only for the commit hash shown.
53930f810ec32026-08-1653930f810ec3The scan result is only valid for the scanned commit. If the latest commit differs, the badge shows outdated until the daily pipeline rescans.
Disclaimer: automated static analysis, not a security guarantee. Always review what you install.
• Static heuristic scan: done (6 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
Scan findings · 8
- infoUses localStoragelib/client.js:43const raw = localStorage.getItem(USAGE_KEY);
- infoUses localStoragelib/client.js:53localStorage.setItem(USAGE_KEY, JSON.stringify(usage));
- infoMakes network requests (fetch / axios)lib/client.js:177const res = await fetch(`/dsh-skill-picker/skills${cwd}`, { headers: { accept: "application/json" } });
- infoReads process.envlib/index.js:9const home = process.env.DSH_HOME ?? path.join(os.homedir(), ".dsh");
- infoUses localStoragesrc/client/index.jsx:29const raw = localStorage.getItem(USAGE_KEY)
- infoUses localStoragesrc/client/index.jsx:41localStorage.setItem(USAGE_KEY, JSON.stringify(usage))
- infoMakes network requests (fetch / axios)src/client/index.jsx:188const res = await fetch(`/dsh-skill-picker/skills${cwd}`, { headers: { accept: 'application/json' } })
- infoReads process.envsrc/index.js:37const home = process.env.DSH_HOME ?? path.join(os.homedir(), '.dsh')
Heuristic static scan — may produce false positives. Review the source yourself before trusting.
Activity
Last commit 2026-08-16 · activity: Active
• Repo created: 2026-08-16
• Stars: ★ 4 · Forks: 0
• Health: Active — committed within last 30 days
