S-AN-Shu/dsh-skill-manager--packages-plugin0

dsh-skill-manager

A security-bounded Skill library and GitHub marketplace manager for DeepSeek Harness and DSH Desktop.

包名
dsh-skill-manager
版本
0.1.0
许可证
MIT
最近更新
2026年8月25日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:S-AN-Shu/dsh-skill-manager#8f82910249278abbad5fbbc65dba1a738f04f5ea&path:packages/plugin

DSH Skill Manager

Native DeepSeek Harness Host/Web plugin for managing Agent Skills, browsing GitHub repository candidates, inspecting fixed-commit Skill bundles, and synchronizing managed Skills with configured local targets.

Installation

Download the prebuilt dsh-skill-manager-0.1.0.tgz from the GitHub v0.1.0 release, then run:

dsh plugin --profile web add .\dsh-skill-manager-0.1.0.tgz

Restart the Web Host or DSH Desktop after installation. The package declares its native bundle through dsh.bundle.patch and includes cordis.patch.yml.

Do not use github:S-AN-Shu/dsh-skill-manager for v0.1.0: the public source is a workspace and the verified distribution is the prebuilt release tarball.

Verified Runtime

  • DSH Desktop v0.5.4
  • @deepseek-ai/dsh@0.1.1-rc.2
  • React 18 Web Client with the public Typert Remote and settings.section contracts

The plugin does not require Electron or private Desktop launcher services. It currently exposes no Agent Tool and claims neither dsh-TUI admission nor dsh-std cross-Host conformance.

Security Boundary

Remote content is untrusted. The Host validates fixed commits, paths, SKILL.md, bundle integrity, and static risk hints before installation. It never executes remote Skill scripts. Integrity checks do not mean content is absolutely safe.

Source, architecture, tests, and issue tracking: S-AN-Shu/dsh-skill-manager

MIT