Skip to content

插件市场

自研插件首次启动自动种上,其余插件都从应用内市场安装:打开侧边栏 新会话 下方的 市场。列出的插件直接从上游 Git 仓库或 npm 包安装,不做二次托管。

当前 profile 已装的会显示 已安装,否则点 安装 即可。

市场目录市场目录

详情页会给出版本、上游来源和精确的安装规格。

插件详情插件详情

当前目录

插件作用上游
Agent Teams跑多智能体团队NanmiCoder/dsh-agent-teams
Session Context查看模型窗口里有什么bowenliang123/dsh-context
OpenContext长期记忆 / 回忆melandlabs/opencontext

用命令行安装

习惯终端的话,同样的安装可以走官方 dsh CLI:

bash
dsh plugin --profile web add github:NanmiCoder/dsh-agent-teams
dsh plugin --profile web add github:bowenliang123/dsh-context
dsh plugin --profile web add github:melandlabs/opencontext#path:plugins/dsh-opencontext

WARNING

dsh plugin --profile web,不是 xtz plugin —— xtz 刻意禁用了插件管理,保证官方 home 只有一个写入者。

给插件作者

任何能以 github:user/repogithub:user/repo#path:plugins/<name> 安装的 DeepSeek Harness 插件都可以上架。请把 prepare 和构建配置放在插件包内部,保证孤立的 Git path 安装也能构建。公开发现用 GitHub topic dsh-plugin;想进目录请提 issue

基于 MIT 协议发布。