openclaw plugins
管理 Gateway 网关插件/扩展(进程内加载)。
相关内容:
命令
plugins enable 来激活它们。 Use plugins enable to
activate them.
所有插件必须提供 openclaw.plugin.json 文件,其中包含内联 JSON Schema(configSchema,即使为空)。缺少或无效的清单或模式会阻止插件加载并导致配置验证失败。 Missing/invalid manifests or schemas prevent
the plugin from loading and fail config validation.
安装
--ignore-scripts 运行。
支持的归档格式:.zip、.tgz、.tar.gz、.tar。
使用 --link 避免复制本地目录(添加到 plugins.load.paths):
卸载
uninstall 会从 plugins.entries、plugins.installs、插件 allowlist,以及相关的 plugins.load.paths 条目中移除插件记录(如适用)。
对于活跃的 memory 插件,memory 槽会重置为 memory-core。
默认情况下,卸载还会移除位于当前 state 目录 extensions 根路径下的插件安装目录($OPENCLAW_STATE_DIR/extensions/<id>)。 使用 --keep-files 以保留磁盘上的文件。
--keep-config 作为 --keep-files 的已弃用别名仍受支持。
更新
plugins.installs 中跟踪)。