openclaw config
openclaw config file openclaw config get browser.executablePath openclaw config set browser.executablePath "/usr/bin/google-chrome" openclaw config set agents.defaults.heartbeat.every "2h" openclaw config unset tools.web.search.apiKey openclaw config validate
openclaw config get agents.defaults.workspace openclaw config get agents.list[0].id openclaw config set agents.list[1].tools.exec.node "node-id-or-name"
openclaw config set agents.defaults.heartbeat.every "0m" openclaw config set gateway.port 19001 --strict-json openclaw config set channels.whatsapp.groups '["*"]' --strict-json
config file
openclaw config file
config get <path>
openclaw config get gateway.port openclaw config get agents.list[0].id
config set <path> <value>
openclaw config set gateway.port 19001 openclaw config set agents.defaults.model.primary "opus"
config unset <path>
openclaw config unset tools.web.search.apiKey
config validate
openclaw config validate openclaw config validate --json