-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
openclaw*: add pages #21160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
FazleArefin
wants to merge
4
commits into
tldr-pages:main
Choose a base branch
from
FazleArefin:feat/openclaw
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
openclaw*: add pages #21160
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| # openclaw agent | ||
|
|
||
| > Talk to the OpenClaw AI assistant. | ||
| > More information: <https://docs.openclaw.ai/cli/agent>. | ||
|
|
||
| - 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]}}` | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| # openclaw channels | ||
|
|
||
| > Manage OpenClaw channels (WhatsApp, Telegram, Slack, Discord, etc.). | ||
| > More information: <https://docs.openclaw.ai/cli/channels>. | ||
|
|
||
| - List all configured channels: | ||
|
|
||
| `openclaw channels list` | ||
|
|
||
| - Login to a channel (WhatsApp): | ||
|
|
||
| `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]}}` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| # openclaw doctor | ||
|
|
||
| > Run diagnostics for OpenClaw gateway and channels. | ||
| > More information: <https://docs.openclaw.ai/cli/doctor>. | ||
|
|
||
| - 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]}}` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| # openclaw gateway | ||
|
|
||
| > Start the OpenClaw gateway server (control plane). | ||
| > More information: <https://docs.openclaw.ai/cli/gateway>. | ||
|
|
||
| - 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]}}` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| # openclaw message | ||
|
|
||
| > Send messages through OpenClaw channels. | ||
| > More information: <https://docs.openclaw.ai/cli/message>. | ||
|
|
||
| - 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]}}` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| # openclaw nodes | ||
|
|
||
| > Manage OpenClaw nodes (iOS, Android, macOS devices). | ||
| > More information: <https://docs.openclaw.ai/cli/nodes>. | ||
|
|
||
| - 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]}}` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| # openclaw onboard | ||
|
|
||
| > Run the onboarding wizard to set up OpenClaw. | ||
| > More information: <https://docs.openclaw.ai/cli/onboard>. | ||
|
|
||
| - 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]}}` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| # openclaw update | ||
|
|
||
| > Update OpenClaw to the latest version. | ||
| > More information: <https://docs.openclaw.ai/cli/update>. | ||
|
|
||
| - Update to the latest version: | ||
|
|
||
| `openclaw update` | ||
|
|
||
| - Switch to a specific release channel (stable/beta/dev): | ||
|
|
||
| `openclaw update --channel {{stable|beta|dev}}` | ||
|
|
||
| - View current version: | ||
|
|
||
| `openclaw update --version` | ||
|
|
||
| - Display help: | ||
|
|
||
| `openclaw update {{[-h|--help]}}` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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: <https://docs.openclaw.ai/cli>. | ||
|
|
||
| - 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` |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.