命令
plugins enable 来激活它们。
所有插件必须提供 openclaw.plugin.json 文件,其中包含内联 JSON Schema(configSchema,即使为空)。缺少或无效的清单或模式会阻止插件加载并导致配置验证失败。
安装
.zip、.tgz、.tar.gz、.tar。
使用 --link 避免复制本地目录(添加到 plugins.load.paths):
更新
plugins.installs 中跟踪)。Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Claude Code
plugins 文档
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
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
plugins.installs 中跟踪)。Was this page helpful?