2026.3.82025.12.022.x LTS18.0.0pnpm 9.x / npm 10.xnpm 8.0.0GPT-4.1 / GPT-4o / o3gpt-3.5-turboClaude 3.7 Sonnet / 3.5claude-3-haikuGemini 2.5 Pro / 2.0 Flashgemini-1.5-flashmistral-large-latestmistral-smallBot API 7.xBot API 6.0v14.xv14.0@slack/bolt 4.x@slack/bolt 3.01.x0.220.0OpenClaw CLIをグローバルにインストール
$ npm install -g openclaw@latestOpenClawを最新バージョンに更新
$ npm update -g openclawOpenClaw CLIをアンインストール
$ npm uninstall -g openclawインストール済みOpenClawのバージョンを確認
$ openclaw --versionGateway・チャンネル・エージェントの稼働状況を確認
$ openclaw statusステータスをJSON形式で出力(スクリプト連携向け)
$ openclaw status --json設定・依存関係・接続を一括診断
$ openclaw doctorフォアグラウンドでGatewayを起動(ログ確認用)
$ openclaw gatewayバックグラウンドでGatewayを起動
$ openclaw gateway --backgroundバックグラウンドのGatewayを安全に停止
$ openclaw gateway stopGatewayを再起動(設定変更後に使用)
$ openclaw gateway restartシステム起動時にGatewayを自動起動(macOS launchd)
$ openclaw gateway --autostart現在の全設定を一覧表示
$ openclaw config listGateway関連の設定を確認
$ openclaw config get gatewayGatewayをローカルモードにSet
$ openclaw config set gateway.mode local詳細なデバッグログを有効化
$ openclaw config set gateway.debug true全設定をデフォルトにリセット(要注意)
$ openclaw config reset利用可能な全AIモデルを一覧表示
$ openclaw models list --all現在設定されているモデルと状態を確認
$ openclaw models statusデフォルトモデルをGPT-4.1に設定
$ openclaw models set openai/gpt-4.1デフォルトモデルをClaude Sonnet 4.5に設定
$ openclaw models set anthropic/claude-sonnet-4-5デフォルトモデルをGemini 2.5 Proに設定
$ openclaw models set google/gemini-2.5-pro設定済みチャンネルを一覧表示
$ openclaw channels list各チャンネルの接続状態を確認
$ openclaw channels statusTelegramボットトークンでOpenClawを接続
$ openclaw channels login --channel telegram --token YOUR_BOT_TOKENDiscordボットトークンでOpenClawを接続
$ openclaw channels login --channel discord --token YOUR_BOT_TOKENQRコードスキャンでWhatsAppを接続
$ openclaw channels login --channel whatsappインストール済みスキルを一覧表示
$ openclaw skills list利用可能な全スキルを一覧表示
$ openclaw skills list --allClawHubからスキルをインストール
$ openclaw skills install SKILL_NAME無効化されたスキルを有効化
$ openclaw skills enable SKILL_NAMEGatewayのログをリアルタイムで表示
$ openclaw logs --follow最新100行のログを表示
$ openclaw logs --lines 100エラーレベルのログのみ表示
$ openclaw logs --level errorログファイルをクリア
$ openclaw logs --clear