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,1359 @@
1
+ ---
2
+ summary: "Plugin manifest + JSON schema requirements (strict config validation)"
3
+ read_when:
4
+ - You are building an Nodmix plugin
5
+ - You need to ship a plugin config schema or debug plugin validation errors
6
+ title: "Plugin manifest"
7
+ ---
8
+
9
+ This page is for the **native Nodmix plugin manifest** only.
10
+
11
+ For compatible bundle layouts, see [Plugin bundles](/plugins/bundles).
12
+
13
+ Compatible bundle formats use different manifest files:
14
+
15
+ - Codex bundle: `.codex-plugin/plugin.json`
16
+ - Claude bundle: `.claude-plugin/plugin.json` or the default Claude component
17
+ layout without a manifest
18
+ - Cursor bundle: `.cursor-plugin/plugin.json`
19
+
20
+ Nodmix auto-detects those bundle layouts too, but they are not validated
21
+ against the `nodmix.plugin.json` schema described here.
22
+
23
+ For compatible bundles, Nodmix currently reads bundle metadata plus declared
24
+ skill roots, Claude command roots, Claude bundle `settings.json` defaults,
25
+ Claude bundle LSP defaults, and supported hook packs when the layout matches
26
+ Nodmix runtime expectations.
27
+
28
+ Every native Nodmix plugin **must** ship a `nodmix.plugin.json` file in the
29
+ **plugin root**. Nodmix uses this manifest to validate configuration
30
+ **without executing plugin code**. Missing or invalid manifests are treated as
31
+ plugin errors and block config validation.
32
+
33
+ See the full plugin system guide: [Plugins](/tools/plugin).
34
+ For the native capability model and current external-compatibility guidance:
35
+ [Capability model](/plugins/architecture#public-capability-model).
36
+
37
+ ## What this file does
38
+
39
+ `nodmix.plugin.json` is the metadata Nodmix reads **before it loads your
40
+ plugin code**. Everything below must be cheap enough to inspect without booting
41
+ plugin runtime.
42
+
43
+ **Use it for:**
44
+
45
+ - plugin identity, config validation, and config UI hints
46
+ - auth, onboarding, and setup metadata (alias, auto-enable, provider env vars, auth choices)
47
+ - activation hints for control-plane surfaces
48
+ - shorthand model-family ownership
49
+ - static capability-ownership snapshots (`contracts`)
50
+ - QA runner metadata the shared `nodmix qa` host can inspect
51
+ - channel-specific config metadata merged into catalog and validation surfaces
52
+
53
+ **Do not use it for:** registering runtime behavior, declaring code entrypoints,
54
+ or npm install metadata. Those belong in your plugin code and `package.json`.
55
+
56
+ ## Minimal example
57
+
58
+ ```json
59
+ {
60
+ "id": "voice-call",
61
+ "configSchema": {
62
+ "type": "object",
63
+ "additionalProperties": false,
64
+ "properties": {}
65
+ }
66
+ }
67
+ ```
68
+
69
+ ## Rich example
70
+
71
+ ```json
72
+ {
73
+ "id": "openrouter",
74
+ "name": "OpenRouter",
75
+ "description": "OpenRouter provider plugin",
76
+ "version": "1.0.0",
77
+ "providers": ["openrouter"],
78
+ "modelSupport": {
79
+ "modelPrefixes": ["router-"]
80
+ },
81
+ "modelIdNormalization": {
82
+ "providers": {
83
+ "openrouter": {
84
+ "prefixWhenBare": "openrouter"
85
+ }
86
+ }
87
+ },
88
+ "providerEndpoints": [
89
+ {
90
+ "endpointClass": "openrouter",
91
+ "hostSuffixes": ["openrouter.ai"]
92
+ }
93
+ ],
94
+ "providerRequest": {
95
+ "providers": {
96
+ "openrouter": {
97
+ "family": "openrouter"
98
+ }
99
+ }
100
+ },
101
+ "cliBackends": ["openrouter-cli"],
102
+ "syntheticAuthRefs": ["openrouter-cli"],
103
+ "providerAuthEnvVars": {
104
+ "openrouter": ["OPENROUTER_API_KEY"]
105
+ },
106
+ "providerAuthAliases": {
107
+ "openrouter-coding": "openrouter"
108
+ },
109
+ "channelEnvVars": {
110
+ "openrouter-chatops": ["OPENROUTER_CHATOPS_TOKEN"]
111
+ },
112
+ "providerAuthChoices": [
113
+ {
114
+ "provider": "openrouter",
115
+ "method": "api-key",
116
+ "choiceId": "openrouter-api-key",
117
+ "choiceLabel": "OpenRouter API key",
118
+ "groupId": "openrouter",
119
+ "groupLabel": "OpenRouter",
120
+ "optionKey": "openrouterApiKey",
121
+ "cliFlag": "--openrouter-api-key",
122
+ "cliOption": "--openrouter-api-key <key>",
123
+ "cliDescription": "OpenRouter API key",
124
+ "onboardingScopes": ["text-inference"]
125
+ }
126
+ ],
127
+ "uiHints": {
128
+ "apiKey": {
129
+ "label": "API key",
130
+ "placeholder": "sk-or-v1-...",
131
+ "sensitive": true
132
+ }
133
+ },
134
+ "configSchema": {
135
+ "type": "object",
136
+ "additionalProperties": false,
137
+ "properties": {
138
+ "apiKey": {
139
+ "type": "string"
140
+ }
141
+ }
142
+ }
143
+ }
144
+ ```
145
+
146
+ ## Top-level field reference
147
+
148
+ | Field | Required | Type | What it means |
149
+ | ------------------------------------ | -------- | -------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
150
+ | `id` | Yes | `string` | Canonical plugin id. This is the id used in `plugins.entries.<id>`. |
151
+ | `configSchema` | Yes | `object` | Inline JSON Schema for this plugin's config. |
152
+ | `enabledByDefault` | No | `true` | Marks a bundled plugin as enabled by default. Omit it, or set any non-`true` value, to leave the plugin disabled by default. |
153
+ | `enabledByDefaultOnPlatforms` | No | `string[]` | Marks a bundled plugin as enabled by default only on the listed Node.js platforms, for example `["darwin"]`. Explicit config still wins. |
154
+ | `legacyPluginIds` | No | `string[]` | Legacy ids that normalize to this canonical plugin id. |
155
+ | `autoEnableWhenConfiguredProviders` | No | `string[]` | Provider ids that should auto-enable this plugin when auth, config, or model refs mention them. |
156
+ | `kind` | No | `"memory"` \| `"context-engine"` | Declares an exclusive plugin kind used by `plugins.slots.*`. |
157
+ | `channels` | No | `string[]` | Channel ids owned by this plugin. Used for discovery and config validation. |
158
+ | `providers` | No | `string[]` | Provider ids owned by this plugin. |
159
+ | `providerCatalogEntry` | No | `string` | Lightweight provider-catalog module path, relative to the plugin root, for manifest-scoped provider catalog metadata that can be loaded without activating the full plugin runtime. |
160
+ | `modelSupport` | No | `object` | Manifest-owned shorthand model-family metadata used to auto-load the plugin before runtime. |
161
+ | `modelCatalog` | No | `object` | Declarative model catalog metadata for providers owned by this plugin. This is the control-plane contract for future read-only listing, onboarding, model pickers, aliases, and suppression without loading plugin runtime. |
162
+ | `modelPricing` | No | `object` | Provider-owned external pricing lookup policy. Use it to opt local/self-hosted providers out of remote pricing catalogs or map provider refs to OpenRouter/LiteLLM catalog ids without hardcoding provider ids in core. |
163
+ | `modelIdNormalization` | No | `object` | Provider-owned model-id alias/prefix cleanup that must run before provider runtime loads. |
164
+ | `providerEndpoints` | No | `object[]` | Manifest-owned endpoint host/baseUrl metadata for provider routes that core must classify before provider runtime loads. |
165
+ | `providerRequest` | No | `object` | Cheap provider-family and request-compatibility metadata used by generic request policy before provider runtime loads. |
166
+ | `cliBackends` | No | `string[]` | CLI inference backend ids owned by this plugin. Used for startup auto-activation from explicit config refs. |
167
+ | `syntheticAuthRefs` | No | `string[]` | Provider or CLI backend refs whose plugin-owned synthetic auth hook should be probed during cold model discovery before runtime loads. |
168
+ | `nonSecretAuthMarkers` | No | `string[]` | Bundled-plugin-owned placeholder API key values that represent non-secret local, OAuth, or ambient credential state. |
169
+ | `commandAliases` | No | `object[]` | Command names owned by this plugin that should produce plugin-aware config and CLI diagnostics before runtime loads. |
170
+ | `providerAuthEnvVars` | No | `Record<string, string[]>` | Deprecated compatibility env metadata for provider auth/status lookup. Prefer `setup.providers[].envVars` for new plugins; Nodmix still reads this during the deprecation window. |
171
+ | `providerAuthAliases` | No | `Record<string, string>` | Provider ids that should reuse another provider id for auth lookup, for example a coding provider that shares the base provider API key and auth profiles. |
172
+ | `channelEnvVars` | No | `Record<string, string[]>` | Cheap channel env metadata that Nodmix can inspect without loading plugin code. Use this for env-driven channel setup or auth surfaces that generic startup/config helpers should see. |
173
+ | `providerAuthChoices` | No | `object[]` | Cheap auth-choice metadata for onboarding pickers, preferred-provider resolution, and simple CLI flag wiring. |
174
+ | `activation` | No | `object` | Cheap activation planner metadata for startup, provider, command, channel, route, and capability-triggered loading. Metadata only; plugin runtime still owns actual behavior. |
175
+ | `setup` | No | `object` | Cheap setup/onboarding descriptors that discovery and setup surfaces can inspect without loading plugin runtime. |
176
+ | `qaRunners` | No | `object[]` | Cheap QA runner descriptors used by the shared `nodmix qa` host before plugin runtime loads. |
177
+ | `contracts` | No | `object` | Static capability ownership snapshot for external auth hooks, speech, realtime transcription, realtime voice, media-understanding, image-generation, music-generation, video-generation, web-fetch, web search, and tool ownership. |
178
+ | `mediaUnderstandingProviderMetadata` | No | `Record<string, object>` | Cheap media-understanding defaults for provider ids declared in `contracts.mediaUnderstandingProviders`. |
179
+ | `imageGenerationProviderMetadata` | No | `Record<string, object>` | Cheap image-generation auth metadata for provider ids declared in `contracts.imageGenerationProviders`, including provider-owned auth aliases and base-url guards. |
180
+ | `videoGenerationProviderMetadata` | No | `Record<string, object>` | Cheap video-generation auth metadata for provider ids declared in `contracts.videoGenerationProviders`, including provider-owned auth aliases and base-url guards. |
181
+ | `musicGenerationProviderMetadata` | No | `Record<string, object>` | Cheap music-generation auth metadata for provider ids declared in `contracts.musicGenerationProviders`, including provider-owned auth aliases and base-url guards. |
182
+ | `toolMetadata` | No | `Record<string, object>` | Cheap availability metadata for plugin-owned tools declared in `contracts.tools`. Use it when a tool should not load runtime unless config, env, or auth evidence exists. |
183
+ | `channelConfigs` | No | `Record<string, object>` | Manifest-owned channel config metadata merged into discovery and validation surfaces before runtime loads. |
184
+ | `skills` | No | `string[]` | Skill directories to load, relative to the plugin root. |
185
+ | `name` | No | `string` | Human-readable plugin name. |
186
+ | `description` | No | `string` | Short summary shown in plugin surfaces. |
187
+ | `version` | No | `string` | Informational plugin version. |
188
+ | `uiHints` | No | `Record<string, object>` | UI labels, placeholders, and sensitivity hints for config fields. |
189
+
190
+ ## Generation provider metadata reference
191
+
192
+ The generation provider metadata fields describe static auth signals for
193
+ providers declared in the matching `contracts.*GenerationProviders` list.
194
+ Nodmix reads these fields before provider runtime loads so core tools can
195
+ decide whether a generation provider is available without importing every
196
+ provider plugin.
197
+
198
+ Use these fields only for cheap, declarative facts. Transport, request
199
+ transforms, token refresh, credential validation, and actual generation behavior
200
+ stay in the plugin runtime.
201
+
202
+ ```json
203
+ {
204
+ "contracts": {
205
+ "imageGenerationProviders": ["example-image"]
206
+ },
207
+ "imageGenerationProviderMetadata": {
208
+ "example-image": {
209
+ "aliases": ["example-image-oauth"],
210
+ "authProviders": ["example-image"],
211
+ "configSignals": [
212
+ {
213
+ "rootPath": "plugins.entries.example-image.config",
214
+ "overlayPath": "image",
215
+ "mode": {
216
+ "path": "mode",
217
+ "default": "local",
218
+ "allowed": ["local"]
219
+ },
220
+ "requiredAny": ["workflow", "workflowPath"],
221
+ "required": ["promptNodeId"]
222
+ }
223
+ ],
224
+ "authSignals": [
225
+ {
226
+ "provider": "example-image"
227
+ },
228
+ {
229
+ "provider": "example-image-oauth",
230
+ "providerBaseUrl": {
231
+ "provider": "example-image",
232
+ "defaultBaseUrl": "https://api.example.com/v1",
233
+ "allowedBaseUrls": ["https://api.example.com/v1"]
234
+ }
235
+ }
236
+ ]
237
+ }
238
+ }
239
+ }
240
+ ```
241
+
242
+ Each metadata entry supports:
243
+
244
+ | Field | Required | Type | What it means |
245
+ | ---------------------- | -------- | ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
246
+ | `aliases` | No | `string[]` | Additional provider ids that should count as static auth aliases for the generation provider. |
247
+ | `authProviders` | No | `string[]` | Provider ids whose configured auth profiles should count as auth for this generation provider. |
248
+ | `configSignals` | No | `object[]` | Cheap config-only availability signals for local or self-hosted providers that can be configured without auth profiles or env vars. |
249
+ | `authSignals` | No | `object[]` | Explicit auth signals. When present, these replace the default signal set from the provider id, `aliases`, and `authProviders`. |
250
+ | `referenceAudioInputs` | No | `boolean` | Video-generation only. Set to `true` when the provider accepts reference audio assets; otherwise `video_generate` hides audio reference parameters. |
251
+
252
+ Each `configSignals` entry supports:
253
+
254
+ | Field | Required | Type | What it means |
255
+ | ------------- | -------- | ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
256
+ | `rootPath` | Yes | `string` | Dot path to the plugin-owned config object to inspect, for example `plugins.entries.example.config`. |
257
+ | `overlayPath` | No | `string` | Dot path inside the root config whose object should overlay the root object before evaluating the signal. Use this for capability-specific config such as `image`, `video`, or `music`. |
258
+ | `required` | No | `string[]` | Dot paths inside the effective config that must have configured values. Strings must be non-empty; objects and arrays must not be empty. |
259
+ | `requiredAny` | No | `string[]` | Dot paths inside the effective config where at least one must have a configured value. |
260
+ | `mode` | No | `object` | Optional string mode guard inside the effective config. Use this when config-only availability applies only to one mode. |
261
+
262
+ Each `mode` guard supports:
263
+
264
+ | Field | Required | Type | What it means |
265
+ | ------------ | -------- | ---------- | ---------------------------------------------------------------------------------- |
266
+ | `path` | No | `string` | Dot path inside the effective config. Defaults to `mode`. |
267
+ | `default` | No | `string` | Mode value to use when the config omits the path. |
268
+ | `allowed` | No | `string[]` | If present, the signal passes only when the effective mode is one of these values. |
269
+ | `disallowed` | No | `string[]` | If present, the signal fails when the effective mode is one of these values. |
270
+
271
+ Each `authSignals` entry supports:
272
+
273
+ | Field | Required | Type | What it means |
274
+ | ----------------- | -------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
275
+ | `provider` | Yes | `string` | Provider id to check in configured auth profiles. |
276
+ | `providerBaseUrl` | No | `object` | Optional guard that makes the signal count only when the referenced configured provider uses an allowed base URL. Use this when an auth alias is valid only for certain APIs. |
277
+
278
+ Each `providerBaseUrl` guard supports:
279
+
280
+ | Field | Required | Type | What it means |
281
+ | ----------------- | -------- | ---------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
282
+ | `provider` | Yes | `string` | Provider config id whose `baseUrl` should be checked. |
283
+ | `defaultBaseUrl` | No | `string` | Base URL to assume when the provider config omits `baseUrl`. |
284
+ | `allowedBaseUrls` | Yes | `string[]` | Allowed base URLs for this auth signal. The signal is ignored when the configured or default base URL does not match one of these normalized values. |
285
+
286
+ ## Tool metadata reference
287
+
288
+ `toolMetadata` uses the same `configSignals` and `authSignals` shapes as
289
+ generation provider metadata, keyed by tool name. `contracts.tools` declares
290
+ ownership. `toolMetadata` declares cheap availability evidence so Nodmix can
291
+ avoid importing a plugin runtime just to have its tool factory return `null`.
292
+
293
+ ```json
294
+ {
295
+ "providerAuthEnvVars": {
296
+ "example": ["EXAMPLE_API_KEY"]
297
+ },
298
+ "contracts": {
299
+ "tools": ["example_search"]
300
+ },
301
+ "toolMetadata": {
302
+ "example_search": {
303
+ "authSignals": [
304
+ {
305
+ "provider": "example"
306
+ }
307
+ ],
308
+ "configSignals": [
309
+ {
310
+ "rootPath": "plugins.entries.example.config",
311
+ "overlayPath": "search",
312
+ "required": ["apiKey"]
313
+ }
314
+ ]
315
+ }
316
+ }
317
+ }
318
+ ```
319
+
320
+ If a tool has no `toolMetadata`, Nodmix preserves the existing behavior and
321
+ loads the owning plugin when the tool contract matches policy. For hot-path
322
+ tools whose factory depends on auth/config, plugin authors should declare
323
+ `toolMetadata` instead of making core import runtime to ask.
324
+
325
+ ## providerAuthChoices reference
326
+
327
+ Each `providerAuthChoices` entry describes one onboarding or auth choice.
328
+ Nodmix reads this before provider runtime loads.
329
+ Provider setup lists use these manifest choices, descriptor-derived setup
330
+ choices, and install-catalog metadata without loading provider runtime.
331
+
332
+ | Field | Required | Type | What it means |
333
+ | --------------------- | -------- | --------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
334
+ | `provider` | Yes | `string` | Provider id this choice belongs to. |
335
+ | `method` | Yes | `string` | Auth method id to dispatch to. |
336
+ | `choiceId` | Yes | `string` | Stable auth-choice id used by onboarding and CLI flows. |
337
+ | `choiceLabel` | No | `string` | User-facing label. If omitted, Nodmix falls back to `choiceId`. |
338
+ | `choiceHint` | No | `string` | Short helper text for the picker. |
339
+ | `assistantPriority` | No | `number` | Lower values sort earlier in assistant-driven interactive pickers. |
340
+ | `assistantVisibility` | No | `"visible"` \| `"manual-only"` | Hide the choice from assistant pickers while still allowing manual CLI selection. |
341
+ | `deprecatedChoiceIds` | No | `string[]` | Legacy choice ids that should redirect users to this replacement choice. |
342
+ | `groupId` | No | `string` | Optional group id for grouping related choices. |
343
+ | `groupLabel` | No | `string` | User-facing label for that group. |
344
+ | `groupHint` | No | `string` | Short helper text for the group. |
345
+ | `optionKey` | No | `string` | Internal option key for simple one-flag auth flows. |
346
+ | `cliFlag` | No | `string` | CLI flag name, such as `--openrouter-api-key`. |
347
+ | `cliOption` | No | `string` | Full CLI option shape, such as `--openrouter-api-key <key>`. |
348
+ | `cliDescription` | No | `string` | Description used in CLI help. |
349
+ | `onboardingScopes` | No | `Array<"text-inference" \| "image-generation" \| "music-generation">` | Which onboarding surfaces this choice should appear in. If omitted, it defaults to `["text-inference"]`. |
350
+
351
+ ## commandAliases reference
352
+
353
+ Use `commandAliases` when a plugin owns a runtime command name that users may
354
+ mistakenly put in `plugins.allow` or try to run as a root CLI command. Nodmix
355
+ uses this metadata for diagnostics without importing plugin runtime code.
356
+
357
+ ```json
358
+ {
359
+ "commandAliases": [
360
+ {
361
+ "name": "dreaming",
362
+ "kind": "runtime-slash",
363
+ "cliCommand": "memory"
364
+ }
365
+ ]
366
+ }
367
+ ```
368
+
369
+ | Field | Required | Type | What it means |
370
+ | ------------ | -------- | ----------------- | ----------------------------------------------------------------------- |
371
+ | `name` | Yes | `string` | Command name that belongs to this plugin. |
372
+ | `kind` | No | `"runtime-slash"` | Marks the alias as a chat slash command rather than a root CLI command. |
373
+ | `cliCommand` | No | `string` | Related root CLI command to suggest for CLI operations, if one exists. |
374
+
375
+ ## activation reference
376
+
377
+ Use `activation` when the plugin can cheaply declare which control-plane events
378
+ should include it in an activation/load plan.
379
+
380
+ This block is planner metadata, not a lifecycle API. It does not register
381
+ runtime behavior, does not replace `register(...)`, and does not promise that
382
+ plugin code has already executed. The activation planner uses these fields to
383
+ narrow candidate plugins before falling back to existing manifest ownership
384
+ metadata such as `providers`, `channels`, `commandAliases`, `setup.providers`,
385
+ `contracts.tools`, and hooks.
386
+
387
+ Prefer the narrowest metadata that already describes ownership. Use
388
+ `providers`, `channels`, `commandAliases`, setup descriptors, or `contracts`
389
+ when those fields express the relationship. Use `activation` for extra planner
390
+ hints that cannot be represented by those ownership fields.
391
+ Use top-level `cliBackends` for CLI runtime aliases such as `claude-cli`,
392
+ `my-cli`, or `google-gemini-cli`; `activation.onAgentHarnesses` is only for
393
+ embedded agent harness ids that do not already have an ownership field.
394
+
395
+ This block is metadata only. It does not register runtime behavior, and it does
396
+ not replace `register(...)`, `setupEntry`, or other runtime/plugin entrypoints.
397
+ Current consumers use it as a narrowing hint before broader plugin loading, so
398
+ missing non-startup activation metadata usually only costs performance; it
399
+ should not change correctness while manifest ownership fallbacks still exist.
400
+
401
+ Every plugin should set `activation.onStartup` intentionally. Set it to `true`
402
+ only when the plugin must run during Gateway startup. Set it to `false` when
403
+ the plugin is inert at startup and should load only from narrower triggers.
404
+ Omitting `onStartup` no longer startup-loads the plugin implicitly; use explicit
405
+ activation metadata for startup, channel, config, agent-harness, memory, or
406
+ other narrower activation triggers.
407
+
408
+ ```json
409
+ {
410
+ "activation": {
411
+ "onStartup": false,
412
+ "onProviders": ["openai"],
413
+ "onCommands": ["models"],
414
+ "onChannels": ["web"],
415
+ "onRoutes": ["gateway-webhook"],
416
+ "onConfigPaths": ["browser"],
417
+ "onCapabilities": ["provider", "tool"]
418
+ }
419
+ }
420
+ ```
421
+
422
+ | Field | Required | Type | What it means |
423
+ | ------------------ | -------- | ---------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
424
+ | `onStartup` | No | `boolean` | Explicit Gateway startup activation. Every plugin should set this. `true` imports the plugin during startup; `false` keeps it startup-lazy unless another matched trigger requires loading. |
425
+ | `onProviders` | No | `string[]` | Provider ids that should include this plugin in activation/load plans. |
426
+ | `onAgentHarnesses` | No | `string[]` | Embedded agent harness runtime ids that should include this plugin in activation/load plans. Use top-level `cliBackends` for CLI backend aliases. |
427
+ | `onCommands` | No | `string[]` | Command ids that should include this plugin in activation/load plans. |
428
+ | `onChannels` | No | `string[]` | Channel ids that should include this plugin in activation/load plans. |
429
+ | `onRoutes` | No | `string[]` | Route kinds that should include this plugin in activation/load plans. |
430
+ | `onConfigPaths` | No | `string[]` | Root-relative config paths that should include this plugin in startup/load plans when the path is present and not explicitly disabled. |
431
+ | `onCapabilities` | No | `Array<"provider" \| "channel" \| "tool" \| "hook">` | Broad capability hints used by control-plane activation planning. Prefer narrower fields when possible. |
432
+
433
+ Current live consumers:
434
+
435
+ - Gateway startup planning uses `activation.onStartup` for explicit startup
436
+ import
437
+ - command-triggered CLI planning falls back to legacy
438
+ `commandAliases[].cliCommand` or `commandAliases[].name`
439
+ - agent-runtime startup planning uses `activation.onAgentHarnesses` for
440
+ embedded harnesses and top-level `cliBackends[]` for CLI runtime aliases
441
+ - channel-triggered setup/channel planning falls back to legacy `channels[]`
442
+ ownership when explicit channel activation metadata is missing
443
+ - startup plugin planning uses `activation.onConfigPaths` for non-channel root
444
+ config surfaces such as the bundled browser plugin's `browser` block
445
+ - provider-triggered setup/runtime planning falls back to legacy
446
+ `providers[]` and top-level `cliBackends[]` ownership when explicit provider
447
+ activation metadata is missing
448
+
449
+ Planner diagnostics can distinguish explicit activation hints from manifest
450
+ ownership fallback. For example, `activation-command-hint` means
451
+ `activation.onCommands` matched, while `manifest-command-alias` means the
452
+ planner used `commandAliases` ownership instead. These reason labels are for
453
+ host diagnostics and tests; plugin authors should keep declaring the metadata
454
+ that best describes ownership.
455
+
456
+ ## qaRunners reference
457
+
458
+ Use `qaRunners` when a plugin contributes one or more transport runners beneath
459
+ the shared `nodmix qa` root. Keep this metadata cheap and static; the plugin
460
+ runtime still owns actual CLI registration through a lightweight
461
+ `runtime-api.ts` surface that exports `qaRunnerCliRegistrations`.
462
+
463
+ ```json
464
+ {
465
+ "qaRunners": [
466
+ {
467
+ "commandName": "matrix",
468
+ "description": "Run the Docker-backed Matrix live QA lane against a disposable homeserver"
469
+ }
470
+ ]
471
+ }
472
+ ```
473
+
474
+ | Field | Required | Type | What it means |
475
+ | ------------- | -------- | -------- | ------------------------------------------------------------------ |
476
+ | `commandName` | Yes | `string` | Subcommand mounted beneath `nodmix qa`, for example `matrix`. |
477
+ | `description` | No | `string` | Fallback help text used when the shared host needs a stub command. |
478
+
479
+ ## setup reference
480
+
481
+ Use `setup` when setup and onboarding surfaces need cheap plugin-owned metadata
482
+ before runtime loads.
483
+
484
+ ```json
485
+ {
486
+ "setup": {
487
+ "providers": [
488
+ {
489
+ "id": "openai",
490
+ "authMethods": ["api-key"],
491
+ "envVars": ["OPENAI_API_KEY"],
492
+ "authEvidence": [
493
+ {
494
+ "type": "local-file-with-env",
495
+ "fileEnvVar": "OPENAI_CREDENTIALS_FILE",
496
+ "requiresAllEnv": ["OPENAI_PROJECT"],
497
+ "credentialMarker": "openai-local-credentials",
498
+ "source": "openai local credentials"
499
+ }
500
+ ]
501
+ }
502
+ ],
503
+ "cliBackends": ["openai-cli"],
504
+ "configMigrations": ["legacy-openai-auth"],
505
+ "requiresRuntime": false
506
+ }
507
+ }
508
+ ```
509
+
510
+ Top-level `cliBackends` stays valid and continues to describe CLI inference
511
+ backends. `setup.cliBackends` is the setup-specific descriptor surface for
512
+ control-plane/setup flows that should stay metadata-only.
513
+
514
+ When present, `setup.providers` and `setup.cliBackends` are the preferred
515
+ descriptor-first lookup surface for setup discovery. If the descriptor only
516
+ narrows the candidate plugin and setup still needs richer setup-time runtime
517
+ hooks, set `requiresRuntime: true` and keep `setup-api` in place as the
518
+ fallback execution path.
519
+
520
+ Nodmix also includes `setup.providers[].envVars` in generic provider auth and
521
+ env-var lookups. `providerAuthEnvVars` remains supported through a compatibility
522
+ adapter during the deprecation window, but non-bundled plugins that still use it
523
+ receive a manifest diagnostic. New plugins should put setup/status env metadata
524
+ on `setup.providers[].envVars`.
525
+
526
+ Nodmix can also derive simple setup choices from `setup.providers[].authMethods`
527
+ when no setup entry is available, or when `setup.requiresRuntime: false`
528
+ declares setup runtime unnecessary. Explicit `providerAuthChoices` entries stay
529
+ preferred for custom labels, CLI flags, onboarding scope, and assistant metadata.
530
+
531
+ Set `requiresRuntime: false` only when those descriptors are sufficient for the
532
+ setup surface. Nodmix treats explicit `false` as a descriptor-only contract
533
+ and will not execute `setup-api` or `nodmix.setupEntry` for setup lookup. If
534
+ a descriptor-only plugin still ships one of those setup runtime entries,
535
+ Nodmix reports an additive diagnostic and continues ignoring it. Omitted
536
+ `requiresRuntime` keeps legacy fallback behavior so existing plugins that added
537
+ descriptors without the flag do not break.
538
+
539
+ Because setup lookup can execute plugin-owned `setup-api` code, normalized
540
+ `setup.providers[].id` and `setup.cliBackends[]` values must stay unique across
541
+ discovered plugins. Ambiguous ownership fails closed instead of picking a
542
+ winner from discovery order.
543
+
544
+ When setup runtime does execute, setup registry diagnostics report descriptor
545
+ drift if `setup-api` registers a provider or CLI backend that the manifest
546
+ descriptors do not declare, or if a descriptor has no matching runtime
547
+ registration. These diagnostics are additive and do not reject legacy plugins.
548
+
549
+ ### setup.providers reference
550
+
551
+ | Field | Required | Type | What it means |
552
+ | -------------- | -------- | ---------- | ------------------------------------------------------------------------------------------------ |
553
+ | `id` | Yes | `string` | Provider id exposed during setup or onboarding. Keep normalized ids globally unique. |
554
+ | `authMethods` | No | `string[]` | Setup/auth method ids this provider supports without loading full runtime. |
555
+ | `envVars` | No | `string[]` | Env vars that generic setup/status surfaces can check before plugin runtime loads. |
556
+ | `authEvidence` | No | `object[]` | Cheap local auth evidence checks for providers that can authenticate through non-secret markers. |
557
+
558
+ `authEvidence` is for provider-owned local credential markers that can be
559
+ verified without loading runtime code. These checks must stay cheap and local:
560
+ no network calls, no keychain or secret-manager reads, no shell commands, and no
561
+ provider API probes.
562
+
563
+ Supported evidence entries:
564
+
565
+ | Field | Required | Type | What it means |
566
+ | ------------------ | -------- | ---------- | -------------------------------------------------------------------------------------------------------------- |
567
+ | `type` | Yes | `string` | Currently `local-file-with-env`. |
568
+ | `fileEnvVar` | No | `string` | Env var containing an explicit credential file path. |
569
+ | `fallbackPaths` | No | `string[]` | Local credential file paths checked when `fileEnvVar` is absent or empty. Supports `${HOME}` and `${APPDATA}`. |
570
+ | `requiresAnyEnv` | No | `string[]` | At least one listed env var must be non-empty before the evidence is valid. |
571
+ | `requiresAllEnv` | No | `string[]` | Every listed env var must be non-empty before the evidence is valid. |
572
+ | `credentialMarker` | Yes | `string` | Non-secret marker returned when the evidence is present. |
573
+ | `source` | No | `string` | User-facing source label for auth/status output. |
574
+
575
+ ### setup fields
576
+
577
+ | Field | Required | Type | What it means |
578
+ | ------------------ | -------- | ---------- | --------------------------------------------------------------------------------------------------- |
579
+ | `providers` | No | `object[]` | Provider setup descriptors exposed during setup and onboarding. |
580
+ | `cliBackends` | No | `string[]` | Setup-time backend ids used for descriptor-first setup lookup. Keep normalized ids globally unique. |
581
+ | `configMigrations` | No | `string[]` | Config migration ids owned by this plugin's setup surface. |
582
+ | `requiresRuntime` | No | `boolean` | Whether setup still needs `setup-api` execution after descriptor lookup. |
583
+
584
+ ## uiHints reference
585
+
586
+ `uiHints` is a map from config field names to small rendering hints.
587
+
588
+ ```json
589
+ {
590
+ "uiHints": {
591
+ "apiKey": {
592
+ "label": "API key",
593
+ "help": "Used for OpenRouter requests",
594
+ "placeholder": "sk-or-v1-...",
595
+ "sensitive": true
596
+ }
597
+ }
598
+ }
599
+ ```
600
+
601
+ Each field hint can include:
602
+
603
+ | Field | Type | What it means |
604
+ | ------------- | ---------- | --------------------------------------- |
605
+ | `label` | `string` | User-facing field label. |
606
+ | `help` | `string` | Short helper text. |
607
+ | `tags` | `string[]` | Optional UI tags. |
608
+ | `advanced` | `boolean` | Marks the field as advanced. |
609
+ | `sensitive` | `boolean` | Marks the field as secret or sensitive. |
610
+ | `placeholder` | `string` | Placeholder text for form inputs. |
611
+
612
+ ## contracts reference
613
+
614
+ Use `contracts` only for static capability ownership metadata that Nodmix can
615
+ read without importing the plugin runtime.
616
+
617
+ ```json
618
+ {
619
+ "contracts": {
620
+ "agentToolResultMiddleware": ["pi", "codex"],
621
+ "externalAuthProviders": ["acme-ai"],
622
+ "speechProviders": ["openai"],
623
+ "realtimeTranscriptionProviders": ["openai"],
624
+ "realtimeVoiceProviders": ["openai"],
625
+ "memoryEmbeddingProviders": ["local"],
626
+ "mediaUnderstandingProviders": ["openai", "openai-codex"],
627
+ "imageGenerationProviders": ["openai"],
628
+ "videoGenerationProviders": ["qwen"],
629
+ "webFetchProviders": ["firecrawl"],
630
+ "webSearchProviders": ["gemini"],
631
+ "migrationProviders": ["hermes"],
632
+ "gatewayMethodDispatch": ["authenticated-request"],
633
+ "tools": ["firecrawl_search", "firecrawl_scrape"]
634
+ }
635
+ }
636
+ ```
637
+
638
+ Each list is optional:
639
+
640
+ | Field | Type | What it means |
641
+ | -------------------------------- | ---------- | --------------------------------------------------------------------------------------------------- |
642
+ | `embeddedExtensionFactories` | `string[]` | Codex app-server extension factory ids, currently `codex-app-server`. |
643
+ | `agentToolResultMiddleware` | `string[]` | Runtime ids a bundled plugin may register tool-result middleware for. |
644
+ | `externalAuthProviders` | `string[]` | Provider ids whose external auth profile hook this plugin owns. |
645
+ | `speechProviders` | `string[]` | Speech provider ids this plugin owns. |
646
+ | `realtimeTranscriptionProviders` | `string[]` | Realtime-transcription provider ids this plugin owns. |
647
+ | `realtimeVoiceProviders` | `string[]` | Realtime-voice provider ids this plugin owns. |
648
+ | `memoryEmbeddingProviders` | `string[]` | Memory embedding provider ids this plugin owns. |
649
+ | `mediaUnderstandingProviders` | `string[]` | Media-understanding provider ids this plugin owns. |
650
+ | `imageGenerationProviders` | `string[]` | Image-generation provider ids this plugin owns. |
651
+ | `videoGenerationProviders` | `string[]` | Video-generation provider ids this plugin owns. |
652
+ | `webFetchProviders` | `string[]` | Web-fetch provider ids this plugin owns. |
653
+ | `webSearchProviders` | `string[]` | Web-search provider ids this plugin owns. |
654
+ | `migrationProviders` | `string[]` | Import provider ids this plugin owns for `nodmix migrate`. |
655
+ | `gatewayMethodDispatch` | `string[]` | Reserved entitlement for authenticated plugin HTTP routes that dispatch Gateway methods in-process. |
656
+ | `tools` | `string[]` | Agent tool names this plugin owns. |
657
+
658
+ `contracts.embeddedExtensionFactories` is retained for bundled Codex
659
+ app-server-only extension factories. Bundled tool-result transforms should
660
+ declare `contracts.agentToolResultMiddleware` and register with
661
+ `api.registerAgentToolResultMiddleware(...)` instead. External plugins cannot
662
+ register tool-result middleware because the seam can rewrite high-trust tool
663
+ output before the model sees it.
664
+
665
+ Runtime `api.registerTool(...)` registrations must match `contracts.tools`.
666
+ Tool discovery uses this list to load only the plugin runtimes that can own the
667
+ requested tools.
668
+
669
+ Provider plugins that implement `resolveExternalAuthProfiles` should declare
670
+ `contracts.externalAuthProviders`. Plugins without the declaration still run
671
+ through a deprecated compatibility fallback, but that fallback is slower and
672
+ will be removed after the migration window.
673
+
674
+ Bundled memory embedding providers should declare
675
+ `contracts.memoryEmbeddingProviders` for every adapter id they expose, including
676
+ built-in adapters such as `local`. Standalone CLI paths use this manifest
677
+ contract to load only the owning plugin before the full Gateway runtime has
678
+ registered providers.
679
+
680
+ `contracts.gatewayMethodDispatch` currently accepts
681
+ `"authenticated-request"`. It is an API hygiene gate for native plugin HTTP
682
+ routes that intentionally dispatch Gateway control-plane methods in-process, not
683
+ a sandbox against malicious native plugins. Use it only for tightly reviewed
684
+ bundled/operator surfaces that already require Gateway HTTP auth.
685
+
686
+ ## mediaUnderstandingProviderMetadata reference
687
+
688
+ Use `mediaUnderstandingProviderMetadata` when a media-understanding provider has
689
+ default models, auto-auth fallback priority, or native document support that
690
+ generic core helpers need before runtime loads. Keys must also be declared in
691
+ `contracts.mediaUnderstandingProviders`.
692
+
693
+ ```json
694
+ {
695
+ "contracts": {
696
+ "mediaUnderstandingProviders": ["example"]
697
+ },
698
+ "mediaUnderstandingProviderMetadata": {
699
+ "example": {
700
+ "capabilities": ["image", "audio"],
701
+ "defaultModels": {
702
+ "image": "example-vision-latest",
703
+ "audio": "example-transcribe-latest"
704
+ },
705
+ "autoPriority": {
706
+ "image": 40
707
+ },
708
+ "nativeDocumentInputs": ["pdf"]
709
+ }
710
+ }
711
+ }
712
+ ```
713
+
714
+ Each provider entry can include:
715
+
716
+ | Field | Type | What it means |
717
+ | ---------------------- | ----------------------------------- | ---------------------------------------------------------------------------- |
718
+ | `capabilities` | `("image" \| "audio" \| "video")[]` | Media capabilities exposed by this provider. |
719
+ | `defaultModels` | `Record<string, string>` | Capability-to-model defaults used when config does not specify a model. |
720
+ | `autoPriority` | `Record<string, number>` | Lower numbers sort earlier for automatic credential-based provider fallback. |
721
+ | `nativeDocumentInputs` | `"pdf"[]` | Native document inputs supported by the provider. |
722
+
723
+ ## channelConfigs reference
724
+
725
+ Use `channelConfigs` when a channel plugin needs cheap config metadata before
726
+ runtime loads. Read-only channel setup/status discovery can use this metadata
727
+ directly for configured external channels when no setup entry is available, or
728
+ when `setup.requiresRuntime: false` declares setup runtime unnecessary.
729
+
730
+ `channelConfigs` is plugin manifest metadata, not a new top-level user config
731
+ section. Users still configure channel instances under `channels.<channel-id>`.
732
+ Nodmix reads manifest metadata to decide which plugin owns that configured
733
+ channel before plugin runtime code executes.
734
+
735
+ For a channel plugin, `configSchema` and `channelConfigs` describe different
736
+ paths:
737
+
738
+ - `configSchema` validates `plugins.entries.<plugin-id>.config`
739
+ - `channelConfigs.<channel-id>.schema` validates `channels.<channel-id>`
740
+
741
+ Non-bundled plugins that declare `channels[]` should also declare matching
742
+ `channelConfigs` entries. Without them, Nodmix can still load the plugin, but
743
+ cold-path config schema, setup, and Control UI surfaces cannot know the
744
+ channel-owned option shape until plugin runtime executes.
745
+
746
+ `channelConfigs.<channel-id>.commands.nativeCommandsAutoEnabled` and
747
+ `nativeSkillsAutoEnabled` can declare static `auto` defaults for command config
748
+ checks that run before channel runtime loads. Bundled channels can also publish
749
+ the same defaults through `package.json#nodmix.channel.commands` alongside
750
+ their other package-owned channel catalog metadata.
751
+
752
+ ```json
753
+ {
754
+ "channelConfigs": {
755
+ "matrix": {
756
+ "schema": {
757
+ "type": "object",
758
+ "additionalProperties": false,
759
+ "properties": {
760
+ "homeserverUrl": { "type": "string" }
761
+ }
762
+ },
763
+ "uiHints": {
764
+ "homeserverUrl": {
765
+ "label": "Homeserver URL",
766
+ "placeholder": "https://matrix.example.com"
767
+ }
768
+ },
769
+ "label": "Matrix",
770
+ "description": "Matrix homeserver connection",
771
+ "commands": {
772
+ "nativeCommandsAutoEnabled": true,
773
+ "nativeSkillsAutoEnabled": true
774
+ },
775
+ "preferOver": ["matrix-legacy"]
776
+ }
777
+ }
778
+ }
779
+ ```
780
+
781
+ Each channel entry can include:
782
+
783
+ | Field | Type | What it means |
784
+ | ------------- | ------------------------ | ----------------------------------------------------------------------------------------- |
785
+ | `schema` | `object` | JSON Schema for `channels.<id>`. Required for each declared channel config entry. |
786
+ | `uiHints` | `Record<string, object>` | Optional UI labels/placeholders/sensitive hints for that channel config section. |
787
+ | `label` | `string` | Channel label merged into picker and inspect surfaces when runtime metadata is not ready. |
788
+ | `description` | `string` | Short channel description for inspect and catalog surfaces. |
789
+ | `commands` | `object` | Static native command and native skill auto-defaults for pre-runtime config checks. |
790
+ | `preferOver` | `string[]` | Legacy or lower-priority plugin ids this channel should outrank in selection surfaces. |
791
+
792
+ ### Replacing another channel plugin
793
+
794
+ Use `preferOver` when your plugin is the preferred owner for a channel id that
795
+ another plugin can also provide. Common cases are a renamed plugin id, a
796
+ standalone plugin that supersedes a bundled plugin, or a maintained fork that
797
+ keeps the same channel id for config compatibility.
798
+
799
+ ```json
800
+ {
801
+ "id": "acme-chat",
802
+ "channels": ["chat"],
803
+ "channelConfigs": {
804
+ "chat": {
805
+ "schema": {
806
+ "type": "object",
807
+ "additionalProperties": false,
808
+ "properties": {
809
+ "webhookUrl": { "type": "string" }
810
+ }
811
+ },
812
+ "preferOver": ["chat"]
813
+ }
814
+ }
815
+ }
816
+ ```
817
+
818
+ When `channels.chat` is configured, Nodmix considers both the channel id and
819
+ the preferred plugin id. If the lower-priority plugin was only selected because
820
+ it is bundled or enabled by default, Nodmix disables it in the effective
821
+ runtime config so one plugin owns the channel and its tools. Explicit user
822
+ selection still wins: if the user explicitly enables both plugins, Nodmix
823
+ preserves that choice and reports duplicate channel/tool diagnostics instead of
824
+ silently changing the requested plugin set.
825
+
826
+ Keep `preferOver` scoped to plugin ids that can really provide the same channel.
827
+ It is not a general priority field and it does not rename user config keys.
828
+
829
+ ## modelSupport reference
830
+
831
+ Use `modelSupport` when Nodmix should infer your provider plugin from
832
+ shorthand model ids like `gpt-5.5` or `claude-sonnet-4.6` before plugin runtime
833
+ loads.
834
+
835
+ ```json
836
+ {
837
+ "modelSupport": {
838
+ "modelPrefixes": ["gpt-", "o1", "o3", "o4"],
839
+ "modelPatterns": ["^computer-use-preview"]
840
+ }
841
+ }
842
+ ```
843
+
844
+ Nodmix applies this precedence:
845
+
846
+ - explicit `provider/model` refs use the owning `providers` manifest metadata
847
+ - `modelPatterns` beat `modelPrefixes`
848
+ - if one non-bundled plugin and one bundled plugin both match, the non-bundled
849
+ plugin wins
850
+ - remaining ambiguity is ignored until the user or config specifies a provider
851
+
852
+ Fields:
853
+
854
+ | Field | Type | What it means |
855
+ | --------------- | ---------- | ------------------------------------------------------------------------------- |
856
+ | `modelPrefixes` | `string[]` | Prefixes matched with `startsWith` against shorthand model ids. |
857
+ | `modelPatterns` | `string[]` | Regex sources matched against shorthand model ids after profile suffix removal. |
858
+
859
+ ## modelCatalog reference
860
+
861
+ Use `modelCatalog` when Nodmix should know provider model metadata before
862
+ loading plugin runtime. This is the manifest-owned source for fixed catalog
863
+ rows, provider aliases, suppression rules, and discovery mode. Runtime refresh
864
+ still belongs in provider runtime code, but the manifest tells core when runtime
865
+ is required.
866
+
867
+ ```json
868
+ {
869
+ "providers": ["openai"],
870
+ "modelCatalog": {
871
+ "providers": {
872
+ "openai": {
873
+ "baseUrl": "https://api.openai.com/v1",
874
+ "api": "openai-responses",
875
+ "models": [
876
+ {
877
+ "id": "gpt-5.4",
878
+ "name": "GPT-5.4",
879
+ "input": ["text", "image"],
880
+ "reasoning": true,
881
+ "contextWindow": 256000,
882
+ "maxTokens": 128000,
883
+ "cost": {
884
+ "input": 1.25,
885
+ "output": 10,
886
+ "cacheRead": 0.125
887
+ },
888
+ "status": "available",
889
+ "tags": ["default"]
890
+ }
891
+ ]
892
+ }
893
+ },
894
+ "aliases": {
895
+ "azure-openai-responses": {
896
+ "provider": "openai",
897
+ "api": "azure-openai-responses"
898
+ }
899
+ },
900
+ "suppressions": [
901
+ {
902
+ "provider": "azure-openai-responses",
903
+ "model": "gpt-5.3-codex-spark",
904
+ "reason": "not available on Azure OpenAI Responses"
905
+ }
906
+ ],
907
+ "discovery": {
908
+ "openai": "static"
909
+ }
910
+ }
911
+ }
912
+ ```
913
+
914
+ Top-level fields:
915
+
916
+ | Field | Type | What it means |
917
+ | -------------- | -------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
918
+ | `providers` | `Record<string, object>` | Catalog rows for provider ids owned by this plugin. Keys should also appear in top-level `providers`. |
919
+ | `aliases` | `Record<string, object>` | Provider aliases that should resolve to an owned provider for catalog or suppression planning. |
920
+ | `suppressions` | `object[]` | Model rows from another source that this plugin suppresses for a provider-specific reason. |
921
+ | `discovery` | `Record<string, "static" \| "refreshable" \| "runtime">` | Whether the provider catalog can be read from manifest metadata, refreshed into cache, or requires runtime. |
922
+
923
+ `aliases` participates in provider ownership lookup for model-catalog planning.
924
+ Alias targets must be top-level providers owned by the same plugin. When a
925
+ provider-filtered list uses an alias, Nodmix can read the owning manifest and
926
+ apply alias API/base URL overrides without loading provider runtime.
927
+ Aliases do not expand unfiltered catalog listings; broad lists emit the owning
928
+ canonical provider rows only.
929
+
930
+ `suppressions` replaces the old provider runtime `suppressBuiltInModel` hook.
931
+ Suppression entries are honored only when the provider is owned by the plugin or
932
+ declared as a `modelCatalog.aliases` key that targets an owned provider. Runtime
933
+ suppression hooks are no longer called during model resolution.
934
+
935
+ Provider fields:
936
+
937
+ | Field | Type | What it means |
938
+ | --------- | ------------------------ | ----------------------------------------------------------------- |
939
+ | `baseUrl` | `string` | Optional default base URL for models in this provider catalog. |
940
+ | `api` | `ModelApi` | Optional default API adapter for models in this provider catalog. |
941
+ | `headers` | `Record<string, string>` | Optional static headers that apply to this provider catalog. |
942
+ | `models` | `object[]` | Required model rows. Rows without an `id` are ignored. |
943
+
944
+ Model fields:
945
+
946
+ | Field | Type | What it means |
947
+ | --------------- | -------------------------------------------------------------- | --------------------------------------------------------------------------- |
948
+ | `id` | `string` | Provider-local model id, without the `provider/` prefix. |
949
+ | `name` | `string` | Optional display name. |
950
+ | `api` | `ModelApi` | Optional per-model API override. |
951
+ | `baseUrl` | `string` | Optional per-model base URL override. |
952
+ | `headers` | `Record<string, string>` | Optional per-model static headers. |
953
+ | `input` | `Array<"text" \| "image" \| "document" \| "audio" \| "video">` | Modalities the model accepts. |
954
+ | `reasoning` | `boolean` | Whether the model exposes reasoning behavior. |
955
+ | `contextWindow` | `number` | Native provider context window. |
956
+ | `contextTokens` | `number` | Optional effective runtime context cap when different from `contextWindow`. |
957
+ | `maxTokens` | `number` | Maximum output tokens when known. |
958
+ | `cost` | `object` | Optional USD per million token pricing, including optional `tieredPricing`. |
959
+ | `compat` | `object` | Optional compatibility flags matching Nodmix model config compatibility. |
960
+ | `status` | `"available"` \| `"preview"` \| `"deprecated"` \| `"disabled"` | Listing status. Suppress only when the row must not appear at all. |
961
+ | `statusReason` | `string` | Optional reason shown with non-available status. |
962
+ | `replaces` | `string[]` | Older provider-local model ids this model supersedes. |
963
+ | `replacedBy` | `string` | Replacement provider-local model id for deprecated rows. |
964
+ | `tags` | `string[]` | Stable tags used by pickers and filters. |
965
+
966
+ Suppression fields:
967
+
968
+ | Field | Type | What it means |
969
+ | -------------------------- | ---------- | --------------------------------------------------------------------------------------------------------- |
970
+ | `provider` | `string` | Provider id for the upstream row to suppress. Must be owned by this plugin or declared as an owned alias. |
971
+ | `model` | `string` | Provider-local model id to suppress. |
972
+ | `reason` | `string` | Optional message shown when the suppressed row is requested directly. |
973
+ | `when.baseUrlHosts` | `string[]` | Optional list of effective provider base URL hosts required before the suppression applies. |
974
+ | `when.providerConfigApiIn` | `string[]` | Optional list of exact provider-config `api` values required before the suppression applies. |
975
+
976
+ Do not put runtime-only data in `modelCatalog`. Use `static` only when manifest
977
+ rows are complete enough for provider-filtered list and picker surfaces to skip
978
+ registry/runtime discovery. Use `refreshable` when manifest rows are useful
979
+ listable seeds or supplements but a refresh/cache can add more rows later;
980
+ refreshable rows are not authoritative by themselves. Use `runtime` when Nodmix
981
+ must load provider runtime to know the list.
982
+
983
+ ## modelIdNormalization reference
984
+
985
+ Use `modelIdNormalization` for cheap provider-owned model-id cleanup that must
986
+ happen before provider runtime loads. This keeps aliases such as short model
987
+ names, provider-local legacy ids, and proxy prefix rules in the owning plugin
988
+ manifest instead of in core model-selection tables.
989
+
990
+ ```json
991
+ {
992
+ "providers": ["anthropic", "openrouter"],
993
+ "modelIdNormalization": {
994
+ "providers": {
995
+ "anthropic": {
996
+ "aliases": {
997
+ "sonnet-4.6": "claude-sonnet-4-6"
998
+ }
999
+ },
1000
+ "openrouter": {
1001
+ "prefixWhenBare": "openrouter"
1002
+ }
1003
+ }
1004
+ }
1005
+ }
1006
+ ```
1007
+
1008
+ Provider fields:
1009
+
1010
+ | Field | Type | What it means |
1011
+ | ------------------------------------ | ----------------------- | ----------------------------------------------------------------------------------------- |
1012
+ | `aliases` | `Record<string,string>` | Case-insensitive exact model-id aliases. Values are returned as written. |
1013
+ | `stripPrefixes` | `string[]` | Prefixes to remove before alias lookup, useful for legacy provider/model duplication. |
1014
+ | `prefixWhenBare` | `string` | Prefix to add when the normalized model id does not already contain `/`. |
1015
+ | `prefixWhenBareAfterAliasStartsWith` | `object[]` | Conditional bare-id prefix rules after alias lookup, keyed by `modelPrefix` and `prefix`. |
1016
+
1017
+ ## providerEndpoints reference
1018
+
1019
+ Use `providerEndpoints` for endpoint classification that generic request policy
1020
+ must know before provider runtime loads. Core still owns the meaning of each
1021
+ `endpointClass`; plugin manifests own the host and base URL metadata.
1022
+
1023
+ Endpoint fields:
1024
+
1025
+ | Field | Type | What it means |
1026
+ | ------------------------------ | ---------- | ---------------------------------------------------------------------------------------------- |
1027
+ | `endpointClass` | `string` | Known core endpoint class, such as `openrouter`, `moonshot-native`, or `google-vertex`. |
1028
+ | `hosts` | `string[]` | Exact hostnames that map to the endpoint class. |
1029
+ | `hostSuffixes` | `string[]` | Host suffixes that map to the endpoint class. Prefix with `.` for domain suffix-only matching. |
1030
+ | `baseUrls` | `string[]` | Exact normalized HTTP(S) base URLs that map to the endpoint class. |
1031
+ | `googleVertexRegion` | `string` | Static Google Vertex region for exact global hosts. |
1032
+ | `googleVertexRegionHostSuffix` | `string` | Suffix to strip from matching hosts to expose the Google Vertex region prefix. |
1033
+
1034
+ ## providerRequest reference
1035
+
1036
+ Use `providerRequest` for cheap request-compatibility metadata that generic
1037
+ request policy needs without loading provider runtime. Keep behavior-specific
1038
+ payload rewriting in provider runtime hooks or shared provider-family helpers.
1039
+
1040
+ ```json
1041
+ {
1042
+ "providers": ["vllm"],
1043
+ "providerRequest": {
1044
+ "providers": {
1045
+ "vllm": {
1046
+ "family": "vllm",
1047
+ "openAICompletions": {
1048
+ "supportsStreamingUsage": true
1049
+ }
1050
+ }
1051
+ }
1052
+ }
1053
+ }
1054
+ ```
1055
+
1056
+ Provider fields:
1057
+
1058
+ | Field | Type | What it means |
1059
+ | --------------------- | ------------ | -------------------------------------------------------------------------------------- |
1060
+ | `family` | `string` | Provider family label used by generic request compatibility decisions and diagnostics. |
1061
+ | `compatibilityFamily` | `"moonshot"` | Optional provider-family compatibility bucket for shared request helpers. |
1062
+ | `openAICompletions` | `object` | OpenAI-compatible completions request flags, currently `supportsStreamingUsage`. |
1063
+
1064
+ ## modelPricing reference
1065
+
1066
+ Use `modelPricing` when a provider needs control-plane pricing behavior before
1067
+ runtime loads. The Gateway pricing cache reads this metadata without importing
1068
+ provider runtime code.
1069
+
1070
+ ```json
1071
+ {
1072
+ "providers": ["ollama", "openrouter"],
1073
+ "modelPricing": {
1074
+ "providers": {
1075
+ "ollama": {
1076
+ "external": false
1077
+ },
1078
+ "openrouter": {
1079
+ "openRouter": {
1080
+ "passthroughProviderModel": true
1081
+ },
1082
+ "liteLLM": false
1083
+ }
1084
+ }
1085
+ }
1086
+ }
1087
+ ```
1088
+
1089
+ Provider fields:
1090
+
1091
+ | Field | Type | What it means |
1092
+ | ------------ | ----------------- | -------------------------------------------------------------------------------------------------- |
1093
+ | `external` | `boolean` | Set `false` for local/self-hosted providers that should never fetch OpenRouter or LiteLLM pricing. |
1094
+ | `openRouter` | `false \| object` | OpenRouter pricing lookup mapping. `false` disables OpenRouter lookup for this provider. |
1095
+ | `liteLLM` | `false \| object` | LiteLLM pricing lookup mapping. `false` disables LiteLLM lookup for this provider. |
1096
+
1097
+ Source fields:
1098
+
1099
+ | Field | Type | What it means |
1100
+ | -------------------------- | ------------------ | -------------------------------------------------------------------------------------------------------------------- |
1101
+ | `provider` | `string` | External catalog provider id when it differs from the Nodmix provider id, for example `z-ai` for a `zai` provider. |
1102
+ | `passthroughProviderModel` | `boolean` | Treat slash-containing model ids as nested provider/model refs, useful for proxy providers such as OpenRouter. |
1103
+ | `modelIdTransforms` | `"version-dots"[]` | Extra external catalog model-id variants. `version-dots` tries dotted version ids like `claude-opus-4.6`. |
1104
+
1105
+ ### Nodmix Provider Index
1106
+
1107
+ The Nodmix Provider Index is Nodmix-owned preview metadata for providers
1108
+ whose plugins may not be installed yet. It is not part of a plugin manifest.
1109
+ Plugin manifests remain the installed-plugin authority. The Provider Index is
1110
+ the internal fallback contract that future installable-provider and pre-install
1111
+ model picker surfaces will consume when a provider plugin is not installed.
1112
+
1113
+ Catalog authority order:
1114
+
1115
+ 1. User config.
1116
+ 2. Installed plugin manifest `modelCatalog`.
1117
+ 3. Model catalog cache from explicit refresh.
1118
+ 4. Nodmix Provider Index preview rows.
1119
+
1120
+ The Provider Index must not contain secrets, enabled state, runtime hooks, or
1121
+ live account-specific model data. Its preview catalogs use the same
1122
+ `modelCatalog` provider row shape as plugin manifests, but should stay limited
1123
+ to stable display metadata unless runtime adapter fields such as `api`,
1124
+ `baseUrl`, pricing, or compatibility flags are intentionally kept aligned with
1125
+ the installed plugin manifest. Providers with live `/models` discovery should
1126
+ write refreshed rows through the explicit model catalog cache path instead of
1127
+ making normal listing or onboarding call provider APIs.
1128
+
1129
+ Provider Index entries may also carry installable-plugin metadata for providers
1130
+ whose plugin has moved out of core or is otherwise not installed yet. This
1131
+ metadata mirrors the channel catalog pattern: package name, npm install spec,
1132
+ expected integrity, and cheap auth-choice labels are enough to show an
1133
+ installable setup option. Once the plugin is installed, its manifest wins and
1134
+ the Provider Index entry is ignored for that provider.
1135
+
1136
+ Legacy top-level capability keys are deprecated. Use `nodmix doctor --fix` to
1137
+ move `speechProviders`, `realtimeTranscriptionProviders`,
1138
+ `realtimeVoiceProviders`, `mediaUnderstandingProviders`,
1139
+ `imageGenerationProviders`, `videoGenerationProviders`,
1140
+ `webFetchProviders`, and `webSearchProviders` under `contracts`; normal
1141
+ manifest loading no longer treats those top-level fields as capability
1142
+ ownership.
1143
+
1144
+ ## Manifest versus package.json
1145
+
1146
+ The two files serve different jobs:
1147
+
1148
+ | File | Use it for |
1149
+ | ---------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
1150
+ | `nodmix.plugin.json` | Discovery, config validation, auth-choice metadata, and UI hints that must exist before plugin code runs |
1151
+ | `package.json` | npm metadata, dependency installation, and the `nodmix` block used for entrypoints, install gating, setup, or catalog metadata |
1152
+
1153
+ If you are unsure where a piece of metadata belongs, use this rule:
1154
+
1155
+ - if Nodmix must know it before loading plugin code, put it in `nodmix.plugin.json`
1156
+ - if it is about packaging, entry files, or npm install behavior, put it in `package.json`
1157
+
1158
+ ### package.json fields that affect discovery
1159
+
1160
+ Some pre-runtime plugin metadata intentionally lives in `package.json` under the
1161
+ `nodmix` block instead of `nodmix.plugin.json`.
1162
+ `nodmix.bundle` and `nodmix.bundle.json` are not Nodmix plugin contracts;
1163
+ native plugins must use `nodmix.plugin.json` plus the supported
1164
+ `package.json#nodmix` fields below.
1165
+
1166
+ Important examples:
1167
+
1168
+ | Field | What it means |
1169
+ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
1170
+ | `nodmix.extensions` | Declares native plugin entrypoints. Must stay inside the plugin package directory. |
1171
+ | `nodmix.runtimeExtensions` | Declares built JavaScript runtime entrypoints for installed packages. Must stay inside the plugin package directory. |
1172
+ | `nodmix.setupEntry` | Lightweight setup-only entrypoint used during onboarding, deferred channel startup, and read-only channel status/SecretRef discovery. Must stay inside the plugin package directory. |
1173
+ | `nodmix.runtimeSetupEntry` | Declares the built JavaScript setup entrypoint for installed packages. Requires `setupEntry`, must exist, and must stay inside the plugin package directory. |
1174
+ | `nodmix.channel` | Cheap channel catalog metadata like labels, docs paths, aliases, and selection copy. |
1175
+ | `nodmix.channel.commands` | Static native command and native skill auto-default metadata used by config, audit, and command-list surfaces before channel runtime loads. |
1176
+ | `nodmix.channel.configuredState` | Lightweight configured-state checker metadata that can answer "does env-only setup already exist?" without loading the full channel runtime. |
1177
+ | `nodmix.channel.persistedAuthState` | Lightweight persisted-auth checker metadata that can answer "is anything already signed in?" without loading the full channel runtime. |
1178
+ | `nodmix.install.clawhubSpec` / `nodmix.install.npmSpec` / `nodmix.install.localPath` | Install/update hints for bundled and externally published plugins. |
1179
+ | `nodmix.install.defaultChoice` | Preferred install path when multiple install sources are available. |
1180
+ | `nodmix.install.minHostVersion` | Minimum supported Nodmix host version, using a semver floor like `>=2026.3.22` or `>=2026.5.1-beta.1`. |
1181
+ | `nodmix.install.expectedIntegrity` | Expected npm dist integrity string such as `sha512-...`; install and update flows verify the fetched artifact against it. |
1182
+ | `nodmix.install.allowInvalidConfigRecovery` | Allows a narrow bundled-plugin reinstall recovery path when config is invalid. |
1183
+ | `nodmix.startup.deferConfiguredChannelFullLoadUntilAfterListen` | Lets setup-only channel surfaces load before the full channel plugin during startup. |
1184
+
1185
+ Manifest metadata decides which provider/channel/setup choices appear in
1186
+ onboarding before runtime loads. `package.json#nodmix.install` tells
1187
+ onboarding how to fetch or enable that plugin when the user picks one of those
1188
+ choices. Do not move install hints into `nodmix.plugin.json`.
1189
+
1190
+ `nodmix.install.minHostVersion` is enforced during install and manifest
1191
+ registry loading for non-bundled plugin sources. Invalid values are rejected;
1192
+ newer-but-valid values skip external plugins on older hosts. Bundled source
1193
+ plugins are assumed to be co-versioned with the host checkout.
1194
+
1195
+ Official install-on-demand metadata should use `clawhubSpec` when the plugin is
1196
+ published on ClawHub; onboarding treats that as the preferred remote source and
1197
+ records ClawHub artifact facts after install. `npmSpec` remains the compatibility
1198
+ fallback for packages that have not moved to ClawHub yet.
1199
+
1200
+ Exact npm version pinning already lives in `npmSpec`, for example
1201
+ `"npmSpec": "@wecom/wecom-nodmix-plugin@1.2.3"`. Official external catalog
1202
+ entries should pair exact specs with `expectedIntegrity` so update flows fail
1203
+ closed if the fetched npm artifact no longer matches the pinned release.
1204
+ Interactive onboarding still offers trusted registry npm specs, including bare
1205
+ package names and dist-tags, for compatibility. Catalog diagnostics can
1206
+ distinguish exact, floating, integrity-pinned, missing-integrity, package-name
1207
+ mismatch, and invalid default-choice sources. They also warn when
1208
+ `expectedIntegrity` is present but there is no valid npm source it can pin.
1209
+ When `expectedIntegrity` is present,
1210
+ install/update flows enforce it; when it is omitted, the registry resolution is
1211
+ recorded without an integrity pin.
1212
+
1213
+ Channel plugins should provide `nodmix.setupEntry` when status, channel list,
1214
+ or SecretRef scans need to identify configured accounts without loading the full
1215
+ runtime. The setup entry should expose channel metadata plus setup-safe config,
1216
+ status, and secrets adapters; keep network clients, gateway listeners, and
1217
+ transport runtimes in the main extension entrypoint.
1218
+
1219
+ Runtime entrypoint fields do not override package-boundary checks for source
1220
+ entrypoint fields. For example, `nodmix.runtimeExtensions` cannot make an
1221
+ escaping `nodmix.extensions` path loadable.
1222
+
1223
+ `nodmix.install.allowInvalidConfigRecovery` is intentionally narrow. It does
1224
+ not make arbitrary broken configs installable. Today it only allows install
1225
+ flows to recover from specific stale bundled-plugin upgrade failures, such as a
1226
+ missing bundled plugin path or a stale `channels.<id>` entry for that same
1227
+ bundled plugin. Unrelated config errors still block install and send operators
1228
+ to `nodmix doctor --fix`.
1229
+
1230
+ `nodmix.channel.persistedAuthState` is package metadata for a tiny checker
1231
+ module:
1232
+
1233
+ ```json
1234
+ {
1235
+ "nodmix": {
1236
+ "channel": {
1237
+ "id": "whatsapp",
1238
+ "persistedAuthState": {
1239
+ "specifier": "./auth-presence",
1240
+ "exportName": "hasAnyWhatsAppAuth"
1241
+ }
1242
+ }
1243
+ }
1244
+ }
1245
+ ```
1246
+
1247
+ Use it when setup, doctor, status, or read-only presence flows need a cheap
1248
+ yes/no auth probe before the full channel plugin loads. Persisted auth state is
1249
+ not configured channel state: do not use this metadata to auto-enable plugins,
1250
+ repair runtime dependencies, or decide whether a channel runtime should load.
1251
+ The target export should be a small function that reads persisted state only; do
1252
+ not route it through the full channel runtime barrel.
1253
+
1254
+ `nodmix.channel.configuredState` follows the same shape for cheap env-only
1255
+ configured checks:
1256
+
1257
+ ```json
1258
+ {
1259
+ "nodmix": {
1260
+ "channel": {
1261
+ "id": "telegram",
1262
+ "configuredState": {
1263
+ "specifier": "./configured-state",
1264
+ "exportName": "hasTelegramConfiguredState"
1265
+ }
1266
+ }
1267
+ }
1268
+ }
1269
+ ```
1270
+
1271
+ Use it when a channel can answer configured-state from env or other tiny
1272
+ non-runtime inputs. If the check needs full config resolution or the real
1273
+ channel runtime, keep that logic in the plugin `config.hasConfiguredState`
1274
+ hook instead.
1275
+
1276
+ ## Discovery precedence (duplicate plugin ids)
1277
+
1278
+ Nodmix discovers plugins from several roots. For the raw filesystem scan
1279
+ order, see [Plugin scan
1280
+ order](/gateway/configuration-reference#plugin-scan-order). If two discoveries
1281
+ share the same `id`, only the **highest-precedence** manifest is kept;
1282
+ lower-precedence duplicates are dropped instead of loading beside it.
1283
+
1284
+ Precedence, highest to lowest:
1285
+
1286
+ 1. **Config-selected** — a path explicitly pinned in `plugins.entries.<id>`
1287
+ 2. **Bundled** — plugins shipped with Nodmix
1288
+ 3. **Global install** — plugins installed into the global Nodmix plugin root
1289
+ 4. **Workspace** — plugins discovered relative to the current workspace
1290
+
1291
+ Implications:
1292
+
1293
+ - A forked or stale copy of a bundled plugin sitting in the workspace will not shadow the bundled build.
1294
+ - To actually override a bundled plugin with a local one, pin it via `plugins.entries.<id>` so it wins by precedence rather than relying on workspace discovery.
1295
+ - Duplicate drops are logged so Doctor and startup diagnostics can point at the discarded copy.
1296
+ - Config-selected duplicate overrides are worded as explicit overrides in diagnostics, but still warn so stale forks and accidental shadows stay visible.
1297
+
1298
+ ## JSON Schema requirements
1299
+
1300
+ - **Every plugin must ship a JSON Schema**, even if it accepts no config.
1301
+ - An empty schema is acceptable (for example, `{ "type": "object", "additionalProperties": false }`).
1302
+ - Schemas are validated at config read/write time, not at runtime.
1303
+ - When extending or forking a bundled plugin with new config keys, update that plugin's `nodmix.plugin.json` `configSchema` at the same time. Bundled plugin schemas are strict, so adding `plugins.entries.<id>.config.myNewKey` in user config without adding `myNewKey` to `configSchema.properties` will be rejected before the plugin runtime loads.
1304
+
1305
+ Example schema extension:
1306
+
1307
+ ```json
1308
+ {
1309
+ "configSchema": {
1310
+ "type": "object",
1311
+ "additionalProperties": false,
1312
+ "properties": {
1313
+ "myNewKey": {
1314
+ "type": "string"
1315
+ }
1316
+ }
1317
+ }
1318
+ }
1319
+ ```
1320
+
1321
+ ## Validation behavior
1322
+
1323
+ - Unknown `channels.*` keys are **errors**, unless the channel id is declared by
1324
+ a plugin manifest.
1325
+ - `plugins.entries.<id>`, `plugins.allow`, `plugins.deny`, and `plugins.slots.*`
1326
+ must reference **discoverable** plugin ids. Unknown ids are **errors**.
1327
+ - If a plugin is installed but has a broken or missing manifest or schema,
1328
+ validation fails and Doctor reports the plugin error.
1329
+ - If plugin config exists but the plugin is **disabled**, the config is kept and
1330
+ a **warning** is surfaced in Doctor + logs.
1331
+
1332
+ See [Configuration reference](/gateway/configuration) for the full `plugins.*` schema.
1333
+
1334
+ ## Notes
1335
+
1336
+ - The manifest is **required for native Nodmix plugins**, including local filesystem loads. Runtime still loads the plugin module separately; the manifest is only for discovery + validation.
1337
+ - Native manifests are parsed with JSON5, so comments, trailing commas, and unquoted keys are accepted as long as the final value is still an object.
1338
+ - Only documented manifest fields are read by the manifest loader. Avoid custom top-level keys.
1339
+ - `channels`, `providers`, `cliBackends`, and `skills` can all be omitted when a plugin does not need them.
1340
+ - `providerCatalogEntry` must stay lightweight and should not import broad runtime code; use it for static provider catalog metadata or narrow discovery descriptors, not request-time execution. `providerDiscoveryEntry` is the legacy spelling and still works for existing plugins.
1341
+ - Exclusive plugin kinds are selected through `plugins.slots.*`: `kind: "memory"` via `plugins.slots.memory`, `kind: "context-engine"` via `plugins.slots.contextEngine` (default `legacy`).
1342
+ - Declare exclusive plugin kind in this manifest. Runtime-entry `NodmixPluginDefinition.kind` is deprecated and remains only as a compatibility fallback for older plugins.
1343
+ - Env-var metadata (`setup.providers[].envVars`, deprecated `providerAuthEnvVars`, and `channelEnvVars`) is declarative only. Status, audit, cron delivery validation, and other read-only surfaces still apply plugin trust and effective activation policy before treating an env var as configured.
1344
+ - For runtime wizard metadata that requires provider code, see [Provider runtime hooks](/plugins/architecture-internals#provider-runtime-hooks).
1345
+ - If your plugin depends on native modules, document the build steps and any package-manager allowlist requirements (for example, pnpm `allow-build-scripts` + `pnpm rebuild <package>`).
1346
+
1347
+ ## Related
1348
+
1349
+ <CardGroup cols={3}>
1350
+ <Card title="Building plugins" href="/plugins/building-plugins" icon="rocket">
1351
+ Getting started with plugins.
1352
+ </Card>
1353
+ <Card title="Plugin architecture" href="/plugins/architecture" icon="diagram-project">
1354
+ Internal architecture and capability model.
1355
+ </Card>
1356
+ <Card title="SDK overview" href="/plugins/sdk-overview" icon="book">
1357
+ Plugin SDK reference and subpath imports.
1358
+ </Card>
1359
+ </CardGroup>