From 93e6d2f2acd1578c5f1e6dcbbbb17e956c676f27 Mon Sep 17 00:00:00 2001 From: Fazle Arefin <1625934+FazleArefin@users.noreply.github.com> Date: Sun, 22 Feb 2026 14:05:22 +1100 Subject: [PATCH] openclaw*: add pages (#21160) * openclaw*: add pages --------- Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> --- pages/common/openclaw-agent.md | 20 +++++++++++++++++ pages/common/openclaw-channels.md | 20 +++++++++++++++++ pages/common/openclaw-doctor.md | 20 +++++++++++++++++ pages/common/openclaw-gateway.md | 20 +++++++++++++++++ pages/common/openclaw-message.md | 16 +++++++++++++ pages/common/openclaw-nodes.md | 24 ++++++++++++++++++++ pages/common/openclaw-onboard.md | 16 +++++++++++++ pages/common/openclaw-update.md | 20 +++++++++++++++++ pages/common/openclaw.md | 37 +++++++++++++++++++++++++++++++ 9 files changed, 193 insertions(+) create mode 100644 pages/common/openclaw-agent.md create mode 100644 pages/common/openclaw-channels.md create mode 100644 pages/common/openclaw-doctor.md create mode 100644 pages/common/openclaw-gateway.md create mode 100644 pages/common/openclaw-message.md create mode 100644 pages/common/openclaw-nodes.md create mode 100644 pages/common/openclaw-onboard.md create mode 100644 pages/common/openclaw-update.md create mode 100644 pages/common/openclaw.md diff --git a/pages/common/openclaw-agent.md b/pages/common/openclaw-agent.md new file mode 100644 index 0000000000..e776af5bf4 --- /dev/null +++ b/pages/common/openclaw-agent.md @@ -0,0 +1,20 @@ +# openclaw agent + +> Talk to the OpenClaw AI assistant. +> More information: . + +- Send a single message to the assistant: + +`openclaw agent {{[-m|--message]}} "{{Hello, what is the weather?}}"` + +- Start interactive chat mode: + +`openclaw agent` + +- Send a message with configurable thinking level: + +`openclaw agent {{[-m|--message]}} "{{Analyze this}}" --thinking {{off|minimal|low|medium|high}}` + +- Display help: + +`openclaw agent {{[-h|--help]}}` diff --git a/pages/common/openclaw-channels.md b/pages/common/openclaw-channels.md new file mode 100644 index 0000000000..d249be7dbd --- /dev/null +++ b/pages/common/openclaw-channels.md @@ -0,0 +1,20 @@ +# openclaw channels + +> Manage OpenClaw channels (WhatsApp, Telegram, Slack, Discord, etc.). +> More information: . + +- List all configured channels: + +`openclaw channels list` + +- Login to a channel: + +`openclaw channels login --channel {{whatsapp}}` + +- Login to a specific channel with verbose logging: + +`openclaw channels login --channel {{telegram}} --verbose` + +- Display help: + +`openclaw channels {{[-h|--help]}}` diff --git a/pages/common/openclaw-doctor.md b/pages/common/openclaw-doctor.md new file mode 100644 index 0000000000..324118feec --- /dev/null +++ b/pages/common/openclaw-doctor.md @@ -0,0 +1,20 @@ +# openclaw doctor + +> Run diagnostics for OpenClaw gateway and channels. +> More information: . + +- Run diagnostics: + +`openclaw doctor` + +- Run diagnostics with automatic fixes: + +`openclaw doctor --fix` + +- Run diagnostics non-interactively: + +`openclaw doctor --non-interactive` + +- Display help: + +`openclaw doctor {{[-h|--help]}}` diff --git a/pages/common/openclaw-gateway.md b/pages/common/openclaw-gateway.md new file mode 100644 index 0000000000..0f15f9fb25 --- /dev/null +++ b/pages/common/openclaw-gateway.md @@ -0,0 +1,20 @@ +# openclaw gateway + +> Start the OpenClaw gateway server (control plane). +> More information: . + +- Start the gateway on the default port (18789): + +`openclaw gateway --allow-unconfigured` + +- Start the gateway on a specific port: + +`openclaw gateway --allow-unconfigured --port {{18789}}` + +- Start the gateway with verbose logging: + +`openclaw gateway --allow-unconfigured --verbose` + +- Display help: + +`openclaw gateway {{[-h|--help]}}` diff --git a/pages/common/openclaw-message.md b/pages/common/openclaw-message.md new file mode 100644 index 0000000000..e3def74683 --- /dev/null +++ b/pages/common/openclaw-message.md @@ -0,0 +1,16 @@ +# openclaw message + +> Send messages through OpenClaw channels. +> More information: . + +- Send a message to a phone number (WhatsApp): + +`openclaw message send {{[-t|--target]}} {{+1234567890}} {{[-m|--message]}} "{{Hello}}"` + +- Send a message to a specific channel: + +`openclaw message send --channel {{telegram}} {{[-t|--target]}} {{user_id}} {{[-m|--message]}} "{{Hello}}"` + +- Display help: + +`openclaw message {{[-h|--help]}}` diff --git a/pages/common/openclaw-nodes.md b/pages/common/openclaw-nodes.md new file mode 100644 index 0000000000..8533ccee31 --- /dev/null +++ b/pages/common/openclaw-nodes.md @@ -0,0 +1,24 @@ +# openclaw nodes + +> Manage OpenClaw nodes (iOS, Android, macOS devices). +> More information: . + +- List all connected and pending nodes: + +`openclaw nodes list` + +- List pending pairing requests: + +`openclaw nodes pending` + +- Approve a pending node pairing request: + +`openclaw nodes approve {{request_id}}` + +- View node status: + +`openclaw nodes status` + +- Display help: + +`openclaw nodes {{[-h|--help]}}` diff --git a/pages/common/openclaw-onboard.md b/pages/common/openclaw-onboard.md new file mode 100644 index 0000000000..170e7690c2 --- /dev/null +++ b/pages/common/openclaw-onboard.md @@ -0,0 +1,16 @@ +# openclaw onboard + +> Run the onboarding wizard to set up OpenClaw. +> More information: . + +- Run the onboarding wizard with daemon installation: + +`openclaw onboard --install-daemon` + +- Run the onboarding wizard without installing the daemon: + +`openclaw onboard` + +- Display help: + +`openclaw onboard {{[-h|--help]}}` diff --git a/pages/common/openclaw-update.md b/pages/common/openclaw-update.md new file mode 100644 index 0000000000..20a0fa0c2e --- /dev/null +++ b/pages/common/openclaw-update.md @@ -0,0 +1,20 @@ +# openclaw update + +> Update OpenClaw to the latest version. +> More information: . + +- Update to the latest version: + +`openclaw update` + +- Switch to a specific release channel: + +`openclaw update --channel {{stable|beta|dev}}` + +- Display version: + +`openclaw update {{[-v|--version]}}` + +- Display help: + +`openclaw update {{[-h|--help]}}` diff --git a/pages/common/openclaw.md b/pages/common/openclaw.md new file mode 100644 index 0000000000..6c0828f3a8 --- /dev/null +++ b/pages/common/openclaw.md @@ -0,0 +1,37 @@ +# openclaw + +> A personal AI assistant that you run on your own devices. +> Some subcommands such as `onboard`, `agent`, `doctor`, etc. have their own usage documentation. +> More information: . + +- Run the onboarding wizard to set up the gateway and channels: + +`openclaw onboard --install-daemon` + +- Start the gateway server: + +`openclaw gateway --allow-unconfigured --port {{18789}} --verbose` + +- Send a message to a contact: + +`openclaw message send {{[-t|--target]}} {{+1234567890}} {{[-m|--message]}} "{{Hello}}"` + +- Talk to the assistant with a single message: + +`openclaw agent {{[-m|--message]}} "{{Ship checklist}}"` + +- Start interactive chat mode: + +`openclaw agent` + +- Run diagnostics and check system health: + +`openclaw doctor` + +- Update OpenClaw to the latest version: + +`openclaw update` + +- List configured channels: + +`openclaw channels list`