vilvona 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (812) hide show
  1. package/CHANGELOG.md +12331 -0
  2. package/LICENSE +24 -0
  3. package/README.md +314 -0
  4. package/THIRD_PARTY_NOTICES.md +37 -0
  5. package/docs/.i18n/README.md +81 -0
  6. package/docs/.i18n/ar-navigation.json +18 -0
  7. package/docs/.i18n/de-navigation.json +18 -0
  8. package/docs/.i18n/es-navigation.json +18 -0
  9. package/docs/.i18n/fr-navigation.json +18 -0
  10. package/docs/.i18n/glossary.ar.json +82 -0
  11. package/docs/.i18n/glossary.de.json +82 -0
  12. package/docs/.i18n/glossary.es.json +82 -0
  13. package/docs/.i18n/glossary.fa.json +82 -0
  14. package/docs/.i18n/glossary.fr.json +82 -0
  15. package/docs/.i18n/glossary.id.json +82 -0
  16. package/docs/.i18n/glossary.it.json +82 -0
  17. package/docs/.i18n/glossary.ja-JP.json +102 -0
  18. package/docs/.i18n/glossary.ko.json +82 -0
  19. package/docs/.i18n/glossary.nl.json +82 -0
  20. package/docs/.i18n/glossary.pl.json +82 -0
  21. package/docs/.i18n/glossary.pt-BR.json +82 -0
  22. package/docs/.i18n/glossary.th.json +82 -0
  23. package/docs/.i18n/glossary.tr.json +82 -0
  24. package/docs/.i18n/glossary.uk.json +82 -0
  25. package/docs/.i18n/glossary.vi.json +82 -0
  26. package/docs/.i18n/glossary.zh-CN.json +1182 -0
  27. package/docs/.i18n/glossary.zh-TW.json +162 -0
  28. package/docs/.i18n/id-navigation.json +18 -0
  29. package/docs/.i18n/it-navigation.json +18 -0
  30. package/docs/.i18n/ja-navigation.json +18 -0
  31. package/docs/.i18n/ko-navigation.json +18 -0
  32. package/docs/.i18n/pl-navigation.json +18 -0
  33. package/docs/.i18n/pt-BR-navigation.json +18 -0
  34. package/docs/.i18n/tr-navigation.json +18 -0
  35. package/docs/.i18n/translation-workflow.md +111 -0
  36. package/docs/.i18n/zh-Hans-navigation.json +552 -0
  37. package/docs/AGENTS.md +36 -0
  38. package/docs/agent-runtime-architecture.md +48 -0
  39. package/docs/announcements/bluebubbles-imessage.md +79 -0
  40. package/docs/auth-credential-semantics.md +124 -0
  41. package/docs/automation/auth-monitoring.md +11 -0
  42. package/docs/automation/clawflow.md +12 -0
  43. package/docs/automation/cron-jobs.md +569 -0
  44. package/docs/automation/cron-vs-heartbeat.md +11 -0
  45. package/docs/automation/gmail-pubsub.md +11 -0
  46. package/docs/automation/hooks.md +387 -0
  47. package/docs/automation/index.md +135 -0
  48. package/docs/automation/poll.md +12 -0
  49. package/docs/automation/standing-orders.md +250 -0
  50. package/docs/automation/taskflow.md +155 -0
  51. package/docs/automation/tasks.md +374 -0
  52. package/docs/automation/troubleshooting.md +12 -0
  53. package/docs/automation/webhook.md +12 -0
  54. package/docs/brave-search.md +11 -0
  55. package/docs/channels/access-groups.md +201 -0
  56. package/docs/channels/ambient-room-events.md +214 -0
  57. package/docs/channels/bot-loop-protection.md +131 -0
  58. package/docs/channels/broadcast-groups.md +472 -0
  59. package/docs/channels/channel-routing.md +162 -0
  60. package/docs/channels/clickclack.md +146 -0
  61. package/docs/channels/discord.md +1758 -0
  62. package/docs/channels/feishu.md +654 -0
  63. package/docs/channels/googlechat.md +286 -0
  64. package/docs/channels/group-messages.md +95 -0
  65. package/docs/channels/groups.md +610 -0
  66. package/docs/channels/imessage-from-bluebubbles.md +259 -0
  67. package/docs/channels/imessage.md +864 -0
  68. package/docs/channels/index.md +65 -0
  69. package/docs/channels/irc.md +253 -0
  70. package/docs/channels/line.md +243 -0
  71. package/docs/channels/location.md +71 -0
  72. package/docs/channels/matrix-migration.md +375 -0
  73. package/docs/channels/matrix-presentation.md +77 -0
  74. package/docs/channels/matrix-push-rules.md +150 -0
  75. package/docs/channels/matrix.md +935 -0
  76. package/docs/channels/mattermost.md +542 -0
  77. package/docs/channels/msteams.md +1097 -0
  78. package/docs/channels/nextcloud-talk.md +176 -0
  79. package/docs/channels/nostr.md +253 -0
  80. package/docs/channels/pairing.md +214 -0
  81. package/docs/channels/qqbot.md +317 -0
  82. package/docs/channels/signal.md +417 -0
  83. package/docs/channels/slack.md +1623 -0
  84. package/docs/channels/sms.md +380 -0
  85. package/docs/channels/synology-chat.md +187 -0
  86. package/docs/channels/telegram.md +1121 -0
  87. package/docs/channels/tlon.md +296 -0
  88. package/docs/channels/troubleshooting.md +162 -0
  89. package/docs/channels/twitch.md +431 -0
  90. package/docs/channels/wechat.md +171 -0
  91. package/docs/channels/whatsapp.md +796 -0
  92. package/docs/channels/yuanbao.md +416 -0
  93. package/docs/channels/zalo.md +253 -0
  94. package/docs/channels/zalouser.md +217 -0
  95. package/docs/ci.md +665 -0
  96. package/docs/clawhub/cli.md +82 -0
  97. package/docs/clawhub/publishing.md +96 -0
  98. package/docs/cli/acp.md +370 -0
  99. package/docs/cli/agent.md +109 -0
  100. package/docs/cli/agents.md +253 -0
  101. package/docs/cli/approvals.md +193 -0
  102. package/docs/cli/backup.md +98 -0
  103. package/docs/cli/browser.md +322 -0
  104. package/docs/cli/channels.md +154 -0
  105. package/docs/cli/clawbot.md +25 -0
  106. package/docs/cli/commitments.md +90 -0
  107. package/docs/cli/completion.md +39 -0
  108. package/docs/cli/config.md +504 -0
  109. package/docs/cli/configure.md +77 -0
  110. package/docs/cli/crestodian.md +337 -0
  111. package/docs/cli/cron.md +344 -0
  112. package/docs/cli/daemon.md +67 -0
  113. package/docs/cli/dashboard.md +33 -0
  114. package/docs/cli/devices.md +240 -0
  115. package/docs/cli/directory.md +68 -0
  116. package/docs/cli/dns.md +53 -0
  117. package/docs/cli/docs.md +63 -0
  118. package/docs/cli/doctor.md +254 -0
  119. package/docs/cli/flows.md +52 -0
  120. package/docs/cli/gateway.md +572 -0
  121. package/docs/cli/health.md +43 -0
  122. package/docs/cli/hooks.md +345 -0
  123. package/docs/cli/index.md +406 -0
  124. package/docs/cli/infer.md +364 -0
  125. package/docs/cli/logs.md +68 -0
  126. package/docs/cli/mcp.md +851 -0
  127. package/docs/cli/memory.md +183 -0
  128. package/docs/cli/message.md +317 -0
  129. package/docs/cli/migrate.md +334 -0
  130. package/docs/cli/models.md +239 -0
  131. package/docs/cli/node.md +178 -0
  132. package/docs/cli/nodes.md +76 -0
  133. package/docs/cli/onboard.md +251 -0
  134. package/docs/cli/pairing.md +77 -0
  135. package/docs/cli/path.md +511 -0
  136. package/docs/cli/plugins.md +480 -0
  137. package/docs/cli/policy.md +929 -0
  138. package/docs/cli/proxy.md +89 -0
  139. package/docs/cli/qr.md +56 -0
  140. package/docs/cli/reset.md +39 -0
  141. package/docs/cli/sandbox.md +208 -0
  142. package/docs/cli/secrets.md +202 -0
  143. package/docs/cli/security.md +135 -0
  144. package/docs/cli/sessions.md +178 -0
  145. package/docs/cli/setup.md +60 -0
  146. package/docs/cli/skills.md +156 -0
  147. package/docs/cli/status.md +45 -0
  148. package/docs/cli/system.md +89 -0
  149. package/docs/cli/tasks.md +111 -0
  150. package/docs/cli/transcripts.md +151 -0
  151. package/docs/cli/tui.md +92 -0
  152. package/docs/cli/uninstall.md +45 -0
  153. package/docs/cli/update.md +283 -0
  154. package/docs/cli/voicecall.md +204 -0
  155. package/docs/cli/webhooks.md +117 -0
  156. package/docs/cli/wiki.md +256 -0
  157. package/docs/cli/workboard.md +228 -0
  158. package/docs/concepts/active-memory.md +856 -0
  159. package/docs/concepts/agent-loop.md +185 -0
  160. package/docs/concepts/agent-runtimes.md +276 -0
  161. package/docs/concepts/agent-workspace.md +230 -0
  162. package/docs/concepts/agent.md +142 -0
  163. package/docs/concepts/architecture.md +154 -0
  164. package/docs/concepts/channel-docking.md +145 -0
  165. package/docs/concepts/commitments.md +150 -0
  166. package/docs/concepts/compaction.md +203 -0
  167. package/docs/concepts/context-engine.md +347 -0
  168. package/docs/concepts/context.md +199 -0
  169. package/docs/concepts/delegate-architecture.md +319 -0
  170. package/docs/concepts/dreaming.md +279 -0
  171. package/docs/concepts/experimental-features.md +111 -0
  172. package/docs/concepts/features.md +91 -0
  173. package/docs/concepts/mantis-slack-desktop-runbook.md +231 -0
  174. package/docs/concepts/mantis.md +744 -0
  175. package/docs/concepts/markdown-formatting.md +139 -0
  176. package/docs/concepts/memory-builtin.md +151 -0
  177. package/docs/concepts/memory-honcho.md +144 -0
  178. package/docs/concepts/memory-qmd.md +277 -0
  179. package/docs/concepts/memory-search.md +175 -0
  180. package/docs/concepts/memory.md +299 -0
  181. package/docs/concepts/message-lifecycle-refactor.md +1126 -0
  182. package/docs/concepts/messages.md +216 -0
  183. package/docs/concepts/model-failover.md +405 -0
  184. package/docs/concepts/model-providers.md +719 -0
  185. package/docs/concepts/models.md +371 -0
  186. package/docs/concepts/multi-agent.md +625 -0
  187. package/docs/concepts/oauth.md +218 -0
  188. package/docs/concepts/parallel-specialist-lanes.md +127 -0
  189. package/docs/concepts/personal-agent-benchmark-pack.md +74 -0
  190. package/docs/concepts/presence.md +117 -0
  191. package/docs/concepts/progress-drafts.md +406 -0
  192. package/docs/concepts/qa-e2e-automation.md +979 -0
  193. package/docs/concepts/qa-matrix.md +139 -0
  194. package/docs/concepts/queue-steering.md +90 -0
  195. package/docs/concepts/queue.md +136 -0
  196. package/docs/concepts/retry.md +86 -0
  197. package/docs/concepts/session-pruning.md +104 -0
  198. package/docs/concepts/session-tool.md +201 -0
  199. package/docs/concepts/session.md +164 -0
  200. package/docs/concepts/soul.md +116 -0
  201. package/docs/concepts/streaming.md +258 -0
  202. package/docs/concepts/system-prompt.md +330 -0
  203. package/docs/concepts/timezone.md +47 -0
  204. package/docs/concepts/typebox.md +309 -0
  205. package/docs/concepts/typing-indicators.md +88 -0
  206. package/docs/concepts/usage-tracking.md +72 -0
  207. package/docs/date-time.md +126 -0
  208. package/docs/debug/node-issue.md +90 -0
  209. package/docs/diagnostics/flags.md +182 -0
  210. package/docs/docs.json +1885 -0
  211. package/docs/gateway/authentication.md +286 -0
  212. package/docs/gateway/background-process.md +147 -0
  213. package/docs/gateway/bonjour.md +303 -0
  214. package/docs/gateway/bridge-protocol.md +97 -0
  215. package/docs/gateway/cli-backends.md +463 -0
  216. package/docs/gateway/config-agents.md +1525 -0
  217. package/docs/gateway/config-channels.md +942 -0
  218. package/docs/gateway/config-tools.md +806 -0
  219. package/docs/gateway/configuration-examples.md +706 -0
  220. package/docs/gateway/configuration-reference.md +1449 -0
  221. package/docs/gateway/configuration.md +748 -0
  222. package/docs/gateway/diagnostics.md +213 -0
  223. package/docs/gateway/discovery.md +154 -0
  224. package/docs/gateway/doctor.md +576 -0
  225. package/docs/gateway/external-apps.md +86 -0
  226. package/docs/gateway/gateway-lock.md +37 -0
  227. package/docs/gateway/health.md +73 -0
  228. package/docs/gateway/heartbeat.md +498 -0
  229. package/docs/gateway/index.md +385 -0
  230. package/docs/gateway/local-model-services.md +205 -0
  231. package/docs/gateway/local-models.md +355 -0
  232. package/docs/gateway/logging.md +149 -0
  233. package/docs/gateway/multiple-gateways.md +178 -0
  234. package/docs/gateway/network-model.md +15 -0
  235. package/docs/gateway/openai-http-api.md +379 -0
  236. package/docs/gateway/openresponses-http-api.md +349 -0
  237. package/docs/gateway/openshell.md +316 -0
  238. package/docs/gateway/opentelemetry.md +440 -0
  239. package/docs/gateway/operator-scopes.md +119 -0
  240. package/docs/gateway/pairing.md +207 -0
  241. package/docs/gateway/prometheus.md +249 -0
  242. package/docs/gateway/protocol.md +839 -0
  243. package/docs/gateway/remote-gateway-readme.md +169 -0
  244. package/docs/gateway/remote.md +280 -0
  245. package/docs/gateway/sandbox-vs-tool-policy-vs-elevated.md +148 -0
  246. package/docs/gateway/sandboxing.md +546 -0
  247. package/docs/gateway/secrets-plan-contract.md +159 -0
  248. package/docs/gateway/secrets.md +805 -0
  249. package/docs/gateway/security/audit-checks.md +127 -0
  250. package/docs/gateway/security/exposure-runbook.md +212 -0
  251. package/docs/gateway/security/index.md +1344 -0
  252. package/docs/gateway/security/secure-file-operations.md +76 -0
  253. package/docs/gateway/security/shrinkwrap.md +111 -0
  254. package/docs/gateway/tailscale.md +180 -0
  255. package/docs/gateway/tools-invoke-http-api.md +175 -0
  256. package/docs/gateway/troubleshooting.md +881 -0
  257. package/docs/gateway/trusted-proxy-auth.md +483 -0
  258. package/docs/help/debugging.md +341 -0
  259. package/docs/help/environment.md +240 -0
  260. package/docs/help/faq-first-run.md +872 -0
  261. package/docs/help/faq-models.md +557 -0
  262. package/docs/help/faq.md +2115 -0
  263. package/docs/help/index.md +39 -0
  264. package/docs/help/scripts.md +56 -0
  265. package/docs/help/testing-live.md +592 -0
  266. package/docs/help/testing-updates-plugins.md +299 -0
  267. package/docs/help/testing.md +977 -0
  268. package/docs/help/troubleshooting.md +500 -0
  269. package/docs/index.md +196 -0
  270. package/docs/install/ansible.md +233 -0
  271. package/docs/install/azure.md +315 -0
  272. package/docs/install/bun.md +59 -0
  273. package/docs/install/clawdock.md +112 -0
  274. package/docs/install/development-channels.md +148 -0
  275. package/docs/install/digitalocean.md +174 -0
  276. package/docs/install/docker-vm-runtime.md +154 -0
  277. package/docs/install/docker.md +564 -0
  278. package/docs/install/exe-dev.md +201 -0
  279. package/docs/install/fly.md +524 -0
  280. package/docs/install/gcp.md +418 -0
  281. package/docs/install/hetzner.md +285 -0
  282. package/docs/install/hostinger.md +98 -0
  283. package/docs/install/index.md +236 -0
  284. package/docs/install/installer.md +447 -0
  285. package/docs/install/kubernetes.md +196 -0
  286. package/docs/install/macos-vm.md +281 -0
  287. package/docs/install/migrating-claude.md +165 -0
  288. package/docs/install/migrating-hermes.md +178 -0
  289. package/docs/install/migrating.md +137 -0
  290. package/docs/install/nix.md +112 -0
  291. package/docs/install/node.md +142 -0
  292. package/docs/install/northflank.mdx +44 -0
  293. package/docs/install/oracle.md +218 -0
  294. package/docs/install/podman.md +216 -0
  295. package/docs/install/railway.mdx +92 -0
  296. package/docs/install/raspberry-pi.md +234 -0
  297. package/docs/install/render.mdx +167 -0
  298. package/docs/install/uninstall.md +140 -0
  299. package/docs/install/updating.md +284 -0
  300. package/docs/install/upstash.md +96 -0
  301. package/docs/logging.md +322 -0
  302. package/docs/maturity-scores.yaml +5361 -0
  303. package/docs/nav-tabs-underline.js +104 -0
  304. package/docs/network.md +72 -0
  305. package/docs/nodes/audio.md +216 -0
  306. package/docs/nodes/camera.md +166 -0
  307. package/docs/nodes/images.md +77 -0
  308. package/docs/nodes/index.md +444 -0
  309. package/docs/nodes/location-command.md +102 -0
  310. package/docs/nodes/media-understanding.md +495 -0
  311. package/docs/nodes/talk.md +160 -0
  312. package/docs/nodes/troubleshooting.md +123 -0
  313. package/docs/nodes/voicewake.md +93 -0
  314. package/docs/openclaw-agent-runtime.md +82 -0
  315. package/docs/perplexity.md +11 -0
  316. package/docs/plan/codex-context-engine-harness.md +624 -0
  317. package/docs/plan/ui-channels.md +284 -0
  318. package/docs/platforms/android.md +286 -0
  319. package/docs/platforms/digitalocean.md +12 -0
  320. package/docs/platforms/easyrunner.md +109 -0
  321. package/docs/platforms/index.md +65 -0
  322. package/docs/platforms/ios.md +287 -0
  323. package/docs/platforms/linux.md +141 -0
  324. package/docs/platforms/mac/bundled-gateway.md +79 -0
  325. package/docs/platforms/mac/canvas.md +128 -0
  326. package/docs/platforms/mac/child-process.md +72 -0
  327. package/docs/platforms/mac/dev-setup.md +112 -0
  328. package/docs/platforms/mac/health.md +39 -0
  329. package/docs/platforms/mac/icon.md +36 -0
  330. package/docs/platforms/mac/logging.md +62 -0
  331. package/docs/platforms/mac/menu-bar.md +93 -0
  332. package/docs/platforms/mac/peekaboo.md +96 -0
  333. package/docs/platforms/mac/permissions.md +73 -0
  334. package/docs/platforms/mac/remote.md +123 -0
  335. package/docs/platforms/mac/signing.md +52 -0
  336. package/docs/platforms/mac/skills.md +45 -0
  337. package/docs/platforms/mac/voice-overlay.md +66 -0
  338. package/docs/platforms/mac/voicewake.md +79 -0
  339. package/docs/platforms/mac/webchat.md +54 -0
  340. package/docs/platforms/mac/xpc.md +66 -0
  341. package/docs/platforms/macos.md +228 -0
  342. package/docs/platforms/oracle.md +12 -0
  343. package/docs/platforms/raspberry-pi.md +13 -0
  344. package/docs/platforms/windows.md +304 -0
  345. package/docs/plugins/adding-capabilities.md +146 -0
  346. package/docs/plugins/admin-http-rpc.md +216 -0
  347. package/docs/plugins/agent-tools.md +13 -0
  348. package/docs/plugins/architecture-internals.md +1203 -0
  349. package/docs/plugins/architecture.md +483 -0
  350. package/docs/plugins/building-extensions.md +13 -0
  351. package/docs/plugins/building-plugins.md +343 -0
  352. package/docs/plugins/bundles.md +310 -0
  353. package/docs/plugins/cli-backend-plugins.md +328 -0
  354. package/docs/plugins/codex-computer-use.md +297 -0
  355. package/docs/plugins/codex-harness-reference.md +480 -0
  356. package/docs/plugins/codex-harness-runtime.md +268 -0
  357. package/docs/plugins/codex-harness.md +800 -0
  358. package/docs/plugins/codex-native-plugins.md +280 -0
  359. package/docs/plugins/community.md +77 -0
  360. package/docs/plugins/compatibility.md +198 -0
  361. package/docs/plugins/copilot.md +355 -0
  362. package/docs/plugins/dependency-resolution.md +176 -0
  363. package/docs/plugins/google-meet.md +1737 -0
  364. package/docs/plugins/hooks.md +525 -0
  365. package/docs/plugins/install-overrides.md +80 -0
  366. package/docs/plugins/llama-cpp.md +58 -0
  367. package/docs/plugins/manage-plugins.md +214 -0
  368. package/docs/plugins/manifest.md +1468 -0
  369. package/docs/plugins/memory-lancedb.md +385 -0
  370. package/docs/plugins/memory-wiki.md +529 -0
  371. package/docs/plugins/message-presentation.md +487 -0
  372. package/docs/plugins/oc-path.md +166 -0
  373. package/docs/plugins/plugin-inventory.md +318 -0
  374. package/docs/plugins/plugin-permission-requests.md +193 -0
  375. package/docs/plugins/reference/acpx.md +23 -0
  376. package/docs/plugins/reference/admin-http-rpc.md +23 -0
  377. package/docs/plugins/reference/alibaba.md +23 -0
  378. package/docs/plugins/reference/amazon-bedrock-mantle.md +23 -0
  379. package/docs/plugins/reference/amazon-bedrock.md +23 -0
  380. package/docs/plugins/reference/anthropic-vertex.md +29 -0
  381. package/docs/plugins/reference/anthropic.md +23 -0
  382. package/docs/plugins/reference/arcee.md +23 -0
  383. package/docs/plugins/reference/azure-speech.md +23 -0
  384. package/docs/plugins/reference/bonjour.md +19 -0
  385. package/docs/plugins/reference/brave.md +23 -0
  386. package/docs/plugins/reference/browser.md +23 -0
  387. package/docs/plugins/reference/byteplus.md +19 -0
  388. package/docs/plugins/reference/canvas.md +19 -0
  389. package/docs/plugins/reference/cerebras.md +23 -0
  390. package/docs/plugins/reference/chutes.md +23 -0
  391. package/docs/plugins/reference/clickclack.md +23 -0
  392. package/docs/plugins/reference/cloudflare-ai-gateway.md +23 -0
  393. package/docs/plugins/reference/codex-supervisor.md +27 -0
  394. package/docs/plugins/reference/codex.md +23 -0
  395. package/docs/plugins/reference/comfy.md +23 -0
  396. package/docs/plugins/reference/copilot-proxy.md +19 -0
  397. package/docs/plugins/reference/copilot.md +23 -0
  398. package/docs/plugins/reference/deepgram.md +23 -0
  399. package/docs/plugins/reference/deepinfra.md +23 -0
  400. package/docs/plugins/reference/deepseek.md +23 -0
  401. package/docs/plugins/reference/diagnostics-otel.md +19 -0
  402. package/docs/plugins/reference/diagnostics-prometheus.md +19 -0
  403. package/docs/plugins/reference/diffs-language-pack.md +31 -0
  404. package/docs/plugins/reference/diffs.md +19 -0
  405. package/docs/plugins/reference/discord.md +23 -0
  406. package/docs/plugins/reference/document-extract.md +23 -0
  407. package/docs/plugins/reference/duckduckgo.md +23 -0
  408. package/docs/plugins/reference/elevenlabs.md +23 -0
  409. package/docs/plugins/reference/exa.md +23 -0
  410. package/docs/plugins/reference/fal.md +23 -0
  411. package/docs/plugins/reference/feishu.md +23 -0
  412. package/docs/plugins/reference/file-transfer.md +19 -0
  413. package/docs/plugins/reference/firecrawl.md +23 -0
  414. package/docs/plugins/reference/fireworks.md +23 -0
  415. package/docs/plugins/reference/github-copilot.md +23 -0
  416. package/docs/plugins/reference/gmi.md +23 -0
  417. package/docs/plugins/reference/google-meet.md +23 -0
  418. package/docs/plugins/reference/google.md +23 -0
  419. package/docs/plugins/reference/googlechat.md +23 -0
  420. package/docs/plugins/reference/gradium.md +23 -0
  421. package/docs/plugins/reference/groq.md +23 -0
  422. package/docs/plugins/reference/huggingface.md +23 -0
  423. package/docs/plugins/reference/imessage.md +23 -0
  424. package/docs/plugins/reference/inworld.md +23 -0
  425. package/docs/plugins/reference/irc.md +23 -0
  426. package/docs/plugins/reference/kilocode.md +23 -0
  427. package/docs/plugins/reference/kimi.md +23 -0
  428. package/docs/plugins/reference/line.md +23 -0
  429. package/docs/plugins/reference/litellm.md +23 -0
  430. package/docs/plugins/reference/llama-cpp.md +23 -0
  431. package/docs/plugins/reference/llm-task.md +19 -0
  432. package/docs/plugins/reference/lmstudio.md +23 -0
  433. package/docs/plugins/reference/lobster.md +19 -0
  434. package/docs/plugins/reference/matrix.md +23 -0
  435. package/docs/plugins/reference/mattermost.md +23 -0
  436. package/docs/plugins/reference/memory-core.md +19 -0
  437. package/docs/plugins/reference/memory-lancedb.md +23 -0
  438. package/docs/plugins/reference/memory-wiki.md +23 -0
  439. package/docs/plugins/reference/microsoft-foundry.md +113 -0
  440. package/docs/plugins/reference/microsoft.md +19 -0
  441. package/docs/plugins/reference/migrate-claude.md +19 -0
  442. package/docs/plugins/reference/migrate-hermes.md +19 -0
  443. package/docs/plugins/reference/minimax.md +23 -0
  444. package/docs/plugins/reference/mistral.md +23 -0
  445. package/docs/plugins/reference/moonshot.md +23 -0
  446. package/docs/plugins/reference/msteams.md +23 -0
  447. package/docs/plugins/reference/nextcloud-talk.md +23 -0
  448. package/docs/plugins/reference/nostr.md +23 -0
  449. package/docs/plugins/reference/novita.md +23 -0
  450. package/docs/plugins/reference/nvidia.md +23 -0
  451. package/docs/plugins/reference/oc-path.md +23 -0
  452. package/docs/plugins/reference/ollama.md +24 -0
  453. package/docs/plugins/reference/open-prose.md +19 -0
  454. package/docs/plugins/reference/openai.md +23 -0
  455. package/docs/plugins/reference/opencode-go.md +23 -0
  456. package/docs/plugins/reference/opencode.md +23 -0
  457. package/docs/plugins/reference/openrouter.md +23 -0
  458. package/docs/plugins/reference/openshell.md +19 -0
  459. package/docs/plugins/reference/perplexity.md +23 -0
  460. package/docs/plugins/reference/pixverse.md +23 -0
  461. package/docs/plugins/reference/policy.md +79 -0
  462. package/docs/plugins/reference/qa-channel.md +23 -0
  463. package/docs/plugins/reference/qa-lab.md +19 -0
  464. package/docs/plugins/reference/qa-matrix.md +19 -0
  465. package/docs/plugins/reference/qianfan.md +23 -0
  466. package/docs/plugins/reference/qqbot.md +23 -0
  467. package/docs/plugins/reference/qwen.md +24 -0
  468. package/docs/plugins/reference/runway.md +23 -0
  469. package/docs/plugins/reference/searxng.md +19 -0
  470. package/docs/plugins/reference/senseaudio.md +23 -0
  471. package/docs/plugins/reference/sglang.md +23 -0
  472. package/docs/plugins/reference/signal.md +23 -0
  473. package/docs/plugins/reference/slack.md +23 -0
  474. package/docs/plugins/reference/sms.md +23 -0
  475. package/docs/plugins/reference/stepfun.md +23 -0
  476. package/docs/plugins/reference/synology-chat.md +23 -0
  477. package/docs/plugins/reference/synthetic.md +23 -0
  478. package/docs/plugins/reference/tavily.md +23 -0
  479. package/docs/plugins/reference/telegram.md +23 -0
  480. package/docs/plugins/reference/tencent.md +23 -0
  481. package/docs/plugins/reference/tlon.md +23 -0
  482. package/docs/plugins/reference/together.md +23 -0
  483. package/docs/plugins/reference/tokenjuice.md +23 -0
  484. package/docs/plugins/reference/tts-local-cli.md +19 -0
  485. package/docs/plugins/reference/twitch.md +23 -0
  486. package/docs/plugins/reference/venice.md +23 -0
  487. package/docs/plugins/reference/vercel-ai-gateway.md +23 -0
  488. package/docs/plugins/reference/vllm.md +23 -0
  489. package/docs/plugins/reference/voice-call.md +23 -0
  490. package/docs/plugins/reference/volcengine.md +23 -0
  491. package/docs/plugins/reference/voyage.md +19 -0
  492. package/docs/plugins/reference/vydra.md +23 -0
  493. package/docs/plugins/reference/web-readability.md +19 -0
  494. package/docs/plugins/reference/webhooks.md +23 -0
  495. package/docs/plugins/reference/whatsapp.md +23 -0
  496. package/docs/plugins/reference/workboard.md +23 -0
  497. package/docs/plugins/reference/xai.md +23 -0
  498. package/docs/plugins/reference/xiaomi.md +23 -0
  499. package/docs/plugins/reference/zai.md +23 -0
  500. package/docs/plugins/reference/zalo.md +23 -0
  501. package/docs/plugins/reference/zalouser.md +24 -0
  502. package/docs/plugins/reference.md +19 -0
  503. package/docs/plugins/sdk-agent-harness.md +339 -0
  504. package/docs/plugins/sdk-channel-inbound.md +70 -0
  505. package/docs/plugins/sdk-channel-ingress.md +137 -0
  506. package/docs/plugins/sdk-channel-message.md +18 -0
  507. package/docs/plugins/sdk-channel-outbound.md +113 -0
  508. package/docs/plugins/sdk-channel-plugins.md +770 -0
  509. package/docs/plugins/sdk-channel-turn.md +9 -0
  510. package/docs/plugins/sdk-entrypoints.md +344 -0
  511. package/docs/plugins/sdk-migration.md +1011 -0
  512. package/docs/plugins/sdk-overview.md +525 -0
  513. package/docs/plugins/sdk-provider-plugins.md +1019 -0
  514. package/docs/plugins/sdk-runtime.md +683 -0
  515. package/docs/plugins/sdk-setup.md +550 -0
  516. package/docs/plugins/sdk-subpaths.md +401 -0
  517. package/docs/plugins/sdk-testing.md +403 -0
  518. package/docs/plugins/tool-plugins.md +411 -0
  519. package/docs/plugins/voice-call.md +942 -0
  520. package/docs/plugins/webhooks.md +192 -0
  521. package/docs/plugins/workboard.md +402 -0
  522. package/docs/plugins/zalouser.md +86 -0
  523. package/docs/prose.md +191 -0
  524. package/docs/providers/alibaba.md +158 -0
  525. package/docs/providers/anthropic.md +386 -0
  526. package/docs/providers/arcee.md +144 -0
  527. package/docs/providers/azure-speech.md +119 -0
  528. package/docs/providers/bedrock-mantle.md +224 -0
  529. package/docs/providers/bedrock.md +433 -0
  530. package/docs/providers/cerebras.md +130 -0
  531. package/docs/providers/chutes.md +153 -0
  532. package/docs/providers/claude-max-api-proxy.md +191 -0
  533. package/docs/providers/cloudflare-ai-gateway.md +119 -0
  534. package/docs/providers/comfy.md +362 -0
  535. package/docs/providers/deepgram.md +184 -0
  536. package/docs/providers/deepinfra.md +92 -0
  537. package/docs/providers/deepseek.md +146 -0
  538. package/docs/providers/ds4.md +309 -0
  539. package/docs/providers/elevenlabs.md +130 -0
  540. package/docs/providers/fal.md +240 -0
  541. package/docs/providers/fireworks.md +144 -0
  542. package/docs/providers/github-copilot.md +257 -0
  543. package/docs/providers/gmi.md +92 -0
  544. package/docs/providers/google.md +472 -0
  545. package/docs/providers/gradium.md +123 -0
  546. package/docs/providers/groq.md +171 -0
  547. package/docs/providers/huggingface.md +235 -0
  548. package/docs/providers/index.md +105 -0
  549. package/docs/providers/inferrs.md +272 -0
  550. package/docs/providers/inworld.md +120 -0
  551. package/docs/providers/kilocode.md +135 -0
  552. package/docs/providers/litellm.md +234 -0
  553. package/docs/providers/lmstudio.md +224 -0
  554. package/docs/providers/minimax.md +518 -0
  555. package/docs/providers/mistral.md +235 -0
  556. package/docs/providers/models.md +64 -0
  557. package/docs/providers/moonshot.md +413 -0
  558. package/docs/providers/novita.md +92 -0
  559. package/docs/providers/nvidia.md +208 -0
  560. package/docs/providers/ollama-cloud.md +115 -0
  561. package/docs/providers/ollama.md +1225 -0
  562. package/docs/providers/openai.md +1091 -0
  563. package/docs/providers/opencode-go.md +123 -0
  564. package/docs/providers/opencode.md +149 -0
  565. package/docs/providers/openrouter.md +390 -0
  566. package/docs/providers/perplexity-provider.md +123 -0
  567. package/docs/providers/pixverse.md +165 -0
  568. package/docs/providers/qianfan.md +132 -0
  569. package/docs/providers/qwen-oauth.md +115 -0
  570. package/docs/providers/qwen.md +364 -0
  571. package/docs/providers/runway.md +103 -0
  572. package/docs/providers/senseaudio.md +68 -0
  573. package/docs/providers/sglang.md +161 -0
  574. package/docs/providers/stepfun.md +229 -0
  575. package/docs/providers/synthetic.md +154 -0
  576. package/docs/providers/tencent.md +130 -0
  577. package/docs/providers/together.md +140 -0
  578. package/docs/providers/venice.md +312 -0
  579. package/docs/providers/vercel-ai-gateway.md +128 -0
  580. package/docs/providers/vllm.md +407 -0
  581. package/docs/providers/volcengine.md +199 -0
  582. package/docs/providers/vydra.md +180 -0
  583. package/docs/providers/xai.md +571 -0
  584. package/docs/providers/xiaomi.md +286 -0
  585. package/docs/providers/zai.md +224 -0
  586. package/docs/refactor/access.md +9 -0
  587. package/docs/refactor/acp.md +298 -0
  588. package/docs/refactor/canvas.md +131 -0
  589. package/docs/refactor/database-first.md +2263 -0
  590. package/docs/refactor/ingress-core.md +341 -0
  591. package/docs/reference/AGENTS.default.md +131 -0
  592. package/docs/reference/RELEASING.md +844 -0
  593. package/docs/reference/api-usage-costs.md +208 -0
  594. package/docs/reference/application-modernization-plan.md +208 -0
  595. package/docs/reference/code-mode.md +1058 -0
  596. package/docs/reference/credits.md +33 -0
  597. package/docs/reference/device-models.md +50 -0
  598. package/docs/reference/full-release-validation.md +206 -0
  599. package/docs/reference/memory-config.md +630 -0
  600. package/docs/reference/prompt-caching.md +358 -0
  601. package/docs/reference/release-performance-sweep.md +347 -0
  602. package/docs/reference/rich-output-protocol.md +93 -0
  603. package/docs/reference/rpc.md +43 -0
  604. package/docs/reference/secret-placeholder-conventions.md +33 -0
  605. package/docs/reference/secretref-credential-surface.md +163 -0
  606. package/docs/reference/secretref-user-supplied-credentials-matrix.json +691 -0
  607. package/docs/reference/session-management-compaction.md +474 -0
  608. package/docs/reference/templates/AGENTS.dev.md +90 -0
  609. package/docs/reference/templates/AGENTS.md +227 -0
  610. package/docs/reference/templates/BOOT.md +16 -0
  611. package/docs/reference/templates/BOOTSTRAP.md +66 -0
  612. package/docs/reference/templates/HEARTBEAT.md +24 -0
  613. package/docs/reference/templates/IDENTITY.dev.md +52 -0
  614. package/docs/reference/templates/IDENTITY.md +34 -0
  615. package/docs/reference/templates/SOUL.dev.md +82 -0
  616. package/docs/reference/templates/SOUL.md +49 -0
  617. package/docs/reference/templates/TOOLS.dev.md +29 -0
  618. package/docs/reference/templates/TOOLS.md +51 -0
  619. package/docs/reference/templates/USER.dev.md +23 -0
  620. package/docs/reference/templates/USER.md +28 -0
  621. package/docs/reference/test.md +248 -0
  622. package/docs/reference/token-use.md +246 -0
  623. package/docs/reference/transcript-hygiene.md +226 -0
  624. package/docs/reference/wizard.md +252 -0
  625. package/docs/security/CONTRIBUTING-THREAT-MODEL.md +101 -0
  626. package/docs/security/THREAT-MODEL-ATLAS.md +611 -0
  627. package/docs/security/formal-verification.md +170 -0
  628. package/docs/security/incident-response.md +59 -0
  629. package/docs/security/network-proxy.md +268 -0
  630. package/docs/snippets/plugin-publish/minimal-openclaw.plugin.json +12 -0
  631. package/docs/snippets/plugin-publish/minimal-package.json +16 -0
  632. package/docs/specs/claw-supervisor.md +247 -0
  633. package/docs/start/bootstrapping.md +49 -0
  634. package/docs/start/docs-directory.md +69 -0
  635. package/docs/start/getting-started.md +152 -0
  636. package/docs/start/hubs.md +201 -0
  637. package/docs/start/lore.md +223 -0
  638. package/docs/start/onboarding-overview.md +72 -0
  639. package/docs/start/onboarding.md +98 -0
  640. package/docs/start/openclaw.md +246 -0
  641. package/docs/start/quickstart.md +25 -0
  642. package/docs/start/setup.md +178 -0
  643. package/docs/start/showcase.md +371 -0
  644. package/docs/start/wizard-cli-automation.md +232 -0
  645. package/docs/start/wizard-cli-reference.md +331 -0
  646. package/docs/start/wizard.md +142 -0
  647. package/docs/style.css +137 -0
  648. package/docs/tools/acp-agents-setup.md +356 -0
  649. package/docs/tools/acp-agents.md +865 -0
  650. package/docs/tools/agent-send.md +130 -0
  651. package/docs/tools/apply-patch.md +64 -0
  652. package/docs/tools/brave-search.md +139 -0
  653. package/docs/tools/browser-control.md +405 -0
  654. package/docs/tools/browser-linux-troubleshooting.md +173 -0
  655. package/docs/tools/browser-login.md +77 -0
  656. package/docs/tools/browser-wsl2-windows-remote-cdp-troubleshooting.md +219 -0
  657. package/docs/tools/browser.md +866 -0
  658. package/docs/tools/btw.md +159 -0
  659. package/docs/tools/capability-cookbook.md +12 -0
  660. package/docs/tools/clawhub.md +5 -0
  661. package/docs/tools/code-execution.md +173 -0
  662. package/docs/tools/creating-skills.md +271 -0
  663. package/docs/tools/diffs.md +527 -0
  664. package/docs/tools/duckduckgo-search.md +109 -0
  665. package/docs/tools/elevated.md +128 -0
  666. package/docs/tools/exa-search.md +152 -0
  667. package/docs/tools/exec-approvals-advanced.md +457 -0
  668. package/docs/tools/exec-approvals.md +520 -0
  669. package/docs/tools/exec.md +294 -0
  670. package/docs/tools/firecrawl.md +155 -0
  671. package/docs/tools/gemini-search.md +114 -0
  672. package/docs/tools/goal.md +217 -0
  673. package/docs/tools/grok-search.md +129 -0
  674. package/docs/tools/image-generation.md +538 -0
  675. package/docs/tools/index.md +176 -0
  676. package/docs/tools/kimi-search.md +105 -0
  677. package/docs/tools/llm-task.md +137 -0
  678. package/docs/tools/lobster.md +365 -0
  679. package/docs/tools/loop-detection.md +154 -0
  680. package/docs/tools/media-overview.md +161 -0
  681. package/docs/tools/minimax-search.md +102 -0
  682. package/docs/tools/multi-agent-sandbox-tools.md +409 -0
  683. package/docs/tools/music-generation.md +372 -0
  684. package/docs/tools/ollama-search.md +153 -0
  685. package/docs/tools/parallel-search.md +154 -0
  686. package/docs/tools/pdf.md +213 -0
  687. package/docs/tools/permission-modes.md +111 -0
  688. package/docs/tools/perplexity-search.md +220 -0
  689. package/docs/tools/plugin.md +378 -0
  690. package/docs/tools/reactions.md +100 -0
  691. package/docs/tools/searxng-search.md +141 -0
  692. package/docs/tools/skill-workshop.md +283 -0
  693. package/docs/tools/skills-config.md +457 -0
  694. package/docs/tools/skills.md +591 -0
  695. package/docs/tools/slash-commands.md +518 -0
  696. package/docs/tools/steer.md +77 -0
  697. package/docs/tools/subagents.md +652 -0
  698. package/docs/tools/tavily.md +162 -0
  699. package/docs/tools/thinking.md +142 -0
  700. package/docs/tools/tokenjuice.md +84 -0
  701. package/docs/tools/tool-search.md +269 -0
  702. package/docs/tools/trajectory.md +229 -0
  703. package/docs/tools/tts.md +1013 -0
  704. package/docs/tools/video-generation.md +555 -0
  705. package/docs/tools/web-fetch.md +210 -0
  706. package/docs/tools/web.md +476 -0
  707. package/docs/tts.md +11 -0
  708. package/docs/vps.md +139 -0
  709. package/docs/web/control-ui.md +530 -0
  710. package/docs/web/dashboard.md +107 -0
  711. package/docs/web/index.md +133 -0
  712. package/docs/web/tui.md +258 -0
  713. package/docs/web/webchat.md +102 -0
  714. package/npm-shrinkwrap.json +3485 -0
  715. package/openclaw.mjs +661 -0
  716. package/package.json +1971 -0
  717. package/patches/.gitkeep +0 -0
  718. package/patches/@agentclientprotocol__claude-agent-acp@0.39.0.patch +40 -0
  719. package/pnpm-workspace.yaml +124 -0
  720. package/scripts/crabbox-wrapper.mjs +2470 -0
  721. package/scripts/lib/official-external-channel-catalog.json +570 -0
  722. package/scripts/lib/official-external-plugin-catalog.json +284 -0
  723. package/scripts/lib/official-external-provider-catalog.json +158 -0
  724. package/scripts/lib/package-dist-imports.mjs +174 -0
  725. package/scripts/npm-runner.mjs +95 -0
  726. package/scripts/postinstall-bundled-plugins.mjs +978 -0
  727. package/scripts/preinstall-package-manager-warning.mjs +74 -0
  728. package/scripts/prepare-git-hooks.mjs +73 -0
  729. package/scripts/windows-cmd-helpers.mjs +29 -0
  730. package/skills/1password/SKILL.md +70 -0
  731. package/skills/1password/references/cli-examples.md +29 -0
  732. package/skills/1password/references/get-started.md +17 -0
  733. package/skills/apple-notes/SKILL.md +77 -0
  734. package/skills/apple-reminders/SKILL.md +118 -0
  735. package/skills/bear-notes/SKILL.md +107 -0
  736. package/skills/blogwatcher/SKILL.md +69 -0
  737. package/skills/blucli/SKILL.md +47 -0
  738. package/skills/camsnap/SKILL.md +45 -0
  739. package/skills/canvas/SKILL.md +78 -0
  740. package/skills/clawhub/SKILL.md +77 -0
  741. package/skills/coding-agent/SKILL.md +143 -0
  742. package/skills/diagram-maker/SKILL.md +53 -0
  743. package/skills/diagram-maker/references/excalidraw-patterns.md +85 -0
  744. package/skills/diagram-maker/references/svg-template.md +112 -0
  745. package/skills/discord/SKILL.md +136 -0
  746. package/skills/eightctl/SKILL.md +50 -0
  747. package/skills/gemini/SKILL.md +47 -0
  748. package/skills/gh-issues/SKILL.md +213 -0
  749. package/skills/gifgrep/SKILL.md +85 -0
  750. package/skills/github/SKILL.md +84 -0
  751. package/skills/gog/SKILL.md +116 -0
  752. package/skills/goplaces/SKILL.md +52 -0
  753. package/skills/healthcheck/SKILL.md +105 -0
  754. package/skills/himalaya/SKILL.md +80 -0
  755. package/skills/himalaya/references/configuration.md +184 -0
  756. package/skills/himalaya/references/message-composition.md +199 -0
  757. package/skills/imsg/SKILL.md +122 -0
  758. package/skills/mcporter/SKILL.md +61 -0
  759. package/skills/meme-maker/SKILL.md +42 -0
  760. package/skills/meme-maker/references/templates.json +358 -0
  761. package/skills/meme-maker/scripts/meme.mjs +398 -0
  762. package/skills/model-usage/SKILL.md +71 -0
  763. package/skills/model-usage/references/codexbar-cli.md +33 -0
  764. package/skills/model-usage/scripts/model_usage.py +319 -0
  765. package/skills/model-usage/scripts/test_model_usage.py +40 -0
  766. package/skills/nano-pdf/SKILL.md +38 -0
  767. package/skills/node-connect/SKILL.md +143 -0
  768. package/skills/node-inspect-debugger/SKILL.md +85 -0
  769. package/skills/notion/SKILL.md +150 -0
  770. package/skills/obsidian/SKILL.md +119 -0
  771. package/skills/openai-whisper/SKILL.md +38 -0
  772. package/skills/openai-whisper-api/SKILL.md +71 -0
  773. package/skills/openai-whisper-api/scripts/transcribe.sh +154 -0
  774. package/skills/openhue/SKILL.md +112 -0
  775. package/skills/oracle/SKILL.md +126 -0
  776. package/skills/ordercli/SKILL.md +78 -0
  777. package/skills/peekaboo/SKILL.md +198 -0
  778. package/skills/pyproject.toml +10 -0
  779. package/skills/python-debugpy/SKILL.md +73 -0
  780. package/skills/sag/SKILL.md +87 -0
  781. package/skills/session-logs/SKILL.md +151 -0
  782. package/skills/sherpa-onnx-tts/SKILL.md +109 -0
  783. package/skills/sherpa-onnx-tts/bin/sherpa-onnx-tts +178 -0
  784. package/skills/skill-creator/SKILL.md +78 -0
  785. package/skills/skill-creator/license.txt +202 -0
  786. package/skills/skill-creator/scripts/init_skill.py +378 -0
  787. package/skills/skill-creator/scripts/package_skill.py +144 -0
  788. package/skills/skill-creator/scripts/quick_validate.py +169 -0
  789. package/skills/skill-creator/scripts/test_package_skill.py +199 -0
  790. package/skills/skill-creator/scripts/test_quick_validate.py +116 -0
  791. package/skills/slack/SKILL.md +78 -0
  792. package/skills/songsee/SKILL.md +49 -0
  793. package/skills/sonoscli/SKILL.md +65 -0
  794. package/skills/spike/SKILL.md +51 -0
  795. package/skills/spotify-player/SKILL.md +64 -0
  796. package/skills/summarize/SKILL.md +87 -0
  797. package/skills/taskflow/SKILL.md +149 -0
  798. package/skills/taskflow/examples/inbox-triage.lobster +33 -0
  799. package/skills/taskflow/examples/pr-intake.lobster +32 -0
  800. package/skills/taskflow-inbox-triage/SKILL.md +119 -0
  801. package/skills/things-mac/SKILL.md +86 -0
  802. package/skills/tmux/SKILL.md +91 -0
  803. package/skills/tmux/scripts/find-sessions.sh +112 -0
  804. package/skills/tmux/scripts/wait-for-text.sh +83 -0
  805. package/skills/trello/SKILL.md +108 -0
  806. package/skills/video-frames/SKILL.md +46 -0
  807. package/skills/video-frames/scripts/frame.sh +81 -0
  808. package/skills/voice-call/SKILL.md +45 -0
  809. package/skills/wacli/SKILL.md +72 -0
  810. package/skills/weather/SKILL.md +87 -0
  811. package/skills/xurl/SKILL.md +120 -0
  812. package/src/agents/templates/HEARTBEAT.md +5 -0
@@ -0,0 +1,2115 @@
1
+ ---
2
+ summary: "Frequently asked questions about OpenClaw setup, configuration, and usage"
3
+ read_when:
4
+ - Answering common setup, install, onboarding, or runtime support questions
5
+ - Triaging user-reported issues before deeper debugging
6
+ title: "FAQ"
7
+ ---
8
+
9
+ Quick answers plus deeper troubleshooting for real-world setups (local dev, VPS, multi-agent, OAuth/API keys, model failover). For runtime diagnostics, see [Troubleshooting](/gateway/troubleshooting). For the full config reference, see [Configuration](/gateway/configuration).
10
+
11
+ ## First 60 seconds if something is broken
12
+
13
+ 1. **Quick status (first check)**
14
+
15
+ ```bash
16
+ openclaw status
17
+ ```
18
+
19
+ Fast local summary: OS + update, gateway/service reachability, agents/sessions, provider config + runtime issues (when gateway is reachable).
20
+
21
+ 2. **Pasteable report (safe to share)**
22
+
23
+ ```bash
24
+ openclaw status --all
25
+ ```
26
+
27
+ Read-only diagnosis with log tail (tokens redacted).
28
+
29
+ 3. **Daemon + port state**
30
+
31
+ ```bash
32
+ openclaw gateway status
33
+ ```
34
+
35
+ Shows supervisor runtime vs RPC reachability, the probe target URL, and which config the service likely used.
36
+
37
+ 4. **Deep probes**
38
+
39
+ ```bash
40
+ openclaw status --deep
41
+ ```
42
+
43
+ Runs a live gateway health probe, including channel probes when supported
44
+ (requires a reachable gateway). See [Health](/gateway/health).
45
+
46
+ 5. **Tail the latest log**
47
+
48
+ ```bash
49
+ openclaw logs --follow
50
+ ```
51
+
52
+ If RPC is down, fall back to:
53
+
54
+ ```bash
55
+ tail -f "$(ls -t /tmp/openclaw/openclaw-*.log | head -1)"
56
+ ```
57
+
58
+ File logs are separate from service logs; see [Logging](/logging) and [Troubleshooting](/gateway/troubleshooting).
59
+
60
+ 6. **Run the doctor (repairs)**
61
+
62
+ ```bash
63
+ openclaw doctor
64
+ ```
65
+
66
+ Repairs/migrates config/state + runs health checks. See [Doctor](/gateway/doctor).
67
+
68
+ 7. **Gateway snapshot**
69
+
70
+ ```bash
71
+ openclaw health --json
72
+ openclaw health --verbose # shows the target URL + config path on errors
73
+ ```
74
+
75
+ Asks the running gateway for a full snapshot (WS-only). See [Health](/gateway/health).
76
+
77
+ ## Quick start and first-run setup
78
+
79
+ First-run Q&A — install, onboard, auth routes, subscriptions, initial failures —
80
+ lives on the [First-run FAQ](/help/faq-first-run).
81
+
82
+ ## What is OpenClaw?
83
+
84
+ <AccordionGroup>
85
+ <Accordion title="What is OpenClaw, in one paragraph?">
86
+ OpenClaw is a personal AI assistant you run on your own devices. It replies on the messaging surfaces you already use (WhatsApp, Telegram, Slack, Mattermost, Discord, Google Chat, Signal, iMessage, WebChat, and bundled channel plugins such as QQ Bot) and can also do voice + a live Canvas on supported platforms. The **Gateway** is the always-on control plane; the assistant is the product.
87
+ </Accordion>
88
+
89
+ <Accordion title="Value proposition">
90
+ OpenClaw is not "just a Claude wrapper." It's a **local-first control plane** that lets you run a
91
+ capable assistant on **your own hardware**, reachable from the chat apps you already use, with
92
+ stateful sessions, memory, and tools - without handing control of your workflows to a hosted
93
+ SaaS.
94
+
95
+ Highlights:
96
+
97
+ - **Your devices, your data:** run the Gateway wherever you want (Mac, Linux, VPS) and keep the
98
+ workspace + session history local.
99
+ - **Real channels, not a web sandbox:** WhatsApp/Telegram/Slack/Discord/Signal/iMessage/etc,
100
+ plus mobile voice and Canvas on supported platforms.
101
+ - **Model-agnostic:** use Anthropic, OpenAI, MiniMax, OpenRouter, etc., with per-agent routing
102
+ and failover.
103
+ - **Local-only option:** run local models so **all data can stay on your device** if you want.
104
+ - **Multi-agent routing:** separate agents per channel, account, or task, each with its own
105
+ workspace and defaults.
106
+ - **Open source and hackable:** inspect, extend, and self-host without vendor lock-in.
107
+
108
+ Docs: [Gateway](/gateway), [Channels](/channels), [Multi-agent](/concepts/multi-agent),
109
+ [Memory](/concepts/memory).
110
+
111
+ </Accordion>
112
+
113
+ <Accordion title="I just set it up - what should I do first?">
114
+ Good first projects:
115
+
116
+ - Build a website (WordPress, Shopify, or a simple static site).
117
+ - Prototype a mobile app (outline, screens, API plan).
118
+ - Organize files and folders (cleanup, naming, tagging).
119
+ - Connect Gmail and automate summaries or follow ups.
120
+
121
+ It can handle large tasks, but it works best when you split them into phases and
122
+ use sub agents for parallel work.
123
+
124
+ </Accordion>
125
+
126
+ <Accordion title="What are the top five everyday use cases for OpenClaw?">
127
+ Everyday wins usually look like:
128
+
129
+ - **Personal briefings:** summaries of inbox, calendar, and news you care about.
130
+ - **Research and drafting:** quick research, summaries, and first drafts for emails or docs.
131
+ - **Reminders and follow ups:** cron or heartbeat driven nudges and checklists.
132
+ - **Browser automation:** filling forms, collecting data, and repeating web tasks.
133
+ - **Cross device coordination:** send a task from your phone, let the Gateway run it on a server, and get the result back in chat.
134
+
135
+ </Accordion>
136
+
137
+ <Accordion title="Can OpenClaw help with lead gen, outreach, ads, and blogs for a SaaS?">
138
+ Yes for **research, qualification, and drafting**. It can scan sites, build shortlists,
139
+ summarize prospects, and write outreach or ad copy drafts.
140
+
141
+ For **outreach or ad runs**, keep a human in the loop. Avoid spam, follow local laws and
142
+ platform policies, and review anything before it is sent. The safest pattern is to let
143
+ OpenClaw draft and you approve.
144
+
145
+ Docs: [Security](/gateway/security).
146
+
147
+ </Accordion>
148
+
149
+ <Accordion title="What are the advantages vs Claude Code for web development?">
150
+ OpenClaw is a **personal assistant** and coordination layer, not an IDE replacement. Use
151
+ Claude Code or Codex for the fastest direct coding loop inside a repo. Use OpenClaw when you
152
+ want durable memory, cross-device access, and tool orchestration.
153
+
154
+ Advantages:
155
+
156
+ - **Persistent memory + workspace** across sessions
157
+ - **Multi-platform access** (WhatsApp, Telegram, TUI, WebChat)
158
+ - **Tool orchestration** (browser, files, scheduling, hooks)
159
+ - **Always-on Gateway** (run on a VPS, interact from anywhere)
160
+ - **Nodes** for local browser/screen/camera/exec
161
+
162
+ Showcase: [https://openclaw.ai/showcase](https://openclaw.ai/showcase)
163
+
164
+ </Accordion>
165
+ </AccordionGroup>
166
+
167
+ ## Skills and automation
168
+
169
+ <AccordionGroup>
170
+ <Accordion title="How do I customize skills without keeping the repo dirty?">
171
+ Use managed overrides instead of editing the repo copy. Put your changes in `~/.openclaw/skills/<name>/SKILL.md` (or add a folder via `skills.load.extraDirs` in `~/.openclaw/openclaw.json`). Precedence is `<workspace>/skills` → `<workspace>/.agents/skills` → `~/.agents/skills` → `~/.openclaw/skills` → bundled → `skills.load.extraDirs`, so managed overrides still win over bundled skills without touching git. If you need the skill installed globally but only visible to some agents, keep the shared copy in `~/.openclaw/skills` and control visibility with `agents.defaults.skills` and `agents.list[].skills`. Only upstream-worthy edits should live in the repo and go out as PRs.
172
+ </Accordion>
173
+
174
+ <Accordion title="Can I load skills from a custom folder?">
175
+ Yes. Add extra directories via `skills.load.extraDirs` in `~/.openclaw/openclaw.json` (lowest precedence). Default precedence is `<workspace>/skills` → `<workspace>/.agents/skills` → `~/.agents/skills` → `~/.openclaw/skills` → bundled → `skills.load.extraDirs`. `clawhub` installs into `./skills` by default, which OpenClaw treats as `<workspace>/skills` on the next session. If the skill should only be visible to certain agents, pair that with `agents.defaults.skills` or `agents.list[].skills`.
176
+ </Accordion>
177
+
178
+ <Accordion title="How can I use different models or settings for different tasks?">
179
+ Today the supported patterns are:
180
+
181
+ - **Cron jobs**: isolated jobs can set a `model` override per job.
182
+ - **Agents**: route tasks to separate agents with different default models, thinking levels, and stream params.
183
+ - **On-demand switch**: use `/model` to switch the current session model at any time.
184
+
185
+ For example, use the same model with different per-agent settings:
186
+
187
+ ```json5
188
+ {
189
+ agents: {
190
+ list: [
191
+ {
192
+ id: "coder",
193
+ model: "xiaomi/mimo-v2.5-pro",
194
+ thinkingDefault: "high",
195
+ params: { temperature: 0.1 },
196
+ },
197
+ {
198
+ id: "chat",
199
+ model: "xiaomi/mimo-v2.5-pro",
200
+ thinkingDefault: "off",
201
+ params: { temperature: 0.8 },
202
+ },
203
+ ],
204
+ },
205
+ }
206
+ ```
207
+
208
+ Put shared per-model defaults in `agents.defaults.models["provider/model"].params`, then put agent-specific overrides in flat `agents.list[].params`. Do not define separate nested `agents.list[].models["provider/model"].params` entries for the same model; `agents.list[].models` is for per-agent model catalog and runtime overrides.
209
+
210
+ See [Cron jobs](/automation/cron-jobs), [Multi-Agent Routing](/concepts/multi-agent), [Configuration](/gateway/config-agents), and [Slash commands](/tools/slash-commands).
211
+
212
+ </Accordion>
213
+
214
+ <Accordion title="The bot freezes while doing heavy work. How do I offload that?">
215
+ Use **sub-agents** for long or parallel tasks. Sub-agents run in their own session,
216
+ return a summary, and keep your main chat responsive.
217
+
218
+ Ask your bot to "spawn a sub-agent for this task" or use `/subagents`.
219
+ Use `/status` in chat to see what the Gateway is doing right now (and whether it is busy).
220
+
221
+ Token tip: long tasks and sub-agents both consume tokens. If cost is a concern, set a
222
+ cheaper model for sub-agents via `agents.defaults.subagents.model`.
223
+
224
+ Docs: [Sub-agents](/tools/subagents), [Background Tasks](/automation/tasks).
225
+
226
+ </Accordion>
227
+
228
+ <Accordion title="How do thread-bound subagent sessions work on Discord?">
229
+ Use thread bindings. You can bind a Discord thread to a subagent or session target so follow-up messages in that thread stay on that bound session.
230
+
231
+ Basic flow:
232
+
233
+ - Spawn with `sessions_spawn` using `thread: true` (and optionally `mode: "session"` for persistent follow-up).
234
+ - Or manually bind with `/focus <target>`.
235
+ - Use `/agents` to inspect binding state.
236
+ - Use `/session idle <duration|off>` and `/session max-age <duration|off>` to control auto-unfocus.
237
+ - Use `/unfocus` to detach the thread.
238
+
239
+ Required config:
240
+
241
+ - Global defaults: `session.threadBindings.enabled`, `session.threadBindings.idleHours`, `session.threadBindings.maxAgeHours`.
242
+ - Discord overrides: `channels.discord.threadBindings.enabled`, `channels.discord.threadBindings.idleHours`, `channels.discord.threadBindings.maxAgeHours`.
243
+ - Auto-bind on spawn: `channels.discord.threadBindings.spawnSessions` defaults to `true`; set it to `false` to disable thread-bound session spawns.
244
+
245
+ Docs: [Sub-agents](/tools/subagents), [Discord](/channels/discord), [Configuration Reference](/gateway/configuration-reference), [Slash commands](/tools/slash-commands).
246
+
247
+ </Accordion>
248
+
249
+ <Accordion title="A subagent finished, but the completion update went to the wrong place or never posted. What should I check?">
250
+ Check the resolved requester route first:
251
+
252
+ - Completion-mode subagent delivery prefers any bound thread or conversation route when one exists.
253
+ - If the completion origin only carries a channel, OpenClaw falls back to the requester session's stored route (`lastChannel` / `lastTo` / `lastAccountId`) so direct delivery can still succeed.
254
+ - If neither a bound route nor a usable stored route exists, direct delivery can fail and the result falls back to queued session delivery instead of posting immediately to chat.
255
+ - Invalid or stale targets can still force queue fallback or final delivery failure.
256
+ - If the child's last visible assistant reply is the exact silent token `NO_REPLY` / `no_reply`, or exactly `ANNOUNCE_SKIP`, OpenClaw intentionally suppresses the announce instead of posting stale earlier progress.
257
+ - Tool/toolResult output is not promoted into child result text; the result is the child's latest visible assistant reply.
258
+
259
+ Debug:
260
+
261
+ ```bash
262
+ openclaw tasks show <runId-or-sessionKey>
263
+ ```
264
+
265
+ Docs: [Sub-agents](/tools/subagents), [Background Tasks](/automation/tasks), [Session Tools](/concepts/session-tool).
266
+
267
+ </Accordion>
268
+
269
+ <Accordion title="Cron or reminders do not fire. What should I check?">
270
+ Cron runs inside the Gateway process. If the Gateway is not running continuously,
271
+ scheduled jobs will not run.
272
+
273
+ Checklist:
274
+
275
+ - Confirm cron is enabled (`cron.enabled`) and `OPENCLAW_SKIP_CRON` is not set.
276
+ - Check the Gateway is running 24/7 (no sleep/restarts).
277
+ - Verify timezone settings for the job (`--tz` vs host timezone).
278
+
279
+ Debug:
280
+
281
+ ```bash
282
+ openclaw cron run <jobId>
283
+ openclaw cron runs --id <jobId> --limit 50
284
+ ```
285
+
286
+ Docs: [Cron jobs](/automation/cron-jobs), [Automation](/automation).
287
+
288
+ </Accordion>
289
+
290
+ <Accordion title="Cron fired, but nothing was sent to the channel. Why?">
291
+ Check the delivery mode first:
292
+
293
+ - `--no-deliver` / `delivery.mode: "none"` means no runner fallback send is expected.
294
+ - Missing or invalid announce target (`channel` / `to`) means the runner skipped outbound delivery.
295
+ - Channel auth failures (`unauthorized`, `Forbidden`) mean the runner tried to deliver but credentials blocked it.
296
+ - A silent isolated result (`NO_REPLY` / `no_reply` only) is treated as intentionally non-deliverable, so the runner also suppresses queued fallback delivery.
297
+
298
+ For isolated cron jobs, the agent can still send directly with the `message`
299
+ tool when a chat route is available. `--announce` only controls the runner
300
+ fallback path for final text that the agent did not already send.
301
+
302
+ Debug:
303
+
304
+ ```bash
305
+ openclaw cron runs --id <jobId> --limit 50
306
+ openclaw tasks show <runId-or-sessionKey>
307
+ ```
308
+
309
+ Docs: [Cron jobs](/automation/cron-jobs), [Background Tasks](/automation/tasks).
310
+
311
+ </Accordion>
312
+
313
+ <Accordion title="Why did an isolated cron run switch models or retry once?">
314
+ That is usually the live model-switch path, not duplicate scheduling.
315
+
316
+ Isolated cron can persist a runtime model handoff and retry when the active
317
+ run throws `LiveSessionModelSwitchError`. The retry keeps the switched
318
+ provider/model, and if the switch carried a new auth profile override, cron
319
+ persists that too before retrying.
320
+
321
+ Related selection rules:
322
+
323
+ - Gmail hook model override wins first when applicable.
324
+ - Then per-job `model`.
325
+ - Then any stored cron-session model override.
326
+ - Then the normal agent/default model selection.
327
+
328
+ The retry loop is bounded. After the initial attempt plus 2 switch retries,
329
+ cron aborts instead of looping forever.
330
+
331
+ Debug:
332
+
333
+ ```bash
334
+ openclaw cron runs --id <jobId> --limit 50
335
+ openclaw tasks show <runId-or-sessionKey>
336
+ ```
337
+
338
+ Docs: [Cron jobs](/automation/cron-jobs), [cron CLI](/cli/cron).
339
+
340
+ </Accordion>
341
+
342
+ <Accordion title="How do I install skills on Linux?">
343
+ Use native `openclaw skills` commands or drop skills into your workspace. The macOS Skills UI isn't available on Linux.
344
+ Browse skills at [https://clawhub.ai](https://clawhub.ai).
345
+
346
+ ```bash
347
+ openclaw skills search "calendar"
348
+ openclaw skills search --limit 20
349
+ openclaw skills install <skill-slug>
350
+ openclaw skills install <skill-slug> --version <version>
351
+ openclaw skills install <skill-slug> --force
352
+ openclaw skills install <skill-slug> --global
353
+ openclaw skills update --all
354
+ openclaw skills update --all --global
355
+ openclaw skills list --eligible
356
+ openclaw skills check
357
+ ```
358
+
359
+ Native `openclaw skills install` writes into the active workspace `skills/`
360
+ directory by default. Add `--global` to install into the shared managed
361
+ skills directory for all local agents. Install the separate `clawhub` CLI
362
+ only if you want to publish or sync your own skills. Use
363
+ `agents.defaults.skills` or `agents.list[].skills` if you want to narrow
364
+ which agents can see shared skills.
365
+
366
+ </Accordion>
367
+
368
+ <Accordion title="Can OpenClaw run tasks on a schedule or continuously in the background?">
369
+ Yes. Use the Gateway scheduler:
370
+
371
+ - **Cron jobs** for scheduled or recurring tasks (persist across restarts).
372
+ - **Heartbeat** for "main session" periodic checks.
373
+ - **Isolated jobs** for autonomous agents that post summaries or deliver to chats.
374
+
375
+ Docs: [Cron jobs](/automation/cron-jobs), [Automation](/automation),
376
+ [Heartbeat](/gateway/heartbeat).
377
+
378
+ </Accordion>
379
+
380
+ <Accordion title="Can I run Apple macOS-only skills from Linux?">
381
+ Not directly. macOS skills are gated by `metadata.openclaw.os` plus required binaries, and skills only appear in the system prompt when they are eligible on the **Gateway host**. On Linux, `darwin`-only skills (like `apple-notes`, `apple-reminders`, `things-mac`) will not load unless you override the gating.
382
+
383
+ You have three supported patterns:
384
+
385
+ **Option A - run the Gateway on a Mac (simplest).**
386
+ Run the Gateway where the macOS binaries exist, then connect from Linux in [remote mode](#gateway-ports-already-running-and-remote-mode) or over Tailscale. The skills load normally because the Gateway host is macOS.
387
+
388
+ **Option B - use a macOS node (no SSH).**
389
+ Run the Gateway on Linux, pair a macOS node (menubar app), and set **Node Run Commands** to "Always Ask" or "Always Allow" on the Mac. OpenClaw can treat macOS-only skills as eligible when the required binaries exist on the node. The agent runs those skills via the `nodes` tool. If you choose "Always Ask", approving "Always Allow" in the prompt adds that command to the allowlist.
390
+
391
+ **Option C - proxy macOS binaries over SSH (advanced).**
392
+ Keep the Gateway on Linux, but make the required CLI binaries resolve to SSH wrappers that run on a Mac. Then override the skill to allow Linux so it stays eligible.
393
+
394
+ 1. Create an SSH wrapper for the binary (example: `memo` for Apple Notes):
395
+
396
+ ```bash
397
+ #!/usr/bin/env bash
398
+ set -euo pipefail
399
+ exec ssh -T user@mac-host /opt/homebrew/bin/memo "$@"
400
+ ```
401
+
402
+ 2. Put the wrapper on `PATH` on the Linux host (for example `~/bin/memo`).
403
+ 3. Override the skill metadata (workspace or `~/.openclaw/skills`) to allow Linux:
404
+
405
+ ```markdown
406
+ ---
407
+ name: apple-notes
408
+ description: Manage Apple Notes via the memo CLI on macOS.
409
+ metadata: { "openclaw": { "os": ["darwin", "linux"], "requires": { "bins": ["memo"] } } }
410
+ ---
411
+ ```
412
+
413
+ 4. Start a new session so the skills snapshot refreshes.
414
+
415
+ </Accordion>
416
+
417
+ <Accordion title="Do you have a Notion or HeyGen integration?">
418
+ Not built-in today.
419
+
420
+ Options:
421
+
422
+ - **Custom skill / plugin:** best for reliable API access (Notion/HeyGen both have APIs).
423
+ - **Browser automation:** works without code but is slower and more fragile.
424
+
425
+ If you want to keep context per client (agency workflows), a simple pattern is:
426
+
427
+ - One Notion page per client (context + preferences + active work).
428
+ - Ask the agent to fetch that page at the start of a session.
429
+
430
+ If you want a native integration, open a feature request or build a skill
431
+ targeting those APIs.
432
+
433
+ Install skills:
434
+
435
+ ```bash
436
+ openclaw skills install <skill-slug>
437
+ openclaw skills update --all
438
+ ```
439
+
440
+ Native installs land in the active workspace `skills/` directory. For shared skills across all local agents, use `openclaw skills install <slug> --global` (or place them manually in `~/.openclaw/skills/<name>/SKILL.md`). If only some agents should see a shared install, configure `agents.defaults.skills` or `agents.list[].skills`. Some skills expect binaries installed via Homebrew; on Linux that means Linuxbrew (see the Homebrew Linux FAQ entry above). See [Skills](/tools/skills), [Skills config](/tools/skills-config), and [ClawHub](/tools/clawhub).
441
+
442
+ </Accordion>
443
+
444
+ <Accordion title="How do I use my existing signed-in Chrome with OpenClaw?">
445
+ Use the built-in `user` browser profile, which attaches through Chrome DevTools MCP:
446
+
447
+ ```bash
448
+ openclaw browser --browser-profile user tabs
449
+ openclaw browser --browser-profile user snapshot
450
+ ```
451
+
452
+ If you want a custom name, create an explicit MCP profile:
453
+
454
+ ```bash
455
+ openclaw browser create-profile --name chrome-live --driver existing-session
456
+ openclaw browser --browser-profile chrome-live tabs
457
+ ```
458
+
459
+ This path can use the local host browser or a connected browser node. If the Gateway runs elsewhere, either run a node host on the browser machine or use remote CDP instead.
460
+
461
+ Current limits on `existing-session` / `user`:
462
+
463
+ - actions are ref-driven, not CSS-selector driven
464
+ - uploads require `ref` / `inputRef` and currently support one file at a time
465
+ - `responsebody`, PDF export, download interception, and batch actions still need a managed browser or raw CDP profile
466
+
467
+ </Accordion>
468
+ </AccordionGroup>
469
+
470
+ ## Sandboxing and memory
471
+
472
+ <AccordionGroup>
473
+ <Accordion title="Is there a dedicated sandboxing doc?">
474
+ Yes. See [Sandboxing](/gateway/sandboxing). For Docker-specific setup (full gateway in Docker or sandbox images), see [Docker](/install/docker).
475
+ </Accordion>
476
+
477
+ <Accordion title="Docker feels limited - how do I enable full features?">
478
+ The default image is security-first and runs as the `node` user, so it does not
479
+ include system packages, Homebrew, or bundled browsers. For a fuller setup:
480
+
481
+ - Persist `/home/node` with `OPENCLAW_HOME_VOLUME` so caches survive.
482
+ - Bake system deps into the image with `OPENCLAW_IMAGE_APT_PACKAGES`.
483
+ - Install Playwright browsers via the bundled CLI:
484
+ `node /app/node_modules/playwright-core/cli.js install chromium`
485
+ - Set `PLAYWRIGHT_BROWSERS_PATH` and ensure the path is persisted.
486
+
487
+ Docs: [Docker](/install/docker), [Browser](/tools/browser).
488
+
489
+ </Accordion>
490
+
491
+ <Accordion title="Can I keep DMs personal but make groups public/sandboxed with one agent?">
492
+ Yes - if your private traffic is **DMs** and your public traffic is **groups**.
493
+
494
+ Use `agents.defaults.sandbox.mode: "non-main"` so group/channel sessions (non-main keys) run in the configured sandbox backend, while the main DM session stays on-host. Docker is the default backend if you do not choose one. Then restrict what tools are available in sandboxed sessions via `tools.sandbox.tools`.
495
+
496
+ Setup walkthrough + example config: [Groups: personal DMs + public groups](/channels/groups#pattern-personal-dms-public-groups-single-agent)
497
+
498
+ Key config reference: [Gateway configuration](/gateway/config-agents#agentsdefaultssandbox)
499
+
500
+ </Accordion>
501
+
502
+ <Accordion title="How do I bind a host folder into the sandbox?">
503
+ Set `agents.defaults.sandbox.docker.binds` to `["host:path:mode"]` (e.g., `"/home/user/src:/src:ro"`). Global + per-agent binds merge; per-agent binds are ignored when `scope: "shared"`. Use `:ro` for anything sensitive and remember binds bypass the sandbox filesystem walls.
504
+
505
+ OpenClaw validates bind sources against both the normalized path and the canonical path resolved through the deepest existing ancestor. That means symlink-parent escapes still fail closed even when the last path segment does not exist yet, and allowed-root checks still apply after symlink resolution.
506
+
507
+ See [Sandboxing](/gateway/sandboxing#custom-bind-mounts) and [Sandbox vs Tool Policy vs Elevated](/gateway/sandbox-vs-tool-policy-vs-elevated#bind-mounts-security-quick-check) for examples and safety notes.
508
+
509
+ </Accordion>
510
+
511
+ <Accordion title="How does memory work?">
512
+ OpenClaw memory is just Markdown files in the agent workspace:
513
+
514
+ - Daily notes in `memory/YYYY-MM-DD.md`
515
+ - Curated long-term notes in `MEMORY.md` (main/private sessions only)
516
+
517
+ OpenClaw also runs a **silent pre-compaction memory flush** to remind the model
518
+ to write durable notes before auto-compaction. This only runs when the workspace
519
+ is writable (read-only sandboxes skip it). See [Memory](/concepts/memory).
520
+
521
+ </Accordion>
522
+
523
+ <Accordion title="Memory keeps forgetting things. How do I make it stick?">
524
+ Ask the bot to **write the fact to memory**. Long-term notes belong in `MEMORY.md`,
525
+ short-term context goes into `memory/YYYY-MM-DD.md`.
526
+
527
+ This is still an area we are improving. It helps to remind the model to store memories;
528
+ it will know what to do. If it keeps forgetting, verify the Gateway is using the same
529
+ workspace on every run.
530
+
531
+ Docs: [Memory](/concepts/memory), [Agent workspace](/concepts/agent-workspace).
532
+
533
+ </Accordion>
534
+
535
+ <Accordion title="Does memory persist forever? What are the limits?">
536
+ Memory files live on disk and persist until you delete them. The limit is your
537
+ storage, not the model. The **session context** is still limited by the model
538
+ context window, so long conversations can compact or truncate. That is why
539
+ memory search exists - it pulls only the relevant parts back into context.
540
+
541
+ Docs: [Memory](/concepts/memory), [Context](/concepts/context).
542
+
543
+ </Accordion>
544
+
545
+ <Accordion title="Does semantic memory search require an OpenAI API key?">
546
+ Only if you use **OpenAI embeddings**. Codex OAuth covers chat/completions and
547
+ does **not** grant embeddings access, so **signing in with Codex (OAuth or the
548
+ Codex CLI login)** does not help for semantic memory search. OpenAI embeddings
549
+ still need a real API key (`OPENAI_API_KEY` or `models.providers.openai.apiKey`).
550
+
551
+ If you don't set a provider explicitly, OpenClaw uses OpenAI embeddings. Legacy
552
+ configs that still say `memorySearch.provider = "auto"` resolve to OpenAI too.
553
+ If no OpenAI API key is available, semantic memory search stays unavailable
554
+ until you configure a key or choose another provider explicitly.
555
+
556
+ If you'd rather stay local, set `memorySearch.provider = "local"` (and optionally
557
+ `memorySearch.fallback = "none"`). If you want Gemini embeddings, set
558
+ `memorySearch.provider = "gemini"` and provide `GEMINI_API_KEY` (or
559
+ `memorySearch.remote.apiKey`). We support **OpenAI, OpenAI-compatible, Gemini,
560
+ Voyage, Mistral, Bedrock, Ollama, LM Studio, GitHub Copilot, DeepInfra, or local**
561
+ embedding models - see [Memory](/concepts/memory) for the setup details.
562
+
563
+ </Accordion>
564
+ </AccordionGroup>
565
+
566
+ ## Where things live on disk
567
+
568
+ <AccordionGroup>
569
+ <Accordion title="Is all data used with OpenClaw saved locally?">
570
+ No - **OpenClaw's state is local**, but **external services still see what you send them**.
571
+
572
+ - **Local by default:** sessions, memory files, config, and workspace live on the Gateway host
573
+ (`~/.openclaw` + your workspace directory).
574
+ - **Remote by necessity:** messages you send to model providers (Anthropic/OpenAI/etc.) go to
575
+ their APIs, and chat platforms (WhatsApp/Telegram/Slack/etc.) store message data on their
576
+ servers.
577
+ - **You control the footprint:** using local models keeps prompts on your machine, but channel
578
+ traffic still goes through the channel's servers.
579
+
580
+ Related: [Agent workspace](/concepts/agent-workspace), [Memory](/concepts/memory).
581
+
582
+ </Accordion>
583
+
584
+ <Accordion title="Where does OpenClaw store its data?">
585
+ Everything lives under `$OPENCLAW_STATE_DIR` (default: `~/.openclaw`):
586
+
587
+ | Path | Purpose |
588
+ | --------------------------------------------------------------- | ------------------------------------------------------------------ |
589
+ | `$OPENCLAW_STATE_DIR/openclaw.json` | Main config (JSON5) |
590
+ | `$OPENCLAW_STATE_DIR/credentials/oauth.json` | Legacy OAuth import (copied into auth profiles on first use) |
591
+ | `$OPENCLAW_STATE_DIR/agents/<agentId>/agent/auth-profiles.json` | Auth profiles (OAuth, API keys, and optional `keyRef`/`tokenRef`) |
592
+ | `$OPENCLAW_STATE_DIR/secrets.json` | Optional file-backed secret payload for `file` SecretRef providers |
593
+ | `$OPENCLAW_STATE_DIR/agents/<agentId>/agent/auth.json` | Legacy compatibility file (static `api_key` entries scrubbed) |
594
+ | `$OPENCLAW_STATE_DIR/credentials/` | Provider state (e.g. `whatsapp/<accountId>/creds.json`) |
595
+ | `$OPENCLAW_STATE_DIR/agents/` | Per-agent state (agentDir + sessions) |
596
+ | `$OPENCLAW_STATE_DIR/agents/<agentId>/sessions/` | Conversation history & state (per agent) |
597
+ | `$OPENCLAW_STATE_DIR/agents/<agentId>/sessions/sessions.json` | Session metadata (per agent) |
598
+
599
+ Legacy single-agent path: `~/.openclaw/agent/*` (migrated by `openclaw doctor`).
600
+
601
+ Your **workspace** (AGENTS.md, memory files, skills, etc.) is separate and configured via `agents.defaults.workspace` (default: `~/.openclaw/workspace`).
602
+
603
+ </Accordion>
604
+
605
+ <Accordion title="Where should AGENTS.md / SOUL.md / USER.md / MEMORY.md live?">
606
+ These files live in the **agent workspace**, not `~/.openclaw`.
607
+
608
+ - **Workspace (per agent)**: `AGENTS.md`, `SOUL.md`, `IDENTITY.md`, `USER.md`,
609
+ `MEMORY.md`, `memory/YYYY-MM-DD.md`, optional `HEARTBEAT.md`.
610
+ Lowercase root `memory.md` is legacy repair input only; `openclaw doctor --fix`
611
+ can merge it into `MEMORY.md` when both files exist.
612
+ - **State dir (`~/.openclaw`)**: config, channel/provider state, auth profiles, sessions, logs,
613
+ and shared skills (`~/.openclaw/skills`).
614
+
615
+ Default workspace is `~/.openclaw/workspace`, configurable via:
616
+
617
+ ```json5
618
+ {
619
+ agents: { defaults: { workspace: "~/.openclaw/workspace" } },
620
+ }
621
+ ```
622
+
623
+ If the bot "forgets" after a restart, confirm the Gateway is using the same
624
+ workspace on every launch (and remember: remote mode uses the **gateway host's**
625
+ workspace, not your local laptop).
626
+
627
+ Tip: if you want a durable behavior or preference, ask the bot to **write it into
628
+ AGENTS.md or MEMORY.md** rather than relying on chat history.
629
+
630
+ See [Agent workspace](/concepts/agent-workspace) and [Memory](/concepts/memory).
631
+
632
+ </Accordion>
633
+
634
+ <Accordion title="Can I make SOUL.md bigger?">
635
+ Yes. `SOUL.md` is one of the workspace bootstrap files injected into the
636
+ agent context. The default per-file injection limit is `20000` characters,
637
+ and the total bootstrap budget across files is `60000` characters.
638
+
639
+ Change the shared defaults in your OpenClaw config:
640
+
641
+ ```json5
642
+ {
643
+ agents: {
644
+ defaults: {
645
+ bootstrapMaxChars: 50000,
646
+ bootstrapTotalMaxChars: 300000,
647
+ },
648
+ },
649
+ }
650
+ ```
651
+
652
+ Or override one agent:
653
+
654
+ ```json5
655
+ {
656
+ agents: {
657
+ list: [
658
+ {
659
+ id: "main",
660
+ bootstrapMaxChars: 50000,
661
+ bootstrapTotalMaxChars: 300000,
662
+ },
663
+ ],
664
+ },
665
+ }
666
+ ```
667
+
668
+ Use `/context` to check raw vs injected sizes and whether truncation happened.
669
+ Keep `SOUL.md` focused on voice, stance, and personality; put operating rules
670
+ in `AGENTS.md` and durable facts in memory.
671
+
672
+ See [Context](/concepts/context) and [Agent config](/gateway/config-agents).
673
+
674
+ </Accordion>
675
+
676
+ <Accordion title="Recommended backup strategy">
677
+ Put your **agent workspace** in a **private** git repo and back it up somewhere
678
+ private (for example GitHub private). This captures memory + AGENTS/SOUL/USER
679
+ files, and lets you restore the assistant's "mind" later.
680
+
681
+ Do **not** commit anything under `~/.openclaw` (credentials, sessions, tokens, or encrypted secrets payloads).
682
+ If you need a full restore, back up both the workspace and the state directory
683
+ separately (see the migration question above).
684
+
685
+ Docs: [Agent workspace](/concepts/agent-workspace).
686
+
687
+ </Accordion>
688
+
689
+ <Accordion title="How do I completely uninstall OpenClaw?">
690
+ See the dedicated guide: [Uninstall](/install/uninstall).
691
+ </Accordion>
692
+
693
+ <Accordion title="Can agents work outside the workspace?">
694
+ Yes. The workspace is the **default cwd** and memory anchor, not a hard sandbox.
695
+ Relative paths resolve inside the workspace, but absolute paths can access other
696
+ host locations unless sandboxing is enabled. If you need isolation, use
697
+ [`agents.defaults.sandbox`](/gateway/sandboxing) or per-agent sandbox settings. If you
698
+ want a repo to be the default working directory, point that agent's
699
+ `workspace` to the repo root. The OpenClaw repo is just source code; keep the
700
+ workspace separate unless you intentionally want the agent to work inside it.
701
+
702
+ Example (repo as default cwd):
703
+
704
+ ```json5
705
+ {
706
+ agents: {
707
+ defaults: {
708
+ workspace: "~/Projects/my-repo",
709
+ },
710
+ },
711
+ }
712
+ ```
713
+
714
+ </Accordion>
715
+
716
+ <Accordion title="Remote mode: where is the session store?">
717
+ Session state is owned by the **gateway host**. If you're in remote mode, the session store you care about is on the remote machine, not your local laptop. See [Session management](/concepts/session).
718
+ </Accordion>
719
+ </AccordionGroup>
720
+
721
+ ## Config basics
722
+
723
+ <AccordionGroup>
724
+ <Accordion title="What format is the config? Where is it?">
725
+ OpenClaw reads an optional **JSON5** config from `$OPENCLAW_CONFIG_PATH` (default: `~/.openclaw/openclaw.json`):
726
+
727
+ ```
728
+ $OPENCLAW_CONFIG_PATH
729
+ ```
730
+
731
+ If the file is missing, it uses safe-ish defaults (including a default workspace of `~/.openclaw/workspace`).
732
+
733
+ </Accordion>
734
+
735
+ <Accordion title='I set gateway.bind: "lan" (or "tailnet") and now nothing listens / the UI says unauthorized'>
736
+ Non-loopback binds **require a valid gateway auth path**. In practice that means:
737
+
738
+ - shared-secret auth: token or password
739
+ - `gateway.auth.mode: "trusted-proxy"` behind a correctly configured identity-aware reverse proxy
740
+
741
+ ```json5
742
+ {
743
+ gateway: {
744
+ bind: "lan",
745
+ auth: {
746
+ mode: "token",
747
+ token: "replace-me",
748
+ },
749
+ },
750
+ }
751
+ ```
752
+
753
+ Notes:
754
+
755
+ - `gateway.remote.token` / `.password` do **not** enable local gateway auth by themselves.
756
+ - Local call paths can use `gateway.remote.*` as fallback only when `gateway.auth.*` is unset.
757
+ - For password auth, set `gateway.auth.mode: "password"` plus `gateway.auth.password` (or `OPENCLAW_GATEWAY_PASSWORD`) instead.
758
+ - If `gateway.auth.token` / `gateway.auth.password` is explicitly configured via SecretRef and unresolved, resolution fails closed (no remote fallback masking).
759
+ - Shared-secret Control UI setups authenticate via `connect.params.auth.token` or `connect.params.auth.password` (stored in app/UI settings). Identity-bearing modes such as Tailscale Serve or `trusted-proxy` use request headers instead. Avoid putting shared secrets in URLs.
760
+ - With `gateway.auth.mode: "trusted-proxy"`, same-host loopback reverse proxies require explicit `gateway.auth.trustedProxy.allowLoopback = true` and a loopback entry in `gateway.trustedProxies`.
761
+
762
+ </Accordion>
763
+
764
+ <Accordion title="Why do I need a token on localhost now?">
765
+ OpenClaw enforces gateway auth by default, including loopback. In the normal default path that means token auth: if no explicit auth path is configured, gateway startup resolves to token mode and generates a runtime-only token for that startup, so **local WS clients must authenticate**. Configure `gateway.auth.token`, `gateway.auth.password`, `OPENCLAW_GATEWAY_TOKEN`, or `OPENCLAW_GATEWAY_PASSWORD` explicitly when clients need a stable secret across restarts. This blocks other local processes from calling the Gateway.
766
+
767
+ If you prefer a different auth path, you can explicitly choose password mode (or, for identity-aware reverse proxies, `trusted-proxy`). If you **really** want open loopback, set `gateway.auth.mode: "none"` explicitly in your config. Doctor can generate a token for you any time: `openclaw doctor --generate-gateway-token`.
768
+
769
+ </Accordion>
770
+
771
+ <Accordion title="Do I have to restart after changing config?">
772
+ The Gateway watches the config and supports hot-reload:
773
+
774
+ - `gateway.reload.mode: "hybrid"` (default): hot-apply safe changes, restart for critical ones
775
+ - `hot`, `restart`, `off` are also supported
776
+
777
+ </Accordion>
778
+
779
+ <Accordion title="How do I disable funny CLI taglines?">
780
+ Set `cli.banner.taglineMode` in config:
781
+
782
+ ```json5
783
+ {
784
+ cli: {
785
+ banner: {
786
+ taglineMode: "off", // random | default | off
787
+ },
788
+ },
789
+ }
790
+ ```
791
+
792
+ - `off`: hides tagline text but keeps the banner title/version line.
793
+ - `default`: uses `All your chats, one OpenClaw.` every time.
794
+ - `random`: rotating funny/seasonal taglines (default behavior).
795
+ - If you want no banner at all, set env `OPENCLAW_HIDE_BANNER=1`.
796
+
797
+ </Accordion>
798
+
799
+ <Accordion title="How do I enable web search (and web fetch)?">
800
+ `web_fetch` works without an API key. `web_search` depends on your selected
801
+ provider:
802
+
803
+ - API-backed providers such as Brave, Exa, Firecrawl, Gemini, Kimi, MiniMax Search, Perplexity, and Tavily require their normal API key setup.
804
+ - Grok can reuse xAI OAuth from model auth, or fall back to `XAI_API_KEY` / plugin web-search config.
805
+ - Ollama Web Search is key-free, but it uses your configured Ollama host and requires `ollama signin`.
806
+ - DuckDuckGo is key-free, but it is an unofficial HTML-based integration.
807
+ - SearXNG is key-free/self-hosted; configure `SEARXNG_BASE_URL` or `plugins.entries.searxng.config.webSearch.baseUrl`.
808
+
809
+ **Recommended:** run `openclaw configure --section web` and choose a provider.
810
+ Environment alternatives:
811
+
812
+ - Brave: `BRAVE_API_KEY`
813
+ - Exa: `EXA_API_KEY`
814
+ - Firecrawl: `FIRECRAWL_API_KEY`
815
+ - Gemini: `GEMINI_API_KEY`
816
+ - Grok: xAI OAuth, `XAI_API_KEY`
817
+ - Kimi: `KIMI_API_KEY` or `MOONSHOT_API_KEY`
818
+ - MiniMax Search: `MINIMAX_CODE_PLAN_KEY`, `MINIMAX_CODING_API_KEY`, or `MINIMAX_API_KEY`
819
+ - Perplexity: `PERPLEXITY_API_KEY` or `OPENROUTER_API_KEY`
820
+ - SearXNG: `SEARXNG_BASE_URL`
821
+ - Tavily: `TAVILY_API_KEY`
822
+
823
+ ```json5
824
+ {
825
+ plugins: {
826
+ entries: {
827
+ brave: {
828
+ config: {
829
+ webSearch: {
830
+ apiKey: "BRAVE_API_KEY_HERE",
831
+ },
832
+ },
833
+ },
834
+ },
835
+ },
836
+ tools: {
837
+ web: {
838
+ search: {
839
+ enabled: true,
840
+ provider: "brave",
841
+ maxResults: 5,
842
+ },
843
+ fetch: {
844
+ enabled: true,
845
+ provider: "firecrawl", // optional; omit for auto-detect
846
+ },
847
+ },
848
+ },
849
+ }
850
+ ```
851
+
852
+ Provider-specific web-search config now lives under `plugins.entries.<plugin>.config.webSearch.*`.
853
+ Legacy `tools.web.search.*` provider paths still load temporarily for compatibility, but they should not be used for new configs.
854
+ Firecrawl web-fetch fallback config lives under `plugins.entries.firecrawl.config.webFetch.*`.
855
+
856
+ Notes:
857
+
858
+ - If you use allowlists, add `web_search`/`web_fetch`/`x_search` or `group:web`.
859
+ - `web_fetch` is enabled by default (unless explicitly disabled).
860
+ - If `tools.web.fetch.provider` is omitted, OpenClaw auto-detects the first ready fetch fallback provider from available credentials. Today the bundled provider is Firecrawl.
861
+ - Daemons read env vars from `~/.openclaw/.env` (or the service environment).
862
+
863
+ Docs: [Web tools](/tools/web).
864
+
865
+ </Accordion>
866
+
867
+ <Accordion title="config.apply wiped my config. How do I recover and avoid this?">
868
+ `config.apply` replaces the **entire config**. If you send a partial object, everything
869
+ else is removed.
870
+
871
+ Current OpenClaw protects many accidental clobbers:
872
+
873
+ - OpenClaw-owned config writes validate the full post-change config before writing.
874
+ - Invalid or destructive OpenClaw-owned writes are rejected and saved as `openclaw.json.rejected.*`.
875
+ - If a direct edit breaks startup or hot reload, Gateway fails closed or skips the reload; it does not rewrite `openclaw.json`.
876
+ - `openclaw doctor --fix` owns repair and can restore last-known-good while saving the rejected file as `openclaw.json.clobbered.*`.
877
+
878
+ Recover:
879
+
880
+ - Check `openclaw logs --follow` for `Invalid config at`, `Config write rejected:`, or `config reload skipped (invalid config)`.
881
+ - Inspect the newest `openclaw.json.clobbered.*` or `openclaw.json.rejected.*` beside the active config.
882
+ - Run `openclaw config validate` and `openclaw doctor --fix`.
883
+ - Copy only the intended keys back with `openclaw config set` or `config.patch`.
884
+ - If you have no last-known-good or rejected payload, restore from backup, or re-run `openclaw doctor` and reconfigure channels/models.
885
+ - If this was unexpected, file a bug and include your last known config or any backup.
886
+ - A local coding agent can often reconstruct a working config from logs or history.
887
+
888
+ Avoid it:
889
+
890
+ - Use `openclaw config set` for small changes.
891
+ - Use `openclaw configure` for interactive edits.
892
+ - Use `config.schema.lookup` first when you are not sure about an exact path or field shape; it returns a shallow schema node plus immediate child summaries for drill-down.
893
+ - Use `config.patch` for partial RPC edits; keep `config.apply` for full-config replacement only.
894
+ - If you are using the agent-facing `gateway` tool from an agent run, it will still reject writes to `tools.exec.ask` / `tools.exec.security` (including legacy `tools.bash.*` aliases that normalize to the same protected exec paths).
895
+
896
+ Docs: [Config](/cli/config), [Configure](/cli/configure), [Gateway troubleshooting](/gateway/troubleshooting#gateway-rejected-invalid-config), [Doctor](/gateway/doctor).
897
+
898
+ </Accordion>
899
+
900
+ <Accordion title="How do I run a central Gateway with specialized workers across devices?">
901
+ The common pattern is **one Gateway** (e.g. Raspberry Pi) plus **nodes** and **agents**:
902
+
903
+ - **Gateway (central):** owns channels (Signal/WhatsApp), routing, and sessions.
904
+ - **Nodes (devices):** Macs/iOS/Android connect as peripherals and expose local tools (`system.run`, `canvas`, `camera`).
905
+ - **Agents (workers):** separate brains/workspaces for special roles (e.g. "Hetzner ops", "Personal data").
906
+ - **Sub-agents:** spawn background work from a main agent when you want parallelism.
907
+ - **TUI:** connect to the Gateway and switch agents/sessions.
908
+
909
+ Docs: [Nodes](/nodes), [Remote access](/gateway/remote), [Multi-Agent Routing](/concepts/multi-agent), [Sub-agents](/tools/subagents), [TUI](/web/tui).
910
+
911
+ </Accordion>
912
+
913
+ <Accordion title="Can the OpenClaw browser run headless?">
914
+ Yes. It's a config option:
915
+
916
+ ```json5
917
+ {
918
+ browser: { headless: true },
919
+ agents: {
920
+ defaults: {
921
+ sandbox: { browser: { headless: true } },
922
+ },
923
+ },
924
+ }
925
+ ```
926
+
927
+ Default is `false` (headful). Headless is more likely to trigger anti-bot checks on some sites. See [Browser](/tools/browser).
928
+
929
+ Headless uses the **same Chromium engine** and works for most automation (forms, clicks, scraping, logins). The main differences:
930
+
931
+ - No visible browser window (use screenshots if you need visuals).
932
+ - Some sites are stricter about automation in headless mode (CAPTCHAs, anti-bot).
933
+ For example, X/Twitter often blocks headless sessions.
934
+
935
+ </Accordion>
936
+
937
+ <Accordion title="How do I use Brave for browser control?">
938
+ Set `browser.executablePath` to your Brave binary (or any Chromium-based browser) and restart the Gateway.
939
+ See the full config examples in [Browser](/tools/browser#use-brave-or-another-chromium-based-browser).
940
+ </Accordion>
941
+ </AccordionGroup>
942
+
943
+ ## Remote gateways and nodes
944
+
945
+ <AccordionGroup>
946
+ <Accordion title="How do commands propagate between Telegram, the gateway, and nodes?">
947
+ Telegram messages are handled by the **gateway**. The gateway runs the agent and
948
+ only then calls nodes over the **Gateway WebSocket** when a node tool is needed:
949
+
950
+ Telegram → Gateway → Agent → `node.*` → Node → Gateway → Telegram
951
+
952
+ Nodes don't see inbound provider traffic; they only receive node RPC calls.
953
+
954
+ </Accordion>
955
+
956
+ <Accordion title="How can my agent access my computer if the Gateway is hosted remotely?">
957
+ Short answer: **pair your computer as a node**. The Gateway runs elsewhere, but it can
958
+ call `node.*` tools (screen, camera, system) on your local machine over the Gateway WebSocket.
959
+
960
+ Typical setup:
961
+
962
+ 1. Run the Gateway on the always-on host (VPS/home server).
963
+ 2. Put the Gateway host + your computer on the same tailnet.
964
+ 3. Ensure the Gateway WS is reachable (tailnet bind or SSH tunnel).
965
+ 4. Open the macOS app locally and connect in **Remote over SSH** mode (or direct tailnet)
966
+ so it can register as a node.
967
+ 5. Approve the node on the Gateway:
968
+
969
+ ```bash
970
+ openclaw devices list
971
+ openclaw devices approve <requestId>
972
+ ```
973
+
974
+ No separate TCP bridge is required; nodes connect over the Gateway WebSocket.
975
+
976
+ Security reminder: pairing a macOS node allows `system.run` on that machine. Only
977
+ pair devices you trust, and review [Security](/gateway/security).
978
+
979
+ Docs: [Nodes](/nodes), [Gateway protocol](/gateway/protocol), [macOS remote mode](/platforms/mac/remote), [Security](/gateway/security).
980
+
981
+ </Accordion>
982
+
983
+ <Accordion title="Tailscale is connected but I get no replies. What now?">
984
+ Check the basics:
985
+
986
+ - Gateway is running: `openclaw gateway status`
987
+ - Gateway health: `openclaw status`
988
+ - Channel health: `openclaw channels status`
989
+
990
+ Then verify auth and routing:
991
+
992
+ - If you use Tailscale Serve, make sure `gateway.auth.allowTailscale` is set correctly.
993
+ - If you connect via SSH tunnel, confirm the local tunnel is up and points at the right port.
994
+ - Confirm your allowlists (DM or group) include your account.
995
+
996
+ Docs: [Tailscale](/gateway/tailscale), [Remote access](/gateway/remote), [Channels](/channels).
997
+
998
+ </Accordion>
999
+
1000
+ <Accordion title="Can two OpenClaw instances talk to each other (local + VPS)?">
1001
+ Yes. There is no built-in "bot-to-bot" bridge, but you can wire it up in a few
1002
+ reliable ways:
1003
+
1004
+ **Simplest:** use a normal chat channel both bots can access (Telegram/Slack/WhatsApp).
1005
+ Have Bot A send a message to Bot B, then let Bot B reply as usual.
1006
+
1007
+ **CLI bridge (generic):** run a script that calls the other Gateway with
1008
+ `openclaw agent --message ... --deliver`, targeting a chat where the other bot
1009
+ listens. If one bot is on a remote VPS, point your CLI at that remote Gateway
1010
+ via SSH/Tailscale (see [Remote access](/gateway/remote)).
1011
+
1012
+ Example pattern (run from a machine that can reach the target Gateway):
1013
+
1014
+ ```bash
1015
+ openclaw agent --message "Hello from local bot" --deliver --channel telegram --reply-to <chat-id>
1016
+ ```
1017
+
1018
+ Tip: add a guardrail so the two bots do not loop endlessly (mention-only, channel
1019
+ allowlists, or a "do not reply to bot messages" rule).
1020
+
1021
+ Docs: [Remote access](/gateway/remote), [Agent CLI](/cli/agent), [Agent send](/tools/agent-send).
1022
+
1023
+ </Accordion>
1024
+
1025
+ <Accordion title="Do I need separate VPSes for multiple agents?">
1026
+ No. One Gateway can host multiple agents, each with its own workspace, model defaults,
1027
+ and routing. That is the normal setup and it is much cheaper and simpler than running
1028
+ one VPS per agent.
1029
+
1030
+ Use separate VPSes only when you need hard isolation (security boundaries) or very
1031
+ different configs that you do not want to share. Otherwise, keep one Gateway and
1032
+ use multiple agents or sub-agents.
1033
+
1034
+ </Accordion>
1035
+
1036
+ <Accordion title="Is there a benefit to using a node on my personal laptop instead of SSH from a VPS?">
1037
+ Yes - nodes are the first-class way to reach your laptop from a remote Gateway, and they
1038
+ unlock more than shell access. The Gateway runs on macOS/Linux (Windows via WSL2) and is
1039
+ lightweight (a small VPS or Raspberry Pi-class box is fine; 4 GB RAM is plenty), so a common
1040
+ setup is an always-on host plus your laptop as a node.
1041
+
1042
+ - **No inbound SSH required.** Nodes connect out to the Gateway WebSocket and use device pairing.
1043
+ - **Safer execution controls.** `system.run` is gated by node allowlists/approvals on that laptop.
1044
+ - **More device tools.** Nodes expose `canvas`, `camera`, and `screen` in addition to `system.run`.
1045
+ - **Local browser automation.** Keep the Gateway on a VPS, but run Chrome locally through a node host on the laptop, or attach to local Chrome on the host via Chrome MCP.
1046
+
1047
+ SSH is fine for ad-hoc shell access, but nodes are simpler for ongoing agent workflows and
1048
+ device automation.
1049
+
1050
+ Docs: [Nodes](/nodes), [Nodes CLI](/cli/nodes), [Browser](/tools/browser).
1051
+
1052
+ </Accordion>
1053
+
1054
+ <Accordion title="Do nodes run a gateway service?">
1055
+ No. Only **one gateway** should run per host unless you intentionally run isolated profiles (see [Multiple gateways](/gateway/multiple-gateways)). Nodes are peripherals that connect
1056
+ to the gateway (iOS/Android nodes, or macOS "node mode" in the menubar app). For headless node
1057
+ hosts and CLI control, see [Node host CLI](/cli/node).
1058
+
1059
+ A full restart is required for `gateway`, `discovery`, and hosted plugin surface changes.
1060
+
1061
+ </Accordion>
1062
+
1063
+ <Accordion title="Is there an API / RPC way to apply config?">
1064
+ Yes.
1065
+
1066
+ - `config.schema.lookup`: inspect one config subtree with its shallow schema node, matched UI hint, and immediate child summaries before writing
1067
+ - `config.get`: fetch the current snapshot + hash
1068
+ - `config.patch`: safe partial update (preferred for most RPC edits); hot-reloads when possible and restarts when required
1069
+ - `config.apply`: validate + replace the full config; hot-reloads when possible and restarts when required
1070
+ - The agent-facing `gateway` runtime tool still refuses to rewrite `tools.exec.ask` / `tools.exec.security`; legacy `tools.bash.*` aliases normalize to the same protected exec paths
1071
+
1072
+ </Accordion>
1073
+
1074
+ <Accordion title="Minimal sane config for a first install">
1075
+ ```json5
1076
+ {
1077
+ agents: { defaults: { workspace: "~/.openclaw/workspace" } },
1078
+ channels: { whatsapp: { allowFrom: ["+15555550123"] } },
1079
+ }
1080
+ ```
1081
+
1082
+ This sets your workspace and restricts who can trigger the bot.
1083
+
1084
+ </Accordion>
1085
+
1086
+ <Accordion title="How do I set up Tailscale on a VPS and connect from my Mac?">
1087
+ Minimal steps:
1088
+
1089
+ 1. **Install + login on the VPS**
1090
+
1091
+ ```bash
1092
+ curl -fsSL https://tailscale.com/install.sh | sh
1093
+ sudo tailscale up
1094
+ ```
1095
+
1096
+ 2. **Install + login on your Mac**
1097
+ - Use the Tailscale app and sign in to the same tailnet.
1098
+ 3. **Enable MagicDNS (recommended)**
1099
+ - In the Tailscale admin console, enable MagicDNS so the VPS has a stable name.
1100
+ 4. **Use the tailnet hostname**
1101
+ - SSH: `ssh user@your-vps.tailnet-xxxx.ts.net`
1102
+ - Gateway WS: `ws://your-vps.tailnet-xxxx.ts.net:18789`
1103
+
1104
+ If you want the Control UI without SSH, use Tailscale Serve on the VPS:
1105
+
1106
+ ```bash
1107
+ openclaw gateway --tailscale serve
1108
+ ```
1109
+
1110
+ This keeps the gateway bound to loopback and exposes HTTPS via Tailscale. See [Tailscale](/gateway/tailscale).
1111
+
1112
+ </Accordion>
1113
+
1114
+ <Accordion title="How do I connect a Mac node to a remote Gateway (Tailscale Serve)?">
1115
+ Serve exposes the **Gateway Control UI + WS**. Nodes connect over the same Gateway WS endpoint.
1116
+
1117
+ Recommended setup:
1118
+
1119
+ 1. **Make sure the VPS + Mac are on the same tailnet**.
1120
+ 2. **Use the macOS app in Remote mode** (SSH target can be the tailnet hostname).
1121
+ The app will tunnel the Gateway port and connect as a node.
1122
+ 3. **Approve the node** on the gateway:
1123
+
1124
+ ```bash
1125
+ openclaw devices list
1126
+ openclaw devices approve <requestId>
1127
+ ```
1128
+
1129
+ Docs: [Gateway protocol](/gateway/protocol), [Discovery](/gateway/discovery), [macOS remote mode](/platforms/mac/remote).
1130
+
1131
+ </Accordion>
1132
+
1133
+ <Accordion title="Should I install on a second laptop or just add a node?">
1134
+ If you only need **local tools** (screen/camera/exec) on the second laptop, add it as a
1135
+ **node**. That keeps a single Gateway and avoids duplicated config. Local node tools are
1136
+ currently macOS-only, but we plan to extend them to other OSes.
1137
+
1138
+ Install a second Gateway only when you need **hard isolation** or two fully separate bots.
1139
+
1140
+ Docs: [Nodes](/nodes), [Nodes CLI](/cli/nodes), [Multiple gateways](/gateway/multiple-gateways).
1141
+
1142
+ </Accordion>
1143
+ </AccordionGroup>
1144
+
1145
+ ## Env vars and .env loading
1146
+
1147
+ <AccordionGroup>
1148
+ <Accordion title="How does OpenClaw load environment variables?">
1149
+ OpenClaw reads env vars from the parent process (shell, launchd/systemd, CI, etc.) and additionally loads:
1150
+
1151
+ - `.env` from the current working directory
1152
+ - a global fallback `.env` from `~/.openclaw/.env` (aka `$OPENCLAW_STATE_DIR/.env`)
1153
+
1154
+ Neither `.env` file overrides existing env vars.
1155
+ Provider credential variables are an exception for workspace `.env`: keys such as
1156
+ `GEMINI_API_KEY`, `XAI_API_KEY`, or `MISTRAL_API_KEY` are ignored from workspace
1157
+ `.env` and should live in the process environment, `~/.openclaw/.env`, or config `env`.
1158
+
1159
+ You can also define inline env vars in config (applied only if missing from the process env):
1160
+
1161
+ ```json5
1162
+ {
1163
+ env: {
1164
+ OPENROUTER_API_KEY: "sk-or-...",
1165
+ vars: { GROQ_API_KEY: "gsk-..." },
1166
+ },
1167
+ }
1168
+ ```
1169
+
1170
+ See [/environment](/help/environment) for full precedence and sources.
1171
+
1172
+ </Accordion>
1173
+
1174
+ <Accordion title="I started the Gateway via the service and my env vars disappeared. What now?">
1175
+ Two common fixes:
1176
+
1177
+ 1. Put the missing keys in `~/.openclaw/.env` so they're picked up even when the service doesn't inherit your shell env.
1178
+ 2. Enable shell import (opt-in convenience):
1179
+
1180
+ ```json5
1181
+ {
1182
+ env: {
1183
+ shellEnv: {
1184
+ enabled: true,
1185
+ timeoutMs: 15000,
1186
+ },
1187
+ },
1188
+ }
1189
+ ```
1190
+
1191
+ This runs your login shell and imports only missing expected keys (never overrides). Env var equivalents:
1192
+ `OPENCLAW_LOAD_SHELL_ENV=1`, `OPENCLAW_SHELL_ENV_TIMEOUT_MS=15000`.
1193
+
1194
+ </Accordion>
1195
+
1196
+ <Accordion title='I set COPILOT_GITHUB_TOKEN, but models status shows "Shell env: off." Why?'>
1197
+ `openclaw models status` reports whether **shell env import** is enabled. "Shell env: off"
1198
+ does **not** mean your env vars are missing - it just means OpenClaw won't load
1199
+ your login shell automatically.
1200
+
1201
+ If the Gateway runs as a service (launchd/systemd), it won't inherit your shell
1202
+ environment. Fix by doing one of these:
1203
+
1204
+ 1. Put the token in `~/.openclaw/.env`:
1205
+
1206
+ ```
1207
+ COPILOT_GITHUB_TOKEN=...
1208
+ ```
1209
+
1210
+ 2. Or enable shell import (`env.shellEnv.enabled: true`).
1211
+ 3. Or add it to your config `env` block (applies only if missing).
1212
+
1213
+ Then restart the gateway and recheck:
1214
+
1215
+ ```bash
1216
+ openclaw models status
1217
+ ```
1218
+
1219
+ Copilot tokens are read from `COPILOT_GITHUB_TOKEN` (also `GH_TOKEN` / `GITHUB_TOKEN`).
1220
+ See [/concepts/model-providers](/concepts/model-providers) and [/environment](/help/environment).
1221
+
1222
+ </Accordion>
1223
+ </AccordionGroup>
1224
+
1225
+ ## Sessions and multiple chats
1226
+
1227
+ <AccordionGroup>
1228
+ <Accordion title="How do I start a fresh conversation?">
1229
+ Send `/new` or `/reset` as a standalone message. See [Session management](/concepts/session).
1230
+ </Accordion>
1231
+
1232
+ <Accordion title="Do sessions reset automatically if I never send /new?">
1233
+ Sessions can expire after `session.idleMinutes`, but this is **disabled by default** (default **0**).
1234
+ Set it to a positive value to enable idle expiry. When enabled, the **next**
1235
+ message after the idle period starts a fresh session id for that chat key.
1236
+ This does not delete transcripts - it just starts a new session.
1237
+
1238
+ ```json5
1239
+ {
1240
+ session: {
1241
+ idleMinutes: 240,
1242
+ },
1243
+ }
1244
+ ```
1245
+
1246
+ </Accordion>
1247
+
1248
+ <Accordion title="Is there a way to make a team of OpenClaw instances (one CEO and many agents)?">
1249
+ Yes, via **multi-agent routing** and **sub-agents**. You can create one coordinator
1250
+ agent and several worker agents with their own workspaces and models.
1251
+
1252
+ That said, this is best seen as a **fun experiment**. It is token heavy and often
1253
+ less efficient than using one bot with separate sessions. The typical model we
1254
+ envision is one bot you talk to, with different sessions for parallel work. That
1255
+ bot can also spawn sub-agents when needed.
1256
+
1257
+ Docs: [Multi-agent routing](/concepts/multi-agent), [Sub-agents](/tools/subagents), [Agents CLI](/cli/agents).
1258
+
1259
+ </Accordion>
1260
+
1261
+ <Accordion title="Why did context get truncated mid-task? How do I prevent it?">
1262
+ Session context is limited by the model window. Long chats, large tool outputs, or many
1263
+ files can trigger compaction or truncation.
1264
+
1265
+ What helps:
1266
+
1267
+ - Ask the bot to summarize the current state and write it to a file.
1268
+ - Use `/compact` before long tasks, and `/new` when switching topics.
1269
+ - Keep important context in the workspace and ask the bot to read it back.
1270
+ - Use sub-agents for long or parallel work so the main chat stays smaller.
1271
+ - Pick a model with a larger context window if this happens often.
1272
+
1273
+ </Accordion>
1274
+
1275
+ <Accordion title="How do I completely reset OpenClaw but keep it installed?">
1276
+ Use the reset command:
1277
+
1278
+ ```bash
1279
+ openclaw reset
1280
+ ```
1281
+
1282
+ Non-interactive full reset:
1283
+
1284
+ ```bash
1285
+ openclaw reset --scope full --yes --non-interactive
1286
+ ```
1287
+
1288
+ Then re-run setup:
1289
+
1290
+ ```bash
1291
+ openclaw onboard --install-daemon
1292
+ ```
1293
+
1294
+ Notes:
1295
+
1296
+ - Onboarding also offers **Reset** if it sees an existing config. See [Onboarding (CLI)](/start/wizard).
1297
+ - If you used profiles (`--profile` / `OPENCLAW_PROFILE`), reset each state dir (defaults are `~/.openclaw-<profile>`).
1298
+ - Dev reset: `openclaw gateway --dev --reset` (dev-only; wipes dev config + credentials + sessions + workspace).
1299
+
1300
+ </Accordion>
1301
+
1302
+ <Accordion title='I am getting "context too large" errors - how do I reset or compact?'>
1303
+ Use one of these:
1304
+
1305
+ - **Compact** (keeps the conversation but summarizes older turns):
1306
+
1307
+ ```
1308
+ /compact
1309
+ ```
1310
+
1311
+ or `/compact <instructions>` to guide the summary.
1312
+
1313
+ - **Reset** (fresh session ID for the same chat key):
1314
+
1315
+ ```
1316
+ /new
1317
+ /reset
1318
+ ```
1319
+
1320
+ If it keeps happening:
1321
+
1322
+ - Enable or tune **session pruning** (`agents.defaults.contextPruning`) to trim old tool output.
1323
+ - Use a model with a larger context window.
1324
+
1325
+ Docs: [Compaction](/concepts/compaction), [Session pruning](/concepts/session-pruning), [Session management](/concepts/session).
1326
+
1327
+ </Accordion>
1328
+
1329
+ <Accordion title='Why am I seeing "LLM request rejected: messages.content.tool_use.input field required"?'>
1330
+ This is a provider validation error: the model emitted a `tool_use` block without the required
1331
+ `input`. It usually means the session history is stale or corrupted (often after long threads
1332
+ or a tool/schema change).
1333
+
1334
+ Fix: start a fresh session with `/new` (standalone message).
1335
+
1336
+ </Accordion>
1337
+
1338
+ <Accordion title="Why am I getting heartbeat messages every 30 minutes?">
1339
+ Heartbeats run every **30m** by default (**1h** when using OAuth auth). Tune or disable them:
1340
+
1341
+ ```json5
1342
+ {
1343
+ agents: {
1344
+ defaults: {
1345
+ heartbeat: {
1346
+ every: "2h", // or "0m" to disable
1347
+ },
1348
+ },
1349
+ },
1350
+ }
1351
+ ```
1352
+
1353
+ If `HEARTBEAT.md` exists but is effectively empty (only blank lines,
1354
+ Markdown/HTML comments, Markdown headings like `# Heading`, fence markers,
1355
+ or empty checklist stubs), OpenClaw skips the heartbeat run to save API calls.
1356
+ If the file is missing, the heartbeat still runs and the model decides what to do.
1357
+
1358
+ Per-agent overrides use `agents.list[].heartbeat`. Docs: [Heartbeat](/gateway/heartbeat).
1359
+
1360
+ </Accordion>
1361
+
1362
+ <Accordion title='Do I need to add a "bot account" to a WhatsApp group?'>
1363
+ No. OpenClaw runs on **your own account**, so if you're in the group, OpenClaw can see it.
1364
+ By default, group replies are blocked until you allow senders (`groupPolicy: "allowlist"`).
1365
+
1366
+ If you want only **you** to be able to trigger group replies:
1367
+
1368
+ ```json5
1369
+ {
1370
+ channels: {
1371
+ whatsapp: {
1372
+ groupPolicy: "allowlist",
1373
+ groupAllowFrom: ["+15551234567"],
1374
+ },
1375
+ },
1376
+ }
1377
+ ```
1378
+
1379
+ </Accordion>
1380
+
1381
+ <Accordion title="How do I get the JID of a WhatsApp group?">
1382
+ Option 1 (fastest): tail logs and send a test message in the group:
1383
+
1384
+ ```bash
1385
+ openclaw logs --follow --json
1386
+ ```
1387
+
1388
+ Look for `chatId` (or `from`) ending in `@g.us`, like:
1389
+ `1234567890-1234567890@g.us`.
1390
+
1391
+ Option 2 (if already configured/allowlisted): list groups from config:
1392
+
1393
+ ```bash
1394
+ openclaw directory groups list --channel whatsapp
1395
+ ```
1396
+
1397
+ Docs: [WhatsApp](/channels/whatsapp), [Directory](/cli/directory), [Logs](/cli/logs).
1398
+
1399
+ </Accordion>
1400
+
1401
+ <Accordion title="Why does OpenClaw not reply in a group?">
1402
+ Two common causes:
1403
+
1404
+ - Mention gating is on (default). You must @mention the bot (or match `mentionPatterns`).
1405
+ - You configured `channels.whatsapp.groups` without `"*"` and the group isn't allowlisted.
1406
+
1407
+ See [Groups](/channels/groups) and [Group messages](/channels/group-messages).
1408
+
1409
+ </Accordion>
1410
+
1411
+ <Accordion title="Do groups/threads share context with DMs?">
1412
+ Direct chats collapse to the main session by default. Groups/channels have their own session keys, and Telegram topics / Discord threads are separate sessions. See [Groups](/channels/groups) and [Group messages](/channels/group-messages).
1413
+ </Accordion>
1414
+
1415
+ <Accordion title="How many workspaces and agents can I create?">
1416
+ No hard limits. Dozens (even hundreds) are fine, but watch for:
1417
+
1418
+ - **Disk growth:** sessions + transcripts live under `~/.openclaw/agents/<agentId>/sessions/`.
1419
+ - **Token cost:** more agents means more concurrent model usage.
1420
+ - **Ops overhead:** per-agent auth profiles, workspaces, and channel routing.
1421
+
1422
+ Tips:
1423
+
1424
+ - Keep one **active** workspace per agent (`agents.defaults.workspace`).
1425
+ - Prune old sessions (delete JSONL or store entries) if disk grows.
1426
+ - Use `openclaw doctor` to spot stray workspaces and profile mismatches.
1427
+
1428
+ </Accordion>
1429
+
1430
+ <Accordion title="Can I run multiple bots or chats at the same time (Slack), and how should I set that up?">
1431
+ Yes. Use **Multi-Agent Routing** to run multiple isolated agents and route inbound messages by
1432
+ channel/account/peer. Slack is supported as a channel and can be bound to specific agents.
1433
+
1434
+ Browser access is powerful but not "do anything a human can" - anti-bot, CAPTCHAs, and MFA can
1435
+ still block automation. For the most reliable browser control, use local Chrome MCP on the host,
1436
+ or use CDP on the machine that actually runs the browser.
1437
+
1438
+ Best-practice setup:
1439
+
1440
+ - Always-on Gateway host (VPS/Mac mini).
1441
+ - One agent per role (bindings).
1442
+ - Slack channel(s) bound to those agents.
1443
+ - Local browser via Chrome MCP or a node when needed.
1444
+
1445
+ Docs: [Multi-Agent Routing](/concepts/multi-agent), [Slack](/channels/slack),
1446
+ [Browser](/tools/browser), [Nodes](/nodes).
1447
+
1448
+ </Accordion>
1449
+ </AccordionGroup>
1450
+
1451
+ ## Models, failover, and auth profiles
1452
+
1453
+ Model Q&A — defaults, selection, aliases, switching, failover, auth profiles —
1454
+ lives on the [Models FAQ](/help/faq-models).
1455
+
1456
+ ## Gateway: ports, "already running", and remote mode
1457
+
1458
+ <AccordionGroup>
1459
+ <Accordion title="What port does the Gateway use?">
1460
+ `gateway.port` controls the single multiplexed port for WebSocket + HTTP (Control UI, hooks, etc.).
1461
+
1462
+ Precedence:
1463
+
1464
+ ```
1465
+ --port > OPENCLAW_GATEWAY_PORT > gateway.port > default 18789
1466
+ ```
1467
+
1468
+ </Accordion>
1469
+
1470
+ <Accordion title='Why does openclaw gateway status say "Runtime: running" but "Connectivity probe: failed"?'>
1471
+ Because "running" is the **supervisor's** view (launchd/systemd/schtasks). The connectivity probe is the CLI actually connecting to the gateway WebSocket.
1472
+
1473
+ Use `openclaw gateway status` and trust these lines:
1474
+
1475
+ - `Probe target:` (the URL the probe actually used)
1476
+ - `Listening:` (what's actually bound on the port)
1477
+ - `Last gateway error:` (common root cause when the process is alive but the port isn't listening)
1478
+
1479
+ </Accordion>
1480
+
1481
+ <Accordion title='Why does openclaw gateway status show "Config (cli)" and "Config (service)" different?'>
1482
+ You're editing one config file while the service is running another (often a `--profile` / `OPENCLAW_STATE_DIR` mismatch).
1483
+
1484
+ Fix:
1485
+
1486
+ ```bash
1487
+ openclaw gateway install --force
1488
+ ```
1489
+
1490
+ Run that from the same `--profile` / environment you want the service to use.
1491
+
1492
+ </Accordion>
1493
+
1494
+ <Accordion title='What does "another gateway instance is already listening" mean?'>
1495
+ OpenClaw enforces a runtime lock by binding the WebSocket listener immediately on startup (default `ws://127.0.0.1:18789`). If the bind fails with `EADDRINUSE`, it throws `GatewayLockError` indicating another instance is already listening.
1496
+
1497
+ Fix: stop the other instance, free the port, or run with `openclaw gateway --port <port>`.
1498
+
1499
+ </Accordion>
1500
+
1501
+ <Accordion title="How do I run OpenClaw in remote mode (client connects to a Gateway elsewhere)?">
1502
+ Set `gateway.mode: "remote"` and point to a remote WebSocket URL, optionally with shared-secret remote credentials:
1503
+
1504
+ ```json5
1505
+ {
1506
+ gateway: {
1507
+ mode: "remote",
1508
+ remote: {
1509
+ url: "ws://gateway.tailnet:18789",
1510
+ token: "your-token",
1511
+ password: "your-password",
1512
+ },
1513
+ },
1514
+ }
1515
+ ```
1516
+
1517
+ Notes:
1518
+
1519
+ - `openclaw gateway` only starts when `gateway.mode` is `local` (or you pass the override flag).
1520
+ - The macOS app watches the config file and switches modes live when these values change.
1521
+ - `gateway.remote.token` / `.password` are client-side remote credentials only; they do not enable local gateway auth by themselves.
1522
+
1523
+ </Accordion>
1524
+
1525
+ <Accordion title='The Control UI says "unauthorized" (or keeps reconnecting). What now?'>
1526
+ Your gateway auth path and the UI's auth method do not match.
1527
+
1528
+ Facts (from code):
1529
+
1530
+ - The Control UI keeps the token in `sessionStorage` for the current browser tab session and selected gateway URL, so same-tab refreshes keep working without restoring long-lived localStorage token persistence.
1531
+ - On `AUTH_TOKEN_MISMATCH`, trusted clients can attempt one bounded retry with a cached device token when the gateway returns retry hints (`canRetryWithDeviceToken=true`, `recommendedNextStep=retry_with_device_token`).
1532
+ - That cached-token retry now reuses the cached approved scopes stored with the device token. Explicit `deviceToken` / explicit `scopes` callers still keep their requested scope set instead of inheriting cached scopes.
1533
+ - Outside that retry path, connect auth precedence is explicit shared token/password first, then explicit `deviceToken`, then stored device token, then bootstrap token.
1534
+ - Built-in setup-code bootstrap is node-only. After approval, it returns a node device token with `scopes: []` and does not return a handed-off operator token.
1535
+
1536
+ Fix:
1537
+
1538
+ - Fastest: `openclaw dashboard` (prints + copies the dashboard URL, tries to open; shows SSH hint if headless).
1539
+ - If you don't have a token yet: `openclaw doctor --generate-gateway-token`.
1540
+ - If remote, tunnel first: `ssh -N -L 18789:127.0.0.1:18789 user@host` then open `http://127.0.0.1:18789/`.
1541
+ - Shared-secret mode: set `gateway.auth.token` / `OPENCLAW_GATEWAY_TOKEN` or `gateway.auth.password` / `OPENCLAW_GATEWAY_PASSWORD`, then paste the matching secret in Control UI settings.
1542
+ - Tailscale Serve mode: make sure `gateway.auth.allowTailscale` is enabled and you are opening the Serve URL, not a raw loopback/tailnet URL that bypasses Tailscale identity headers.
1543
+ - Trusted-proxy mode: make sure you are coming through the configured identity-aware proxy, not a raw gateway URL. Same-host loopback proxies also need `gateway.auth.trustedProxy.allowLoopback = true`.
1544
+ - If mismatch persists after the one retry, rotate/re-approve the paired device token:
1545
+ - `openclaw devices list`
1546
+ - `openclaw devices rotate --device <id> --role operator`
1547
+ - If that rotate call says it was denied, check two things:
1548
+ - paired-device sessions can rotate only their **own** device unless they also have `operator.admin`
1549
+ - explicit `--scope` values cannot exceed the caller's current operator scopes
1550
+ - Still stuck? Run `openclaw status --all` and follow [Troubleshooting](/gateway/troubleshooting). See [Dashboard](/web/dashboard) for auth details.
1551
+
1552
+ </Accordion>
1553
+
1554
+ <Accordion title="I set gateway.bind tailnet but it cannot bind and nothing listens">
1555
+ `tailnet` bind picks a Tailscale IP from your network interfaces (100.64.0.0/10). If the machine isn't on Tailscale (or the interface is down), there's nothing to bind to.
1556
+
1557
+ Fix:
1558
+
1559
+ - Start Tailscale on that host (so it has a 100.x address), or
1560
+ - Switch to `gateway.bind: "loopback"` / `"lan"`.
1561
+
1562
+ Note: `tailnet` is explicit. `auto` prefers loopback; use `gateway.bind: "tailnet"` when you want a tailnet-only bind.
1563
+
1564
+ </Accordion>
1565
+
1566
+ <Accordion title="Can I run multiple Gateways on the same host?">
1567
+ Usually no - one Gateway can run multiple messaging channels and agents. Use multiple Gateways only when you need redundancy (ex: rescue bot) or hard isolation.
1568
+
1569
+ Yes, but you must isolate:
1570
+
1571
+ - `OPENCLAW_CONFIG_PATH` (per-instance config)
1572
+ - `OPENCLAW_STATE_DIR` (per-instance state)
1573
+ - `agents.defaults.workspace` (workspace isolation)
1574
+ - `gateway.port` (unique ports)
1575
+
1576
+ Quick setup (recommended):
1577
+
1578
+ - Use `openclaw --profile <name> ...` per instance (auto-creates `~/.openclaw-<name>`).
1579
+ - Set a unique `gateway.port` in each profile config (or pass `--port` for manual runs).
1580
+ - Install a per-profile service: `openclaw --profile <name> gateway install`.
1581
+
1582
+ Profiles also suffix service names (`ai.openclaw.<profile>`; legacy `com.openclaw.*`, `openclaw-gateway-<profile>.service`, `OpenClaw Gateway (<profile>)`).
1583
+ Full guide: [Multiple gateways](/gateway/multiple-gateways).
1584
+
1585
+ </Accordion>
1586
+
1587
+ <Accordion title='What does "invalid handshake" / code 1008 mean?'>
1588
+ The Gateway is a **WebSocket server**, and it expects the very first message to
1589
+ be a `connect` frame. If it receives anything else, it closes the connection
1590
+ with **code 1008** (policy violation).
1591
+
1592
+ Common causes:
1593
+
1594
+ - You opened the **HTTP** URL in a browser (`http://...`) instead of a WS client.
1595
+ - You used the wrong port or path.
1596
+ - A proxy or tunnel stripped auth headers or sent a non-Gateway request.
1597
+
1598
+ Quick fixes:
1599
+
1600
+ 1. Use the WS URL: `ws://<host>:18789` (or `wss://...` if HTTPS).
1601
+ 2. Don't open the WS port in a normal browser tab.
1602
+ 3. If auth is on, include the token/password in the `connect` frame.
1603
+
1604
+ If you're using the CLI or TUI, the URL should look like:
1605
+
1606
+ ```
1607
+ openclaw tui --url ws://<host>:18789 --token <token>
1608
+ ```
1609
+
1610
+ Protocol details: [Gateway protocol](/gateway/protocol).
1611
+
1612
+ </Accordion>
1613
+ </AccordionGroup>
1614
+
1615
+ ## Logging and debugging
1616
+
1617
+ <AccordionGroup>
1618
+ <Accordion title="Where are logs?">
1619
+ File logs (structured):
1620
+
1621
+ ```
1622
+ /tmp/openclaw/openclaw-YYYY-MM-DD.log
1623
+ ```
1624
+
1625
+ You can set a stable path via `logging.file`. File log level is controlled by `logging.level`. Console verbosity is controlled by `--verbose` and `logging.consoleLevel`.
1626
+
1627
+ Fastest log tail:
1628
+
1629
+ ```bash
1630
+ openclaw logs --follow
1631
+ ```
1632
+
1633
+ Service/supervisor logs (when the gateway runs via launchd/systemd):
1634
+
1635
+ - macOS launchd stdout: `~/Library/Logs/openclaw/gateway.log` (profiles use `gateway-<profile>.log`; stderr is suppressed)
1636
+ - Linux: `journalctl --user -u openclaw-gateway[-<profile>].service -n 200 --no-pager`
1637
+ - Windows: `schtasks /Query /TN "OpenClaw Gateway (<profile>)" /V /FO LIST`
1638
+
1639
+ See [Troubleshooting](/gateway/troubleshooting) for more.
1640
+
1641
+ </Accordion>
1642
+
1643
+ <Accordion title="How do I start/stop/restart the Gateway service?">
1644
+ Use the gateway helpers:
1645
+
1646
+ ```bash
1647
+ openclaw gateway status
1648
+ openclaw gateway restart
1649
+ ```
1650
+
1651
+ If you run the gateway manually, `openclaw gateway --force` can reclaim the port. See [Gateway](/gateway).
1652
+
1653
+ </Accordion>
1654
+
1655
+ <Accordion title="I closed my terminal on Windows - how do I restart OpenClaw?">
1656
+ There are **three Windows install modes**:
1657
+
1658
+ **1) Windows Hub local setup:** the native app manages a local app-owned WSL Gateway.
1659
+
1660
+ Open **OpenClaw Companion** from the Start menu or tray, then use
1661
+ **Gateway Setup** or the Connections tab.
1662
+
1663
+ **2) Manual WSL2 Gateway:** the Gateway runs inside Linux.
1664
+
1665
+ Open PowerShell, enter WSL, then restart:
1666
+
1667
+ ```powershell
1668
+ wsl
1669
+ openclaw gateway status
1670
+ openclaw gateway restart
1671
+ ```
1672
+
1673
+ If you never installed the service, start it in the foreground:
1674
+
1675
+ ```bash
1676
+ openclaw gateway run
1677
+ ```
1678
+
1679
+ **3) Native Windows CLI/Gateway:** the Gateway runs directly in Windows.
1680
+
1681
+ Open PowerShell and run:
1682
+
1683
+ ```powershell
1684
+ openclaw gateway status
1685
+ openclaw gateway restart
1686
+ ```
1687
+
1688
+ If you run it manually (no service), use:
1689
+
1690
+ ```powershell
1691
+ openclaw gateway run
1692
+ ```
1693
+
1694
+ Docs: [Windows](/platforms/windows), [Gateway service runbook](/gateway).
1695
+
1696
+ </Accordion>
1697
+
1698
+ <Accordion title="The Gateway is up but replies never arrive. What should I check?">
1699
+ Start with a quick health sweep:
1700
+
1701
+ ```bash
1702
+ openclaw status
1703
+ openclaw models status
1704
+ openclaw channels status
1705
+ openclaw logs --follow
1706
+ ```
1707
+
1708
+ Common causes:
1709
+
1710
+ - Model auth not loaded on the **gateway host** (check `models status`).
1711
+ - Channel pairing/allowlist blocking replies (check channel config + logs).
1712
+ - WebChat/Dashboard is open without the right token.
1713
+
1714
+ If you are remote, confirm the tunnel/Tailscale connection is up and that the
1715
+ Gateway WebSocket is reachable.
1716
+
1717
+ Docs: [Channels](/channels), [Troubleshooting](/gateway/troubleshooting), [Remote access](/gateway/remote).
1718
+
1719
+ </Accordion>
1720
+
1721
+ <Accordion title='"Disconnected from gateway: no reason" - what now?'>
1722
+ This usually means the UI lost the WebSocket connection. Check:
1723
+
1724
+ 1. Is the Gateway running? `openclaw gateway status`
1725
+ 2. Is the Gateway healthy? `openclaw status`
1726
+ 3. Does the UI have the right token? `openclaw dashboard`
1727
+ 4. If remote, is the tunnel/Tailscale link up?
1728
+
1729
+ Then tail logs:
1730
+
1731
+ ```bash
1732
+ openclaw logs --follow
1733
+ ```
1734
+
1735
+ Docs: [Dashboard](/web/dashboard), [Remote access](/gateway/remote), [Troubleshooting](/gateway/troubleshooting).
1736
+
1737
+ </Accordion>
1738
+
1739
+ <Accordion title="Telegram setMyCommands fails. What should I check?">
1740
+ Start with logs and channel status:
1741
+
1742
+ ```bash
1743
+ openclaw channels status
1744
+ openclaw channels logs --channel telegram
1745
+ ```
1746
+
1747
+ Then match the error:
1748
+
1749
+ - `BOT_COMMANDS_TOO_MUCH`: the Telegram menu has too many entries. OpenClaw already trims to the Telegram limit and retries with fewer commands, but some menu entries still need to be dropped. Reduce plugin/skill/custom commands, or disable `channels.telegram.commands.native` if you do not need the menu.
1750
+ - `TypeError: fetch failed`, `Network request for 'setMyCommands' failed!`, or similar network errors: if you are on a VPS or behind a proxy, confirm outbound HTTPS is allowed and DNS works for `api.telegram.org`.
1751
+
1752
+ If the Gateway is remote, make sure you are looking at logs on the Gateway host.
1753
+
1754
+ Docs: [Telegram](/channels/telegram), [Channel troubleshooting](/channels/troubleshooting).
1755
+
1756
+ </Accordion>
1757
+
1758
+ <Accordion title="TUI shows no output. What should I check?">
1759
+ First confirm the Gateway is reachable and the agent can run:
1760
+
1761
+ ```bash
1762
+ openclaw status
1763
+ openclaw models status
1764
+ openclaw logs --follow
1765
+ ```
1766
+
1767
+ In the TUI, use `/status` to see the current state. If you expect replies in a chat
1768
+ channel, make sure delivery is enabled (`/deliver on`).
1769
+
1770
+ Docs: [TUI](/web/tui), [Slash commands](/tools/slash-commands).
1771
+
1772
+ </Accordion>
1773
+
1774
+ <Accordion title="How do I completely stop then start the Gateway?">
1775
+ If you installed the service:
1776
+
1777
+ ```bash
1778
+ openclaw gateway stop
1779
+ openclaw gateway start
1780
+ ```
1781
+
1782
+ This stops/starts the **supervised service** (launchd on macOS, systemd on Linux).
1783
+ Use this when the Gateway runs in the background as a daemon.
1784
+
1785
+ If you're running in the foreground, stop with Ctrl-C, then:
1786
+
1787
+ ```bash
1788
+ openclaw gateway run
1789
+ ```
1790
+
1791
+ Docs: [Gateway service runbook](/gateway).
1792
+
1793
+ </Accordion>
1794
+
1795
+ <Accordion title="ELI5: openclaw gateway restart vs openclaw gateway">
1796
+ - `openclaw gateway restart`: restarts the **background service** (launchd/systemd).
1797
+ - `openclaw gateway`: runs the gateway **in the foreground** for this terminal session.
1798
+
1799
+ If you installed the service, use the gateway commands. Use `openclaw gateway` when
1800
+ you want a one-off, foreground run.
1801
+
1802
+ </Accordion>
1803
+
1804
+ <Accordion title="Fastest way to get more details when something fails">
1805
+ Start the Gateway with `--verbose` to get more console detail. Then inspect the log file for channel auth, model routing, and RPC errors.
1806
+ </Accordion>
1807
+ </AccordionGroup>
1808
+
1809
+ ## Media and attachments
1810
+
1811
+ <AccordionGroup>
1812
+ <Accordion title="My skill generated an image/PDF, but nothing was sent">
1813
+ Outbound attachments from the agent must use structured media fields such as `media`, `mediaUrl`, `path`, or `filePath`. See [OpenClaw assistant setup](/start/openclaw) and [Agent send](/tools/agent-send).
1814
+
1815
+ CLI sending:
1816
+
1817
+ ```bash
1818
+ openclaw message send --target +15555550123 --message "Here you go" --media /path/to/file.png
1819
+ ```
1820
+
1821
+ Also check:
1822
+
1823
+ - The target channel supports outbound media and isn't blocked by allowlists.
1824
+ - The file is within the provider's size limits (images are resized to max 2048px).
1825
+ - `tools.fs.workspaceOnly=true` keeps local-path sends limited to workspace, temp/media-store, and sandbox-validated files.
1826
+ - `tools.fs.workspaceOnly=false` lets structured local media sends use host-local files the agent can already read, but only for media plus safe document types (images, audio, video, PDF, Office docs, and validated text documents such as Markdown/MD, TXT, JSON, YAML, and YML). This is not a secret scanner: an agent-readable `secret.txt` or `config.json` can be attached when the extension and content validation match. Keep sensitive files outside agent-readable paths, or keep `tools.fs.workspaceOnly=true` for stricter local-path sends.
1827
+
1828
+ See [Images](/nodes/images).
1829
+
1830
+ </Accordion>
1831
+ </AccordionGroup>
1832
+
1833
+ ## Security and access control
1834
+
1835
+ <AccordionGroup>
1836
+ <Accordion title="Is it safe to expose OpenClaw to inbound DMs?">
1837
+ Treat inbound DMs as untrusted input. Defaults are designed to reduce risk:
1838
+
1839
+ - Default behavior on DM-capable channels is **pairing**:
1840
+ - Unknown senders receive a pairing code; the bot does not process their message.
1841
+ - Approve with: `openclaw pairing approve --channel <channel> [--account <id>] <code>`
1842
+ - Pending requests are capped at **3 per channel**; check `openclaw pairing list --channel <channel> [--account <id>]` if a code didn't arrive.
1843
+ - Opening DMs publicly requires explicit opt-in (`dmPolicy: "open"` and allowlist `"*"`).
1844
+
1845
+ Run `openclaw doctor` to surface risky DM policies.
1846
+
1847
+ </Accordion>
1848
+
1849
+ <Accordion title="Is prompt injection only a concern for public bots?">
1850
+ No. Prompt injection is about **untrusted content**, not just who can DM the bot.
1851
+ If your assistant reads external content (web search/fetch, browser pages, emails,
1852
+ docs, attachments, pasted logs), that content can include instructions that try
1853
+ to hijack the model. This can happen even if **you are the only sender**.
1854
+
1855
+ The biggest risk is when tools are enabled: the model can be tricked into
1856
+ exfiltrating context or calling tools on your behalf. Reduce the blast radius by:
1857
+
1858
+ - using a read-only or tool-disabled "reader" agent to summarize untrusted content
1859
+ - keeping `web_search` / `web_fetch` / `browser` off for tool-enabled agents
1860
+ - treating decoded file/document text as untrusted too: OpenResponses
1861
+ `input_file` and media-attachment extraction both wrap extracted text in
1862
+ explicit external-content boundary markers instead of passing raw file text
1863
+ - sandboxing and strict tool allowlists
1864
+
1865
+ Details: [Security](/gateway/security).
1866
+
1867
+ </Accordion>
1868
+
1869
+ <Accordion title="Is OpenClaw less safe because it uses TypeScript/Node instead of Rust/WASM?">
1870
+ Language and runtime matter, but they are not the main risk for a personal
1871
+ agent. The practical OpenClaw risks are gateway exposure, who can message the
1872
+ bot, prompt injection, tool scope, credential handling, browser access, exec
1873
+ access, and third-party skill or plugin trust.
1874
+
1875
+ Rust and WASM can provide stronger isolation for some classes of code, but
1876
+ they do not solve prompt injection, bad allowlists, public gateway exposure,
1877
+ overbroad tools, or a browser profile that is already logged in to sensitive
1878
+ accounts. Treat those as the primary controls:
1879
+
1880
+ - keep the Gateway private or authenticated
1881
+ - use pairing and allowlists for DMs and groups
1882
+ - deny or sandbox risky tools for untrusted inputs
1883
+ - install only trusted plugins and skills
1884
+ - run `openclaw security audit --deep` after config changes
1885
+
1886
+ Details: [Security](/gateway/security), [Sandboxing](/gateway/sandboxing).
1887
+
1888
+ </Accordion>
1889
+
1890
+ <Accordion title="I saw reports about exposed OpenClaw instances. What should I check?">
1891
+ First check your actual deployment:
1892
+
1893
+ ```bash
1894
+ openclaw security audit --deep
1895
+ openclaw gateway status
1896
+ ```
1897
+
1898
+ A safer baseline is:
1899
+
1900
+ - Gateway bound to `loopback`, or exposed only through authenticated private
1901
+ access such as a tailnet, SSH tunnel, token/password auth, or a correctly
1902
+ configured trusted proxy
1903
+ - DMs in `pairing` or `allowlist` mode
1904
+ - groups allowlisted and mention-gated unless every member is trusted
1905
+ - high-risk tools (`exec`, `browser`, `gateway`, `cron`) denied or tightly
1906
+ scoped for agents that read untrusted content
1907
+ - sandboxing enabled where tool execution needs a smaller blast radius
1908
+
1909
+ Public binds without auth, open DMs/groups with tools, and exposed browser
1910
+ control are the findings to fix first. Details:
1911
+ [Security audit checklist](/gateway/security#security-audit-checklist).
1912
+
1913
+ </Accordion>
1914
+
1915
+ <Accordion title="Are ClawHub skills and third-party plugins safe to install?">
1916
+ Treat third-party skills and plugins as code you are choosing to trust.
1917
+ ClawHub skill pages expose scan state before install, but scans are not a
1918
+ complete security boundary. OpenClaw does not run built-in local
1919
+ dangerous-code blocking during plugin or skill install/update flows; use
1920
+ operator-owned `security.installPolicy` for local allow/block decisions.
1921
+
1922
+ Safer pattern:
1923
+
1924
+ - prefer trusted authors and pinned versions
1925
+ - read the skill or plugin before enabling it
1926
+ - keep plugin and skill allowlists narrow
1927
+ - run untrusted-input workflows in a sandbox with minimal tools
1928
+ - avoid giving third-party code broad filesystem, exec, browser, or secret access
1929
+
1930
+ Details: [Skills](/tools/skills), [Plugins](/tools/plugin),
1931
+ [Security](/gateway/security).
1932
+
1933
+ </Accordion>
1934
+
1935
+ <Accordion title="Should my bot have its own email, GitHub account, or phone number?">
1936
+ Yes, for most setups. Isolating the bot with separate accounts and phone numbers
1937
+ reduces the blast radius if something goes wrong. This also makes it easier to rotate
1938
+ credentials or revoke access without impacting your personal accounts.
1939
+
1940
+ Start small. Give access only to the tools and accounts you actually need, and expand
1941
+ later if required.
1942
+
1943
+ Docs: [Security](/gateway/security), [Pairing](/channels/pairing).
1944
+
1945
+ </Accordion>
1946
+
1947
+ <Accordion title="Can I give it autonomy over my text messages and is that safe?">
1948
+ We do **not** recommend full autonomy over your personal messages. The safest pattern is:
1949
+
1950
+ - Keep DMs in **pairing mode** or a tight allowlist.
1951
+ - Use a **separate number or account** if you want it to message on your behalf.
1952
+ - Let it draft, then **approve before sending**.
1953
+
1954
+ If you want to experiment, do it on a dedicated account and keep it isolated. See
1955
+ [Security](/gateway/security).
1956
+
1957
+ </Accordion>
1958
+
1959
+ <Accordion title="Can I use cheaper models for personal assistant tasks?">
1960
+ Yes, **if** the agent is chat-only and the input is trusted. Smaller tiers are
1961
+ more susceptible to instruction hijacking, so avoid them for tool-enabled agents
1962
+ or when reading untrusted content. If you must use a smaller model, lock down
1963
+ tools and run inside a sandbox. See [Security](/gateway/security).
1964
+ </Accordion>
1965
+
1966
+ <Accordion title="I ran /start in Telegram but did not get a pairing code">
1967
+ Pairing codes are sent **only** when an unknown sender messages the bot and
1968
+ `dmPolicy: "pairing"` is enabled. `/start` by itself doesn't generate a code.
1969
+
1970
+ Check pending requests:
1971
+
1972
+ ```bash
1973
+ openclaw pairing list telegram
1974
+ ```
1975
+
1976
+ If you want immediate access, allowlist your sender id or set `dmPolicy: "open"`
1977
+ for that account.
1978
+
1979
+ </Accordion>
1980
+
1981
+ <Accordion title="WhatsApp: will it message my contacts? How does pairing work?">
1982
+ No. Default WhatsApp DM policy is **pairing**. Unknown senders only get a pairing code and their message is **not processed**. OpenClaw only replies to chats it receives or to explicit sends you trigger.
1983
+
1984
+ Approve pairing with:
1985
+
1986
+ ```bash
1987
+ openclaw pairing approve whatsapp <code>
1988
+ ```
1989
+
1990
+ List pending requests:
1991
+
1992
+ ```bash
1993
+ openclaw pairing list whatsapp
1994
+ ```
1995
+
1996
+ Wizard phone number prompt: it's used to set your **allowlist/owner** so your own DMs are permitted. It's not used for auto-sending. If you run on your personal WhatsApp number, use that number and enable `channels.whatsapp.selfChatMode`.
1997
+
1998
+ </Accordion>
1999
+ </AccordionGroup>
2000
+
2001
+ ## Chat commands, aborting tasks, and "it will not stop"
2002
+
2003
+ <AccordionGroup>
2004
+ <Accordion title="How do I stop internal system messages from showing in chat?">
2005
+ Most internal or tool messages only appear when **verbose**, **trace**, or **reasoning** is enabled
2006
+ for that session.
2007
+
2008
+ Fix in the chat where you see it:
2009
+
2010
+ ```
2011
+ /verbose off
2012
+ /trace off
2013
+ /reasoning off
2014
+ ```
2015
+
2016
+ If it is still noisy, check the session settings in the Control UI and set verbose
2017
+ to **inherit**. Also confirm you are not using a bot profile with `verboseDefault` set
2018
+ to `on` in config.
2019
+
2020
+ Docs: [Thinking and verbose](/tools/thinking), [Security](/gateway/security/index#reasoning-and-verbose-output-in-groups).
2021
+
2022
+ </Accordion>
2023
+
2024
+ <Accordion title="How do I stop/cancel a running task?">
2025
+ Send any of these **as a standalone message** (no slash):
2026
+
2027
+ ```
2028
+ stop
2029
+ stop action
2030
+ stop current action
2031
+ stop run
2032
+ stop current run
2033
+ stop agent
2034
+ stop the agent
2035
+ stop openclaw
2036
+ openclaw stop
2037
+ stop don't do anything
2038
+ stop do not do anything
2039
+ stop doing anything
2040
+ please stop
2041
+ stop please
2042
+ abort
2043
+ esc
2044
+ wait
2045
+ exit
2046
+ interrupt
2047
+ ```
2048
+
2049
+ These are abort triggers (not slash commands).
2050
+
2051
+ For background processes (from the exec tool), you can ask the agent to run:
2052
+
2053
+ ```
2054
+ process action:kill sessionId:XXX
2055
+ ```
2056
+
2057
+ Slash commands overview: see [Slash commands](/tools/slash-commands).
2058
+
2059
+ Most commands must be sent as a **standalone** message that starts with `/`, but a few shortcuts (like `/status`) also work inline for allowlisted senders.
2060
+
2061
+ </Accordion>
2062
+
2063
+ <Accordion title='How do I send a Discord message from Telegram? ("Cross-context messaging denied")'>
2064
+ OpenClaw blocks **cross-provider** messaging by default. If a tool call is bound
2065
+ to Telegram, it won't send to Discord unless you explicitly allow it.
2066
+
2067
+ Enable cross-provider messaging for the agent:
2068
+
2069
+ ```json5
2070
+ {
2071
+ tools: {
2072
+ message: {
2073
+ crossContext: {
2074
+ allowAcrossProviders: true,
2075
+ marker: { enabled: true, prefix: "[from {channel}] " },
2076
+ },
2077
+ },
2078
+ },
2079
+ }
2080
+ ```
2081
+
2082
+ Restart the gateway after editing config.
2083
+
2084
+ </Accordion>
2085
+
2086
+ <Accordion title='Why does it feel like the bot "ignores" rapid-fire messages?'>
2087
+ Mid-run prompts are steered into the active run by default. Use `/queue` to choose active-run behavior:
2088
+
2089
+ - `steer` - guide the active run at the next model boundary
2090
+ - `followup` - queue messages and run them one at a time after the current run ends
2091
+ - `collect` - queue compatible messages and reply once after the current run ends
2092
+ - `interrupt` - abort current run and start fresh
2093
+
2094
+ Default mode is `steer`. You can add options like `debounce:0.5s cap:25 drop:summarize` for queued modes. See [Command queue](/concepts/queue) and [Steering queue](/concepts/queue-steering).
2095
+
2096
+ </Accordion>
2097
+ </AccordionGroup>
2098
+
2099
+ ## Miscellaneous
2100
+
2101
+ <AccordionGroup>
2102
+ <Accordion title='What is the default model for Anthropic with an API key?'>
2103
+ In OpenClaw, credentials and model selection are separate. Setting `ANTHROPIC_API_KEY` (or storing an Anthropic API key in auth profiles) enables authentication, but the actual default model is whatever you configure in `agents.defaults.model.primary` (for example, `anthropic/claude-sonnet-4-6` or `anthropic/claude-opus-4-6`). If you see `No credentials found for profile "anthropic:default"`, it means the Gateway couldn't find Anthropic credentials in the expected `auth-profiles.json` for the agent that's running.
2104
+ </Accordion>
2105
+ </AccordionGroup>
2106
+
2107
+ ---
2108
+
2109
+ Still stuck? Ask in [Discord](https://discord.com/invite/clawd) or open a [GitHub discussion](https://github.com/openclaw/openclaw/discussions).
2110
+
2111
+ ## Related
2112
+
2113
+ - [First-run FAQ](/help/faq-first-run) — install, onboard, auth, subscriptions, early failures
2114
+ - [Models FAQ](/help/faq-models) — model selection, failover, auth profiles
2115
+ - [Troubleshooting](/help/troubleshooting) — symptom-first triage