my-dsh-plugin/dsh-skill-manager0

dsh-skill-manager

DSH 技能管理器插件,支持从 GitHub 仓库下载、安装、更新和卸载技能,展示已加载技能,并可选兼容 Claude Code 技能。

AI 分析

核心用途是简化 DSH 技能的生命周期管理。适合希望直接从 GitHub 获取、更新技能,或需要兼容 Claude Code 技能的用户。

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

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:my-dsh-plugin/dsh-skill-manager

Usage

Open Settings → Skills:

  • Install a new skill — paste a source (owner/repo[/path][@tag]); installs into /skills. An already-existing name is reported as a conflict and left untouched (use Update on a matching entry instead).
  • Managed by this plugin — every installed skill with its source, ref, and timestamps; Update refetches the recorded source (HEAD unless a tag was pinned), Uninstall removes the directory and the manifest entry. The harness hot-detects both.
  • Currently loaded — grouped by scope; the loaded badge marks plugin-managed skills currently active in the catalog.
  • GitHub download proxy — enable + URL for environments that need one (e.g. http://127.0.0.1:10808).
  • Claude Code compatibility — toggle the read-only .claude/skills provider.