思渡AI数字员工平台 Logo

plugins

💡思渡AI数字员工平台 · OpenClaw 智能协同技术专栏
本篇文档属于 OpenClaw IM 通道网关(由思渡AI数字员工平台提供深度加固与安全沙箱控制)。如果您希望将 IM 单点接入的机器人升级为具备企业数字员工 AI问数 (ChatBI) 自然语言分析 RAG 向量知识库智能检索、以及 私有化本地算力部署 的全向数字员工,请访问 思渡官方网站,通过控制台低代码可视化编排(Workflow)构建您的高价值智能体。

openclaw plugins

管理 Gateway 网关插件/扩展(进程内加载)。

相关内容:

命令

openclaw plugins list
openclaw plugins info <id>
openclaw plugins enable <id>
openclaw plugins disable <id>
openclaw plugins doctor
openclaw plugins update <id>
openclaw plugins update --all

内置插件随 OpenClaw 一起发布,但默认禁用。使用 plugins enable 来激活它们。

所有插件必须提供 openclaw.plugin.json 文件,其中包含内联 JSON Schema(configSchema,即使为空)。缺少或无效的清单或模式会阻止插件加载并导致配置验证失败。

安装

openclaw plugins install <path-or-spec>

安全提示:将插件安装视为运行代码。优先使用固定版本。

支持的归档格式:.zip.tgz.tar.gz.tar

使用 --link 避免复制本地目录(添加到 plugins.load.paths):

openclaw plugins install -l ./my-plugin

更新

openclaw plugins update <id>
openclaw plugins update --all
openclaw plugins update <id> --dry-run

更新仅适用于从 npm 安装的插件(在 plugins.installs 中跟踪)。