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

dsh-skill-manager

为 DeepSeek Harness 和 DSH Desktop 提供的安全受限技能库及 GitHub 市场管理器。

AI 分析

核心用途是浏览 GitHub 技能候选、检查固定提交的技能包并同步到本地。适合需要安全管理、安装和同步 AI 助手技能(Skills)的用户。

套件
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