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 を使用してアクティブ化します。

すべてのプラグインは、インライン JSON スキーマ(configSchema、空でも可)を含む openclaw.plugin.json ファイルを提供する必要があります。マニフェストまたはスキーマが欠落/無効な場合、プラグインはロードされず、設定の検証が失敗します。

インストール

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 で追跡)にのみ適用されます。