Skip to content

Releases: HubaKing/dsh-community-plugins

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 15 Aug 14:28

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>

使用

  1. 安装后重启 dsh(bundle 层在启动时组合)
  2. 新开一个会话,<available_skills> 目录出现 dsh-community-plugins 即生效
  3. 直接问 agent:「本机装了什么插件?」或「推荐一个记忆类插件」——它会用 market_search 等市场工具检索并给出安装命令

验证

  • ${DSH_HOME:-~/.dsh}/profiles/web/package.jsondsh.profile.bundles 含包名
  • 会话 skill 目录出现本 skill

文档

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 15 Aug 14:09

dsh-community-plugins v0.1.1 — 社区插件生态指南 skill 插件。详见 README.md(中英双语)。

v0.1.0

Choose a tag to compare

@HubaKing HubaKing released this 15 Aug 12:47

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 按官方文档规范重写,附官方链接

相关文档

文档

  • README 支持中英双语(English / 中文),语言切换栏位于文档顶部。