v0.1.0
dsh-community-plugins v0.1.0
为 DeepSeek Harness 提供社区插件生态指南的 bundle 插件:注册 dsh-community-plugins skill,使 agent 具备发现、评估、安装社区插件的能力。
安装
\�ash
GitHub 直装(纯 JS 零依赖,无需构建授权)
dsh plugin --profile web add github:HubaKing/dsh-community-plugins
tarball(可离线)
curl -LO https://github.com/HubaKing/dsh-community-plugins/releases/download/v0.1.0/dsh-community-plugins-0.1.0.tgz
dsh plugin --profile web add ./dsh-community-plugins-0.1.0.tgz
\n
安装后重启 dsh,新会话 <available_skills> 出现 dsh-community-plugins 即成功。
变更
- 注册全局 skill:所有会话自动获得社区插件指南
- 纯 JavaScript、零依赖:GitHub 直装无需构建授权
- 热更新:编辑 SKILL.md 即时生效,无需重启
- 文档:README 与 SKILL.md 按官方文档规范重写,附官方链接