#what's the best way to send something to openclaw locally on the same machine?

1 messages Β· Page 1 of 1 (latest)

hidden scaffold
#

is there like a cli command i can use to just text openclaw something and get a response back? no tui

umbral garnetBOT
iron sequoiaBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> βœ… Mark Solution

umbral garnetBOT
brazen trailBOT
#

yep, use openclaw agent for that, not openclaw chat (that’s still TUI).

openclaw agent --agent main --message "hello"

If you want it to run fully local on the same machine, without going through the Gateway:

openclaw agent --agent main --local --message "hello"

If you want script-friendly output:

openclaw agent --agent main --message "hello" --json