nodmix 2026.5.25

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