PerryLink/dsh-plugin-upgrade ↗★ 0
dsh-plugin-upgrade
专为 DeepSeek Harness 插件作者设计的升级工具,支持 0.1.3-alpha.1 到 0.1.5-alpha.1 的版本锁定升级,并提供无依赖的缝隙扫描器。
AI 分析
用于 DeepSeek Harness 插件版本升级与缝隙扫描。适合需要将插件从 0.1.3 升级至 0.1.5 版本的开发者,便于处理会话格式和接口重命名等兼容性任务。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:PerryLink/dsh-plugin-upgrade說明文件
閱讀完整 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
name: dsh-plugin-upgrade
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.