plugins
openclaw plugins
Section titled “openclaw plugins”管理网关插件/扩展 (进程内加载)。
相关:
- 插件系统: Plugins
- 插件清单 + 模式: Plugin manifest
- 安全加固: Security
openclaw plugins listopenclaw plugins info <id>openclaw plugins enable <id>openclaw plugins disable <id>openclaw plugins doctoropenclaw plugins update <id>openclaw plugins update --all捆绑插件随 OpenClaw 一起发布,但启动时处于禁用状态。使用 plugins enable 激活它们。
所有插件必须附带一个带有内联 JSON Schema (configSchema,即使为空) 的 openclaw.plugin.json 文件。丢失/无效的清单或模式将阻止插件加载并导致配置验证失败。
openclaw plugins install <path-or-spec>安全说明: 像运行代码一样对待插件安装。首选固定版本。
支持的归档: .zip, .tgz, .tar.gz, .tar。
使用 --link 避免复制本地目录 (添加到 plugins.load.paths):
openclaw plugins install -l ./my-pluginopenclaw plugins update <id>openclaw plugins update --allopenclaw plugins update <id> --dry-run更新仅适用于从 npm 安装的插件 (在 plugins.installs 中跟踪)。