PerryLink/dsh-plugin-upgrade-015 ↗★ 0
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 衔接点(如会话格式、消息流等)的插件维护者。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:PerryLink/dsh-plugin-upgrade-015說明文件
閱讀完整 README ↗Configuration
Every key is optional and lives in the profile patch:
| Key | Default | Meaning |
|---|---|---|
enabled | true | Register the packaged skill. Set false to keep the dependency mounted but silent. |
skillName | plugin-upgrade-015 | Directory under skillsRoot to register, and the name shown in the catalog. |
skillsRoot | the package's own ./skills | Where /SKILL.md lives. Point it at your own card to reuse the plumbing. |
userInvocable | true | Whether 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.