PerryLink/dsh-plugin-upgrade-0150

dsh-plugin-upgrade-015

适用于 DeepSeek Harness 的插件作者升级技能:包含合并的版本锁定 0.1.3-alpha.1 到 0.1.5-rc.1 通道卡片,以及针对 20 个衔接点目录的无依赖扫描器。

AI 分析

核心用途是帮助开发者将 DSH 插件从 0.1.3 升级至 0.1.5-rc.1。适合需要批量扫描并重构旧版 API 衔接点(如会话格式、消息流等)的插件维护者。

包名
dsh-plugin-upgrade-015
版本
0.1.1
许可证
Apache-2.0
最近更新
2026年9月12日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:PerryLink/dsh-plugin-upgrade-015

Configuration

Every key is optional and lives in the profile patch:

KeyDefaultMeaning
enabledtrueRegister the packaged skill. Set false to keep the dependency mounted but silent.
skillNameplugin-upgrade-015Directory under skillsRoot to register, and the name shown in the catalog.
skillsRootthe package's own ./skillsWhere /SKILL.md lives. Point it at your own card to reuse the plumbing.
userInvocabletrueWhether a human can invoke the skill by name in addition to the model.
- insert:
    - id: dsh-plugin-upgrade-015
      name: dsh-plugin-upgrade-015
      config:
        skillName: plugin-upgrade-015

The plugin mounts loud: a missing SKILL.md, an empty body, or a frontmatter without name fails the mount instead of registering an empty skill.