#what's the best way to send something to openclaw locally on the same machine?
1 messages Β· Page 1 of 1 (latest)
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