snippetbashTip
openclaw — A personal AI assistant that you run on your own devices. Some subcommands such as `onboard`, `agent
Viewed 0 times
assistantcommandrunyoucliopenclawthatpersonal
Problem
How to use the
openclaw command: A personal AI assistant that you run on your own devices. Some subcommands such as onboard, agent, doctor, etc. have their own usage documentation. See also: zeroclaw. More information: <https://docs.openclaw.ai/cli>.Solution
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. See also: zeroclaw. More information: <https://docs.openclaw.ai/cli>.Run the onboarding wizard to set up the gateway and channels:
openclaw onboard --install-daemonStart the gateway server:
openclaw gateway --allow-unconfigured --port {{18789}} --verboseSend 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 agentRun diagnostics and check system health:
openclaw doctorUpdate OpenClaw to the latest version:
openclaw updateList configured channels:
openclaw channels listCode Snippets
Run the onboarding wizard to set up the gateway and channels
openclaw onboard --install-daemonStart the gateway server
openclaw gateway --allow-unconfigured --port {{18789}} --verboseSend 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 agentContext
tldr-pages: common/openclaw
Revisions (0)
No revisions yet.