Releases: HubaKing/dsh-community-plugins
Releases · HubaKing/dsh-community-plugins
Release list
v0.1.2
dsh-community-plugins v0.1.2
为 DeepSeek Harness 提供社区插件生态指南的 bundle 插件:注册 dsh-community-plugins skill,使 agent 具备发现、评估、安装社区插件的能力。
安装
# 方式 1:GitHub 直装(推荐,纯 JS 零依赖)
dsh plugin --profile web add github:HubaKing/dsh-community-plugins
# 方式 2:tarball(可离线)
curl -LO https://github.com/HubaKing/dsh-community-plugins/releases/download/v0.1.2/dsh-community-plugins-0.1.2.tgz
dsh plugin --profile web add ./dsh-community-plugins-0.1.2.tgz
# 方式 3:源码 + link(开发模式,修改即时生效)
git clone https://github.com/HubaKing/dsh-community-plugins.git "${DSH_HOME:-~/.dsh}/plugins/dsh-community-plugins"
dsh plugin --profile web add link:"${DSH_HOME:-~/.dsh}/plugins/dsh-community-plugins"
dsh不在 PATH 时:node <dsh 安装根>/apps/cli/lib/bin.js plugin --profile web add <spec>
使用
- 安装后重启 dsh(bundle 层在启动时组合)
- 新开一个会话,
<available_skills>目录出现dsh-community-plugins即生效 - 直接问 agent:「本机装了什么插件?」或「推荐一个记忆类插件」——它会用
market_search等市场工具检索并给出安装命令
验证
${DSH_HOME:-~/.dsh}/profiles/web/package.json的dsh.profile.bundles含包名- 会话 skill 目录出现本 skill
文档
v0.1.1
dsh-community-plugins v0.1.1 — 社区插件生态指南 skill 插件。详见 README.md(中英双语)。
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 按官方文档规范重写,附官方链接