dsh-skill-picker avatar

dsh-skill-picker

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.

Plugin
Verification
L2 · Structured
Security
Low
Health
Active
Trust
Silver

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-picker

Install method: npm · not yet tested in container (L3+)

Compatibility

DSH VersionStatus
not statedDeclared — not tested

Requirements

  • • Node.js: not stated
  • • DSH: declared "not stated"
  • • External credentials: none detected

Security Report

Automated static scan, not manual review.

DSH.SOPASSEDSCAN6 FILES
53930f
Automated review · daily
PASSED

No critical or warning findings in the automated scan. The result is valid only for the commit hash shown.

0 critical·0 warning·8 info·6 files scanned
scanned commit53930f810ec32026-08-16
latest commit53930f810ec3

The 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.

Risk: Low0 critical · 0 warning · 8 info

• 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:43
    const raw = localStorage.getItem(USAGE_KEY);
  • infoUses localStoragelib/client.js:53
    localStorage.setItem(USAGE_KEY, JSON.stringify(usage));
  • infoMakes network requests (fetch / axios)lib/client.js:177
    const res = await fetch(`/dsh-skill-picker/skills${cwd}`, { headers: { accept: "application/json" } });
  • infoReads process.envlib/index.js:9
    const home = process.env.DSH_HOME ?? path.join(os.homedir(), ".dsh");
  • infoUses localStoragesrc/client/index.jsx:29
    const raw = localStorage.getItem(USAGE_KEY)
  • infoUses localStoragesrc/client/index.jsx:41
    localStorage.setItem(USAGE_KEY, JSON.stringify(usage))
  • infoMakes network requests (fetch / axios)src/client/index.jsx:188
    const res = await fetch(`/dsh-skill-picker/skills${cwd}`, { headers: { accept: 'application/json' } })
  • infoReads process.envsrc/index.js:37
    const 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

Source

GitHub: github.com/a735624258/dsh-skill-picker

Was this page helpful?