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