skykoi 2026.3.17 → 2026.3.18

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 (1027) hide show
  1. package/README.md +149 -149
  2. package/assets/chrome-extension/README.md +5 -5
  3. package/assets/chrome-extension/background.js +5 -5
  4. package/assets/chrome-extension/manifest.json +3 -3
  5. package/assets/chrome-extension/options.html +5 -5
  6. package/assets/chrome-extension/options.js +1 -1
  7. package/docs/.i18n/README.md +1 -1
  8. package/docs/.i18n/glossary.zh-CN.json +2 -2
  9. package/{CHANGELOG.md → docs/CHANGELOG.md} +157 -157
  10. package/docs/CONTRIBUTING.md +78 -0
  11. package/docs/SECURITY.md +72 -0
  12. package/{THIRD_PARTY_LICENSES.txt → docs/THIRD_PARTY_LICENSES.txt} +1 -1
  13. package/docs/automation/auth-monitoring.md +7 -7
  14. package/docs/automation/cron-jobs.md +26 -26
  15. package/docs/automation/cron-vs-heartbeat.md +7 -7
  16. package/docs/automation/gmail-pubsub.md +25 -25
  17. package/docs/automation/hooks.md +62 -62
  18. package/docs/automation/poll.md +7 -7
  19. package/docs/automation/troubleshooting.md +25 -25
  20. package/docs/automation/webhook.md +5 -5
  21. package/docs/brave-search.md +1 -1
  22. package/docs/channels/bluebubbles.md +12 -12
  23. package/docs/channels/broadcast-groups.md +6 -6
  24. package/docs/channels/channel-routing.md +5 -5
  25. package/docs/channels/discord.md +17 -17
  26. package/docs/channels/feishu.md +34 -34
  27. package/docs/channels/googlechat.md +16 -16
  28. package/docs/channels/group-messages.md +7 -7
  29. package/docs/channels/groups.md +5 -5
  30. package/docs/channels/imessage.md +16 -16
  31. package/docs/channels/index.md +4 -4
  32. package/docs/channels/line.md +6 -6
  33. package/docs/channels/location.md +1 -1
  34. package/docs/channels/matrix.md +20 -20
  35. package/docs/channels/mattermost.md +8 -8
  36. package/docs/channels/msteams.md +26 -26
  37. package/docs/channels/nextcloud-talk.md +7 -7
  38. package/docs/channels/nostr.md +9 -9
  39. package/docs/channels/pairing.md +10 -10
  40. package/docs/channels/signal.md +15 -15
  41. package/docs/channels/slack.md +22 -22
  42. package/docs/channels/telegram.md +24 -24
  43. package/docs/channels/tlon.md +5 -5
  44. package/docs/channels/troubleshooting.md +17 -17
  45. package/docs/channels/twitch.md +11 -11
  46. package/docs/channels/whatsapp.md +25 -25
  47. package/docs/channels/zalo.md +8 -8
  48. package/docs/channels/zalouser.md +12 -12
  49. package/docs/cli/acp.md +24 -24
  50. package/docs/cli/agent.md +6 -6
  51. package/docs/cli/agents.md +12 -12
  52. package/docs/cli/approvals.md +14 -14
  53. package/docs/cli/browser.md +24 -24
  54. package/docs/cli/channels.md +21 -21
  55. package/docs/cli/config.md +15 -15
  56. package/docs/cli/configure.md +6 -6
  57. package/docs/cli/cron.md +6 -6
  58. package/docs/cli/dashboard.md +4 -4
  59. package/docs/cli/devices.md +13 -13
  60. package/docs/cli/directory.md +12 -12
  61. package/docs/cli/dns.md +5 -5
  62. package/docs/cli/docs.md +5 -5
  63. package/docs/cli/doctor.md +6 -6
  64. package/docs/cli/gateway.md +24 -24
  65. package/docs/cli/health.md +5 -5
  66. package/docs/cli/hooks.md +35 -35
  67. package/docs/cli/index.md +43 -43
  68. package/docs/cli/logs.md +6 -6
  69. package/docs/cli/memory.md +11 -11
  70. package/docs/cli/message.md +11 -11
  71. package/docs/cli/models.md +15 -15
  72. package/docs/cli/node.md +14 -14
  73. package/docs/cli/nodes.md +14 -14
  74. package/docs/cli/onboard.md +9 -9
  75. package/docs/cli/pairing.md +4 -4
  76. package/docs/cli/plugins.md +16 -16
  77. package/docs/cli/reset.md +5 -5
  78. package/docs/cli/sandbox.md +28 -28
  79. package/docs/cli/security.md +5 -5
  80. package/docs/cli/sessions.md +5 -5
  81. package/docs/cli/setup.md +6 -6
  82. package/docs/cli/skills.md +7 -7
  83. package/docs/cli/status.md +7 -7
  84. package/docs/cli/system.md +6 -6
  85. package/docs/cli/tui.md +5 -5
  86. package/docs/cli/uninstall.md +5 -5
  87. package/docs/cli/update.md +20 -20
  88. package/docs/cli/voicecall.md +9 -9
  89. package/docs/cli/webhooks.md +5 -5
  90. package/docs/concepts/agent-loop.md +5 -5
  91. package/docs/concepts/agent-workspace.md +26 -26
  92. package/docs/concepts/agent.md +12 -12
  93. package/docs/concepts/architecture.md +1 -1
  94. package/docs/concepts/compaction.md +5 -5
  95. package/docs/concepts/context.md +6 -6
  96. package/docs/concepts/features.md +2 -2
  97. package/docs/concepts/markdown-formatting.md +3 -3
  98. package/docs/concepts/memory.md +29 -29
  99. package/docs/concepts/messages.md +4 -4
  100. package/docs/concepts/model-failover.md +14 -14
  101. package/docs/concepts/model-providers.md +21 -21
  102. package/docs/concepts/models.md +27 -27
  103. package/docs/concepts/multi-agent.md +31 -31
  104. package/docs/concepts/oauth.md +21 -21
  105. package/docs/concepts/presence.md +2 -2
  106. package/docs/concepts/retry.md +1 -1
  107. package/docs/concepts/session-pruning.md +1 -1
  108. package/docs/concepts/session-tool.md +4 -4
  109. package/docs/concepts/session.md +16 -16
  110. package/docs/concepts/streaming.md +3 -3
  111. package/docs/concepts/system-prompt.md +12 -12
  112. package/docs/concepts/timezone.md +2 -2
  113. package/docs/concepts/typebox.md +3 -3
  114. package/docs/concepts/typing-indicators.md +2 -2
  115. package/docs/concepts/usage-tracking.md +3 -3
  116. package/docs/date-time.md +2 -2
  117. package/docs/debug/node-issue.md +6 -6
  118. package/docs/diagnostics/flags.md +5 -5
  119. package/docs/docs.json +8 -8
  120. package/docs/experiments/plans/cron-add-hardening.md +1 -1
  121. package/docs/experiments/plans/openresponses-gateway.md +2 -2
  122. package/docs/experiments/research/memory.md +12 -12
  123. package/docs/gateway/authentication.md +22 -22
  124. package/docs/gateway/background-process.md +1 -1
  125. package/docs/gateway/bonjour.md +17 -17
  126. package/docs/gateway/bridge-protocol.md +2 -2
  127. package/docs/gateway/cli-backends.md +12 -12
  128. package/docs/gateway/configuration-examples.md +24 -24
  129. package/docs/gateway/configuration.md +147 -147
  130. package/docs/gateway/discovery.md +5 -5
  131. package/docs/gateway/doctor.md +26 -26
  132. package/docs/gateway/gateway-lock.md +1 -1
  133. package/docs/gateway/health.md +11 -11
  134. package/docs/gateway/heartbeat.md +5 -5
  135. package/docs/gateway/index.md +53 -53
  136. package/docs/gateway/local-models.md +2 -2
  137. package/docs/gateway/logging.md +8 -8
  138. package/docs/gateway/multiple-gateways.md +20 -20
  139. package/docs/gateway/network-model.md +2 -2
  140. package/docs/gateway/openai-http-api.md +10 -10
  141. package/docs/gateway/openresponses-http-api.md +10 -10
  142. package/docs/gateway/pairing.md +8 -8
  143. package/docs/gateway/protocol.md +3 -3
  144. package/docs/gateway/remote-gateway-readme.md +9 -9
  145. package/docs/gateway/remote.md +3 -3
  146. package/docs/gateway/sandbox-vs-tool-policy-vs-elevated.md +7 -7
  147. package/docs/gateway/sandboxing.md +6 -6
  148. package/docs/gateway/security/index.md +56 -56
  149. package/docs/gateway/tailscale.md +7 -7
  150. package/docs/gateway/tools-invoke-http-api.md +3 -3
  151. package/docs/gateway/troubleshooting.md +57 -57
  152. package/docs/help/debugging.md +14 -14
  153. package/docs/help/environment.md +4 -4
  154. package/docs/help/faq.md +344 -344
  155. package/docs/help/scripts.md +1 -1
  156. package/docs/help/testing.md +13 -13
  157. package/docs/help/troubleshooting.md +55 -55
  158. package/docs/hooks/soul-evil.md +2 -2
  159. package/docs/index.md +21 -21
  160. package/docs/install/ansible.md +35 -35
  161. package/docs/install/development-channels.md +10 -10
  162. package/docs/install/docker.md +37 -37
  163. package/docs/install/exe-dev.md +18 -18
  164. package/docs/install/fly.md +21 -21
  165. package/docs/install/gcp.md +48 -48
  166. package/docs/install/hetzner.md +35 -35
  167. package/docs/install/index.md +26 -26
  168. package/docs/install/installer.md +68 -68
  169. package/docs/install/macos-vm.md +27 -27
  170. package/docs/install/migrating.md +28 -28
  171. package/docs/install/nix.md +17 -17
  172. package/docs/install/node.md +6 -6
  173. package/docs/install/uninstall.md +29 -29
  174. package/docs/install/updating.md +51 -51
  175. package/docs/logging.md +58 -58
  176. package/docs/network.md +1 -1
  177. package/docs/nodes/audio.md +2 -2
  178. package/docs/nodes/camera.md +18 -18
  179. package/docs/nodes/images.md +4 -4
  180. package/docs/nodes/index.md +58 -58
  181. package/docs/nodes/location-command.md +2 -2
  182. package/docs/nodes/media-understanding.md +5 -5
  183. package/docs/nodes/talk.md +1 -1
  184. package/docs/nodes/troubleshooting.md +19 -19
  185. package/docs/nodes/voicewake.md +3 -3
  186. package/docs/perplexity.md +2 -2
  187. package/docs/pi-dev.md +6 -6
  188. package/docs/pi.md +21 -21
  189. package/docs/platforms/android.md +11 -11
  190. package/docs/platforms/digitalocean.md +26 -26
  191. package/docs/platforms/index.md +8 -8
  192. package/docs/platforms/ios.md +12 -12
  193. package/docs/platforms/linux.md +11 -11
  194. package/docs/platforms/mac/bundled-gateway.md +14 -14
  195. package/docs/platforms/mac/canvas.md +13 -13
  196. package/docs/platforms/mac/child-process.md +5 -5
  197. package/docs/platforms/mac/dev-setup.md +10 -10
  198. package/docs/platforms/mac/health.md +2 -2
  199. package/docs/platforms/mac/icon.md +1 -1
  200. package/docs/platforms/mac/logging.md +4 -4
  201. package/docs/platforms/mac/menu-bar.md +1 -1
  202. package/docs/platforms/mac/peekaboo.md +9 -9
  203. package/docs/platforms/mac/permissions.md +2 -2
  204. package/docs/platforms/mac/release.md +16 -16
  205. package/docs/platforms/mac/remote.md +14 -14
  206. package/docs/platforms/mac/signing.md +7 -7
  207. package/docs/platforms/mac/skills.md +4 -4
  208. package/docs/platforms/mac/webchat.md +1 -1
  209. package/docs/platforms/mac/xpc.md +4 -4
  210. package/docs/platforms/macos.md +16 -16
  211. package/docs/platforms/oracle.md +35 -35
  212. package/docs/platforms/raspberry-pi.md +22 -22
  213. package/docs/platforms/windows.md +11 -11
  214. package/docs/plugins/agent-tools.md +1 -1
  215. package/docs/plugins/manifest.md +4 -4
  216. package/docs/plugins/voice-call.md +12 -12
  217. package/docs/plugins/zalouser.md +9 -9
  218. package/docs/prose.md +9 -9
  219. package/docs/providers/anthropic.md +17 -17
  220. package/docs/providers/bedrock.md +10 -10
  221. package/docs/providers/claude-max-api-proxy.md +4 -4
  222. package/docs/providers/cloudflare-ai-gateway.md +5 -5
  223. package/docs/providers/deepgram.md +2 -2
  224. package/docs/providers/github-copilot.md +11 -11
  225. package/docs/providers/glm.md +4 -4
  226. package/docs/providers/index.md +3 -3
  227. package/docs/providers/minimax.md +13 -13
  228. package/docs/providers/models.md +3 -3
  229. package/docs/providers/moonshot.md +2 -2
  230. package/docs/providers/ollama.md +12 -12
  231. package/docs/providers/openai.md +6 -6
  232. package/docs/providers/opencode.md +3 -3
  233. package/docs/providers/openrouter.md +3 -3
  234. package/docs/providers/qianfan.md +5 -5
  235. package/docs/providers/qwen.md +6 -6
  236. package/docs/providers/synthetic.md +4 -4
  237. package/docs/providers/venice.md +21 -21
  238. package/docs/providers/vercel-ai-gateway.md +4 -4
  239. package/docs/providers/xiaomi.md +5 -5
  240. package/docs/providers/zai.md +5 -5
  241. package/docs/refactor/exec-host.md +5 -5
  242. package/docs/refactor/plugin-sdk.md +12 -12
  243. package/docs/refactor/strict-config.md +11 -11
  244. package/docs/reference/AGENTS.default.md +17 -17
  245. package/docs/reference/RELEASING.md +29 -29
  246. package/docs/reference/api-usage-costs.md +6 -6
  247. package/docs/reference/credits.md +1 -1
  248. package/docs/reference/device-models.md +7 -7
  249. package/docs/reference/rpc.md +3 -3
  250. package/docs/reference/session-management-compaction.md +19 -19
  251. package/docs/reference/templates/AGENTS.dev.md +1 -1
  252. package/docs/reference/templates/AGENTS.md +27 -87
  253. package/docs/reference/templates/BOOT.md +1 -1
  254. package/docs/reference/templates/HEARTBEAT.md +62 -8
  255. package/docs/reference/templates/IDENTITY.md +1 -1
  256. package/docs/reference/templates/SOUL.md +33 -10
  257. package/docs/reference/templates/TOOLS.dev.md +1 -1
  258. package/docs/reference/templates/USER.dev.md +2 -2
  259. package/docs/reference/test.md +2 -2
  260. package/docs/reference/token-use.md +7 -7
  261. package/docs/reference/transcript-hygiene.md +1 -1
  262. package/docs/reference/wizard.md +25 -25
  263. package/docs/security/formal-verification.md +7 -7
  264. package/docs/start/{openclaw.md → SkyKoi.md} +30 -30
  265. package/docs/start/bootstrapping.md +3 -3
  266. package/docs/start/docs-directory.md +2 -2
  267. package/docs/start/getting-started.md +11 -11
  268. package/docs/start/hubs.md +4 -4
  269. package/docs/start/lore.md +21 -21
  270. package/docs/start/onboarding.md +3 -3
  271. package/docs/start/quickstart.md +1 -1
  272. package/docs/start/setup.md +23 -23
  273. package/docs/start/showcase.md +45 -45
  274. package/docs/start/wizard-cli-automation.md +15 -15
  275. package/docs/start/wizard-cli-reference.md +18 -18
  276. package/docs/start/wizard.md +11 -11
  277. package/docs/tools/agent-send.md +10 -10
  278. package/docs/tools/browser-linux-troubleshooting.md +16 -16
  279. package/docs/tools/browser-login.md +6 -6
  280. package/docs/tools/browser.md +127 -127
  281. package/docs/tools/chrome-extension.md +17 -17
  282. package/docs/tools/clawhub.md +51 -51
  283. package/docs/tools/creating-skills.md +7 -7
  284. package/docs/tools/exec-approvals.md +5 -5
  285. package/docs/tools/exec.md +4 -4
  286. package/docs/tools/firecrawl.md +2 -2
  287. package/docs/tools/index.md +13 -13
  288. package/docs/tools/llm-task.md +2 -2
  289. package/docs/tools/lobster.md +13 -13
  290. package/docs/tools/multi-agent-sandbox-tools.md +15 -15
  291. package/docs/tools/plugin.md +64 -64
  292. package/docs/tools/skills-config.md +2 -2
  293. package/docs/tools/skills.md +39 -39
  294. package/docs/tools/slash-commands.md +8 -8
  295. package/docs/tools/web.md +8 -8
  296. package/docs/tts.md +11 -11
  297. package/docs/vps.md +1 -1
  298. package/docs/web/control-ui.md +11 -11
  299. package/docs/web/dashboard.md +3 -3
  300. package/docs/web/index.md +4 -4
  301. package/docs/web/tui.md +7 -7
  302. package/docs/zh-CN/AGENTS.md +1 -1
  303. package/docs/zh-CN/automation/auth-monitoring.md +6 -6
  304. package/docs/zh-CN/automation/cron-jobs.md +23 -23
  305. package/docs/zh-CN/automation/cron-vs-heartbeat.md +7 -7
  306. package/docs/zh-CN/automation/gmail-pubsub.md +25 -25
  307. package/docs/zh-CN/automation/hooks.md +62 -62
  308. package/docs/zh-CN/automation/poll.md +7 -7
  309. package/docs/zh-CN/automation/webhook.md +5 -5
  310. package/docs/zh-CN/brave-search.md +1 -1
  311. package/docs/zh-CN/channels/bluebubbles.md +12 -12
  312. package/docs/zh-CN/channels/broadcast-groups.md +6 -6
  313. package/docs/zh-CN/channels/channel-routing.md +5 -5
  314. package/docs/zh-CN/channels/discord.md +16 -16
  315. package/docs/zh-CN/channels/feishu.md +32 -32
  316. package/docs/zh-CN/channels/googlechat.md +16 -16
  317. package/docs/zh-CN/channels/group-messages.md +7 -7
  318. package/docs/zh-CN/channels/groups.md +4 -4
  319. package/docs/zh-CN/channels/imessage.md +13 -13
  320. package/docs/zh-CN/channels/index.md +4 -4
  321. package/docs/zh-CN/channels/line.md +6 -6
  322. package/docs/zh-CN/channels/location.md +1 -1
  323. package/docs/zh-CN/channels/matrix.md +13 -13
  324. package/docs/zh-CN/channels/mattermost.md +8 -8
  325. package/docs/zh-CN/channels/msteams.md +26 -26
  326. package/docs/zh-CN/channels/nextcloud-talk.md +7 -7
  327. package/docs/zh-CN/channels/nostr.md +9 -9
  328. package/docs/zh-CN/channels/pairing.md +10 -10
  329. package/docs/zh-CN/channels/signal.md +9 -9
  330. package/docs/zh-CN/channels/slack.md +16 -16
  331. package/docs/zh-CN/channels/telegram.md +24 -24
  332. package/docs/zh-CN/channels/tlon.md +5 -5
  333. package/docs/zh-CN/channels/troubleshooting.md +2 -2
  334. package/docs/zh-CN/channels/twitch.md +11 -11
  335. package/docs/zh-CN/channels/whatsapp.md +25 -25
  336. package/docs/zh-CN/channels/zalo.md +8 -8
  337. package/docs/zh-CN/channels/zalouser.md +12 -12
  338. package/docs/zh-CN/cli/acp.md +24 -24
  339. package/docs/zh-CN/cli/agent.md +6 -6
  340. package/docs/zh-CN/cli/agents.md +12 -12
  341. package/docs/zh-CN/cli/approvals.md +14 -14
  342. package/docs/zh-CN/cli/browser.md +24 -24
  343. package/docs/zh-CN/cli/channels.md +21 -21
  344. package/docs/zh-CN/cli/config.md +15 -15
  345. package/docs/zh-CN/cli/configure.md +5 -5
  346. package/docs/zh-CN/cli/cron.md +5 -5
  347. package/docs/zh-CN/cli/dashboard.md +4 -4
  348. package/docs/zh-CN/cli/devices.md +13 -13
  349. package/docs/zh-CN/cli/directory.md +12 -12
  350. package/docs/zh-CN/cli/dns.md +5 -5
  351. package/docs/zh-CN/cli/docs.md +5 -5
  352. package/docs/zh-CN/cli/doctor.md +6 -6
  353. package/docs/zh-CN/cli/gateway.md +24 -24
  354. package/docs/zh-CN/cli/health.md +5 -5
  355. package/docs/zh-CN/cli/hooks.md +35 -35
  356. package/docs/zh-CN/cli/index.md +43 -43
  357. package/docs/zh-CN/cli/logs.md +6 -6
  358. package/docs/zh-CN/cli/memory.md +11 -11
  359. package/docs/zh-CN/cli/message.md +11 -11
  360. package/docs/zh-CN/cli/models.md +15 -15
  361. package/docs/zh-CN/cli/node.md +14 -14
  362. package/docs/zh-CN/cli/nodes.md +14 -14
  363. package/docs/zh-CN/cli/onboard.md +7 -7
  364. package/docs/zh-CN/cli/pairing.md +4 -4
  365. package/docs/zh-CN/cli/plugins.md +16 -16
  366. package/docs/zh-CN/cli/reset.md +5 -5
  367. package/docs/zh-CN/cli/sandbox.md +28 -28
  368. package/docs/zh-CN/cli/security.md +5 -5
  369. package/docs/zh-CN/cli/sessions.md +5 -5
  370. package/docs/zh-CN/cli/setup.md +6 -6
  371. package/docs/zh-CN/cli/skills.md +7 -7
  372. package/docs/zh-CN/cli/status.md +7 -7
  373. package/docs/zh-CN/cli/system.md +6 -6
  374. package/docs/zh-CN/cli/tui.md +5 -5
  375. package/docs/zh-CN/cli/uninstall.md +5 -5
  376. package/docs/zh-CN/cli/update.md +20 -20
  377. package/docs/zh-CN/cli/voicecall.md +9 -9
  378. package/docs/zh-CN/cli/webhooks.md +5 -5
  379. package/docs/zh-CN/concepts/agent-loop.md +5 -5
  380. package/docs/zh-CN/concepts/agent-workspace.md +26 -26
  381. package/docs/zh-CN/concepts/agent.md +12 -12
  382. package/docs/zh-CN/concepts/architecture.md +1 -1
  383. package/docs/zh-CN/concepts/compaction.md +5 -5
  384. package/docs/zh-CN/concepts/context.md +6 -6
  385. package/docs/zh-CN/concepts/features.md +2 -2
  386. package/docs/zh-CN/concepts/markdown-formatting.md +3 -3
  387. package/docs/zh-CN/concepts/memory.md +15 -15
  388. package/docs/zh-CN/concepts/messages.md +4 -4
  389. package/docs/zh-CN/concepts/model-failover.md +13 -13
  390. package/docs/zh-CN/concepts/model-providers.md +21 -21
  391. package/docs/zh-CN/concepts/models.md +27 -27
  392. package/docs/zh-CN/concepts/multi-agent.md +31 -31
  393. package/docs/zh-CN/concepts/oauth.md +21 -21
  394. package/docs/zh-CN/concepts/presence.md +2 -2
  395. package/docs/zh-CN/concepts/retry.md +1 -1
  396. package/docs/zh-CN/concepts/session-pruning.md +1 -1
  397. package/docs/zh-CN/concepts/session-tool.md +4 -4
  398. package/docs/zh-CN/concepts/session.md +14 -14
  399. package/docs/zh-CN/concepts/streaming.md +3 -3
  400. package/docs/zh-CN/concepts/system-prompt.md +9 -9
  401. package/docs/zh-CN/concepts/timezone.md +2 -2
  402. package/docs/zh-CN/concepts/typebox.md +3 -3
  403. package/docs/zh-CN/concepts/typing-indicators.md +2 -2
  404. package/docs/zh-CN/concepts/usage-tracking.md +3 -3
  405. package/docs/zh-CN/date-time.md +2 -2
  406. package/docs/zh-CN/debug/node-issue.md +6 -6
  407. package/docs/zh-CN/diagnostics/flags.md +5 -5
  408. package/docs/zh-CN/experiments/plans/cron-add-hardening.md +1 -1
  409. package/docs/zh-CN/experiments/plans/openresponses-gateway.md +2 -2
  410. package/docs/zh-CN/experiments/research/memory.md +12 -12
  411. package/docs/zh-CN/gateway/authentication.md +22 -22
  412. package/docs/zh-CN/gateway/background-process.md +1 -1
  413. package/docs/zh-CN/gateway/bonjour.md +17 -17
  414. package/docs/zh-CN/gateway/bridge-protocol.md +2 -2
  415. package/docs/zh-CN/gateway/cli-backends.md +11 -11
  416. package/docs/zh-CN/gateway/configuration-examples.md +24 -24
  417. package/docs/zh-CN/gateway/configuration.md +143 -143
  418. package/docs/zh-CN/gateway/discovery.md +5 -5
  419. package/docs/zh-CN/gateway/doctor.md +26 -26
  420. package/docs/zh-CN/gateway/gateway-lock.md +1 -1
  421. package/docs/zh-CN/gateway/health.md +11 -11
  422. package/docs/zh-CN/gateway/heartbeat.md +5 -5
  423. package/docs/zh-CN/gateway/index.md +53 -53
  424. package/docs/zh-CN/gateway/local-models.md +2 -2
  425. package/docs/zh-CN/gateway/logging.md +8 -8
  426. package/docs/zh-CN/gateway/multiple-gateways.md +20 -20
  427. package/docs/zh-CN/gateway/network-model.md +2 -2
  428. package/docs/zh-CN/gateway/openai-http-api.md +10 -10
  429. package/docs/zh-CN/gateway/openresponses-http-api.md +10 -10
  430. package/docs/zh-CN/gateway/pairing.md +8 -8
  431. package/docs/zh-CN/gateway/protocol.md +3 -3
  432. package/docs/zh-CN/gateway/remote-gateway-readme.md +9 -9
  433. package/docs/zh-CN/gateway/remote.md +3 -3
  434. package/docs/zh-CN/gateway/sandbox-vs-tool-policy-vs-elevated.md +7 -7
  435. package/docs/zh-CN/gateway/sandboxing.md +6 -6
  436. package/docs/zh-CN/gateway/security/index.md +54 -54
  437. package/docs/zh-CN/gateway/tailscale.md +7 -7
  438. package/docs/zh-CN/gateway/tools-invoke-http-api.md +3 -3
  439. package/docs/zh-CN/gateway/troubleshooting.md +112 -112
  440. package/docs/zh-CN/help/debugging.md +14 -14
  441. package/docs/zh-CN/help/environment.md +4 -4
  442. package/docs/zh-CN/help/faq.md +341 -341
  443. package/docs/zh-CN/help/scripts.md +1 -1
  444. package/docs/zh-CN/help/testing.md +13 -13
  445. package/docs/zh-CN/help/troubleshooting.md +16 -16
  446. package/docs/zh-CN/hooks/soul-evil.md +2 -2
  447. package/docs/zh-CN/index.md +20 -20
  448. package/docs/zh-CN/install/ansible.md +35 -35
  449. package/docs/zh-CN/install/development-channels.md +10 -10
  450. package/docs/zh-CN/install/docker.md +36 -36
  451. package/docs/zh-CN/install/exe-dev.md +16 -16
  452. package/docs/zh-CN/install/fly.md +21 -21
  453. package/docs/zh-CN/install/gcp.md +48 -48
  454. package/docs/zh-CN/install/hetzner.md +35 -35
  455. package/docs/zh-CN/install/index.md +35 -35
  456. package/docs/zh-CN/install/installer.md +24 -24
  457. package/docs/zh-CN/install/macos-vm.md +27 -27
  458. package/docs/zh-CN/install/migrating.md +28 -28
  459. package/docs/zh-CN/install/nix.md +17 -17
  460. package/docs/zh-CN/install/node.md +1 -1
  461. package/docs/zh-CN/install/uninstall.md +29 -29
  462. package/docs/zh-CN/install/updating.md +51 -51
  463. package/docs/zh-CN/logging.md +43 -43
  464. package/docs/zh-CN/network.md +1 -1
  465. package/docs/zh-CN/nodes/audio.md +2 -2
  466. package/docs/zh-CN/nodes/camera.md +18 -18
  467. package/docs/zh-CN/nodes/images.md +4 -4
  468. package/docs/zh-CN/nodes/index.md +58 -58
  469. package/docs/zh-CN/nodes/location-command.md +2 -2
  470. package/docs/zh-CN/nodes/media-understanding.md +5 -5
  471. package/docs/zh-CN/nodes/talk.md +1 -1
  472. package/docs/zh-CN/nodes/voicewake.md +3 -3
  473. package/docs/zh-CN/perplexity.md +2 -2
  474. package/docs/zh-CN/pi-dev.md +6 -6
  475. package/docs/zh-CN/pi.md +21 -21
  476. package/docs/zh-CN/platforms/android.md +11 -11
  477. package/docs/zh-CN/platforms/digitalocean.md +26 -26
  478. package/docs/zh-CN/platforms/index.md +8 -8
  479. package/docs/zh-CN/platforms/ios.md +12 -12
  480. package/docs/zh-CN/platforms/linux.md +11 -11
  481. package/docs/zh-CN/platforms/mac/bundled-gateway.md +13 -13
  482. package/docs/zh-CN/platforms/mac/canvas.md +13 -13
  483. package/docs/zh-CN/platforms/mac/child-process.md +5 -5
  484. package/docs/zh-CN/platforms/mac/dev-setup.md +10 -10
  485. package/docs/zh-CN/platforms/mac/health.md +2 -2
  486. package/docs/zh-CN/platforms/mac/icon.md +1 -1
  487. package/docs/zh-CN/platforms/mac/logging.md +4 -4
  488. package/docs/zh-CN/platforms/mac/menu-bar.md +1 -1
  489. package/docs/zh-CN/platforms/mac/peekaboo.md +9 -9
  490. package/docs/zh-CN/platforms/mac/permissions.md +1 -1
  491. package/docs/zh-CN/platforms/mac/release.md +16 -16
  492. package/docs/zh-CN/platforms/mac/remote.md +14 -14
  493. package/docs/zh-CN/platforms/mac/signing.md +7 -7
  494. package/docs/zh-CN/platforms/mac/skills.md +4 -4
  495. package/docs/zh-CN/platforms/mac/webchat.md +1 -1
  496. package/docs/zh-CN/platforms/mac/xpc.md +4 -4
  497. package/docs/zh-CN/platforms/macos.md +16 -16
  498. package/docs/zh-CN/platforms/oracle.md +35 -35
  499. package/docs/zh-CN/platforms/raspberry-pi.md +22 -22
  500. package/docs/zh-CN/platforms/windows.md +11 -11
  501. package/docs/zh-CN/plugins/agent-tools.md +1 -1
  502. package/docs/zh-CN/plugins/manifest.md +3 -3
  503. package/docs/zh-CN/plugins/voice-call.md +12 -12
  504. package/docs/zh-CN/plugins/zalouser.md +9 -9
  505. package/docs/zh-CN/prose.md +9 -9
  506. package/docs/zh-CN/providers/anthropic.md +17 -17
  507. package/docs/zh-CN/providers/bedrock.md +9 -9
  508. package/docs/zh-CN/providers/claude-max-api-proxy.md +4 -4
  509. package/docs/zh-CN/providers/deepgram.md +2 -2
  510. package/docs/zh-CN/providers/github-copilot.md +11 -11
  511. package/docs/zh-CN/providers/glm.md +4 -4
  512. package/docs/zh-CN/providers/index.md +3 -3
  513. package/docs/zh-CN/providers/minimax.md +13 -13
  514. package/docs/zh-CN/providers/models.md +3 -3
  515. package/docs/zh-CN/providers/moonshot.md +2 -2
  516. package/docs/zh-CN/providers/ollama.md +11 -11
  517. package/docs/zh-CN/providers/openai.md +6 -6
  518. package/docs/zh-CN/providers/opencode.md +3 -3
  519. package/docs/zh-CN/providers/openrouter.md +3 -3
  520. package/docs/zh-CN/providers/qianfan.md +1 -1
  521. package/docs/zh-CN/providers/qwen.md +6 -6
  522. package/docs/zh-CN/providers/synthetic.md +4 -4
  523. package/docs/zh-CN/providers/venice.md +21 -21
  524. package/docs/zh-CN/providers/vercel-ai-gateway.md +4 -4
  525. package/docs/zh-CN/providers/xiaomi.md +5 -5
  526. package/docs/zh-CN/providers/zai.md +5 -5
  527. package/docs/zh-CN/refactor/exec-host.md +5 -5
  528. package/docs/zh-CN/refactor/plugin-sdk.md +12 -12
  529. package/docs/zh-CN/refactor/strict-config.md +11 -11
  530. package/docs/zh-CN/reference/AGENTS.default.md +17 -17
  531. package/docs/zh-CN/reference/RELEASING.md +28 -28
  532. package/docs/zh-CN/reference/api-usage-costs.md +6 -6
  533. package/docs/zh-CN/reference/credits.md +1 -1
  534. package/docs/zh-CN/reference/device-models.md +7 -7
  535. package/docs/zh-CN/reference/rpc.md +3 -3
  536. package/docs/zh-CN/reference/session-management-compaction.md +19 -19
  537. package/docs/zh-CN/reference/templates/AGENTS.dev.md +1 -1
  538. package/docs/zh-CN/reference/templates/BOOT.md +1 -1
  539. package/docs/zh-CN/reference/templates/IDENTITY.md +1 -1
  540. package/docs/zh-CN/reference/templates/TOOLS.dev.md +1 -1
  541. package/docs/zh-CN/reference/templates/USER.dev.md +2 -2
  542. package/docs/zh-CN/reference/test.md +2 -2
  543. package/docs/zh-CN/reference/token-use.md +7 -7
  544. package/docs/zh-CN/reference/transcript-hygiene.md +1 -1
  545. package/docs/zh-CN/security/formal-verification.md +7 -7
  546. package/docs/zh-CN/start/{openclaw.md → SkyKoi.md} +35 -35
  547. package/docs/zh-CN/start/docs-directory.md +2 -2
  548. package/docs/zh-CN/start/getting-started.md +29 -29
  549. package/docs/zh-CN/start/hubs.md +3 -3
  550. package/docs/zh-CN/start/lore.md +21 -21
  551. package/docs/zh-CN/start/onboarding.md +7 -7
  552. package/docs/zh-CN/start/quickstart.md +17 -17
  553. package/docs/zh-CN/start/setup.md +22 -22
  554. package/docs/zh-CN/start/showcase.md +45 -45
  555. package/docs/zh-CN/start/wizard.md +30 -30
  556. package/docs/zh-CN/tools/agent-send.md +10 -10
  557. package/docs/zh-CN/tools/browser-linux-troubleshooting.md +16 -16
  558. package/docs/zh-CN/tools/browser-login.md +6 -6
  559. package/docs/zh-CN/tools/browser.md +127 -127
  560. package/docs/zh-CN/tools/chrome-extension.md +17 -17
  561. package/docs/zh-CN/tools/clawhub.md +44 -44
  562. package/docs/zh-CN/tools/creating-skills.md +7 -7
  563. package/docs/zh-CN/tools/exec-approvals.md +5 -5
  564. package/docs/zh-CN/tools/exec.md +4 -4
  565. package/docs/zh-CN/tools/firecrawl.md +2 -2
  566. package/docs/zh-CN/tools/index.md +13 -13
  567. package/docs/zh-CN/tools/llm-task.md +2 -2
  568. package/docs/zh-CN/tools/lobster.md +13 -13
  569. package/docs/zh-CN/tools/multi-agent-sandbox-tools.md +15 -15
  570. package/docs/zh-CN/tools/plugin.md +63 -63
  571. package/docs/zh-CN/tools/skills-config.md +2 -2
  572. package/docs/zh-CN/tools/skills.md +34 -34
  573. package/docs/zh-CN/tools/slash-commands.md +8 -8
  574. package/docs/zh-CN/tools/web.md +6 -6
  575. package/docs/zh-CN/tts.md +10 -10
  576. package/docs/zh-CN/vps.md +1 -1
  577. package/docs/zh-CN/web/control-ui.md +11 -11
  578. package/docs/zh-CN/web/dashboard.md +4 -4
  579. package/docs/zh-CN/web/index.md +4 -4
  580. package/docs/zh-CN/web/tui.md +7 -7
  581. package/extensions/bluebubbles/README.md +2 -2
  582. package/extensions/bluebubbles/index.ts +3 -3
  583. package/extensions/bluebubbles/package.json +5 -5
  584. package/extensions/bluebubbles/src/accounts.ts +9 -9
  585. package/extensions/bluebubbles/src/actions.test.ts +22 -22
  586. package/extensions/bluebubbles/src/actions.ts +1 -1
  587. package/extensions/bluebubbles/src/attachments.ts +2 -2
  588. package/extensions/bluebubbles/src/channel.ts +4 -4
  589. package/extensions/bluebubbles/src/chat.ts +2 -2
  590. package/extensions/bluebubbles/src/config-schema.ts +1 -1
  591. package/extensions/bluebubbles/src/media-send.ts +2 -2
  592. package/extensions/bluebubbles/src/monitor.test.ts +50 -50
  593. package/extensions/bluebubbles/src/monitor.ts +6 -6
  594. package/extensions/bluebubbles/src/onboarding.ts +9 -9
  595. package/extensions/bluebubbles/src/reactions.ts +2 -2
  596. package/extensions/bluebubbles/src/runtime.ts +1 -1
  597. package/extensions/bluebubbles/src/send.ts +3 -3
  598. package/extensions/copilot-proxy/README.md +3 -3
  599. package/extensions/copilot-proxy/index.ts +1 -1
  600. package/extensions/copilot-proxy/package.json +4 -4
  601. package/extensions/diagnostics-otel/index.ts +3 -3
  602. package/extensions/diagnostics-otel/package.json +4 -4
  603. package/extensions/diagnostics-otel/src/service.test.ts +15 -15
  604. package/extensions/diagnostics-otel/src/service.ts +85 -85
  605. package/extensions/discord/index.ts +3 -3
  606. package/extensions/discord/package.json +4 -4
  607. package/extensions/discord/src/channel.ts +1 -1
  608. package/extensions/discord/src/runtime.ts +1 -1
  609. package/extensions/feishu/index.ts +3 -3
  610. package/extensions/feishu/package.json +5 -5
  611. package/extensions/feishu/src/accounts.ts +9 -9
  612. package/extensions/feishu/src/bitable.ts +2 -2
  613. package/extensions/feishu/src/bot.ts +4 -4
  614. package/extensions/feishu/src/channel.ts +3 -3
  615. package/extensions/feishu/src/directory.ts +5 -5
  616. package/extensions/feishu/src/docx.ts +2 -2
  617. package/extensions/feishu/src/drive.ts +2 -2
  618. package/extensions/feishu/src/media.ts +8 -8
  619. package/extensions/feishu/src/monitor.ts +3 -3
  620. package/extensions/feishu/src/onboarding.ts +10 -10
  621. package/extensions/feishu/src/outbound.ts +1 -1
  622. package/extensions/feishu/src/perm.ts +2 -2
  623. package/extensions/feishu/src/policy.ts +1 -1
  624. package/extensions/feishu/src/reactions.ts +4 -4
  625. package/extensions/feishu/src/reply-dispatcher.ts +3 -3
  626. package/extensions/feishu/src/runtime.ts +1 -1
  627. package/extensions/feishu/src/send.ts +7 -7
  628. package/extensions/feishu/src/typing.ts +3 -3
  629. package/extensions/feishu/src/wiki.ts +2 -2
  630. package/extensions/google-antigravity-auth/README.md +3 -3
  631. package/extensions/google-antigravity-auth/index.ts +2 -2
  632. package/extensions/google-antigravity-auth/package.json +4 -4
  633. package/extensions/google-gemini-cli-auth/README.md +3 -3
  634. package/extensions/google-gemini-cli-auth/index.ts +1 -1
  635. package/extensions/google-gemini-cli-auth/oauth.ts +2 -2
  636. package/extensions/google-gemini-cli-auth/package.json +4 -4
  637. package/extensions/googlechat/index.ts +4 -4
  638. package/extensions/googlechat/package.json +6 -6
  639. package/extensions/googlechat/src/accounts.ts +9 -9
  640. package/extensions/googlechat/src/actions.ts +5 -5
  641. package/extensions/googlechat/src/api.ts +1 -1
  642. package/extensions/googlechat/src/channel.ts +5 -5
  643. package/extensions/googlechat/src/monitor.ts +9 -9
  644. package/extensions/googlechat/src/onboarding.ts +11 -11
  645. package/extensions/googlechat/src/runtime.ts +1 -1
  646. package/extensions/googlechat/src/types.config.ts +1 -1
  647. package/extensions/imessage/index.ts +3 -3
  648. package/extensions/imessage/package.json +4 -4
  649. package/extensions/imessage/src/channel.ts +1 -1
  650. package/extensions/imessage/src/runtime.ts +1 -1
  651. package/extensions/line/index.ts +3 -3
  652. package/extensions/line/package.json +5 -5
  653. package/extensions/line/src/card-command.ts +3 -3
  654. package/extensions/line/src/channel.logout.test.ts +4 -4
  655. package/extensions/line/src/channel.sendPayload.test.ts +8 -8
  656. package/extensions/line/src/channel.ts +5 -5
  657. package/extensions/line/src/runtime.ts +1 -1
  658. package/extensions/llm-task/README.md +4 -4
  659. package/extensions/llm-task/index.ts +2 -2
  660. package/extensions/llm-task/package.json +4 -4
  661. package/extensions/llm-task/src/llm-task-tool.ts +6 -6
  662. package/extensions/lobster/README.md +7 -7
  663. package/extensions/lobster/index.ts +2 -2
  664. package/extensions/lobster/package.json +3 -3
  665. package/extensions/lobster/src/lobster-tool.test.ts +7 -7
  666. package/extensions/lobster/src/lobster-tool.ts +2 -2
  667. package/extensions/matrix/CHANGELOG.md +17 -17
  668. package/extensions/matrix/index.ts +3 -3
  669. package/extensions/matrix/package.json +5 -5
  670. package/extensions/matrix/src/actions.ts +1 -1
  671. package/extensions/matrix/src/channel.directory.test.ts +1 -1
  672. package/extensions/matrix/src/channel.ts +1 -1
  673. package/extensions/matrix/src/config-schema.ts +1 -1
  674. package/extensions/matrix/src/directory-live.ts +1 -1
  675. package/extensions/matrix/src/group-mentions.ts +1 -1
  676. package/extensions/matrix/src/matrix/accounts.ts +1 -1
  677. package/extensions/matrix/src/matrix/client/config.ts +1 -1
  678. package/extensions/matrix/src/matrix/deps.ts +1 -1
  679. package/extensions/matrix/src/matrix/monitor/allowlist.ts +1 -1
  680. package/extensions/matrix/src/matrix/monitor/auto-join.ts +1 -1
  681. package/extensions/matrix/src/matrix/monitor/events.ts +1 -1
  682. package/extensions/matrix/src/matrix/monitor/handler.ts +5 -5
  683. package/extensions/matrix/src/matrix/monitor/index.ts +1 -1
  684. package/extensions/matrix/src/matrix/monitor/location.ts +1 -1
  685. package/extensions/matrix/src/matrix/monitor/media.test.ts +1 -1
  686. package/extensions/matrix/src/matrix/monitor/replies.ts +1 -1
  687. package/extensions/matrix/src/matrix/monitor/rooms.ts +1 -1
  688. package/extensions/matrix/src/matrix/poll-types.ts +1 -1
  689. package/extensions/matrix/src/matrix/send.test.ts +1 -1
  690. package/extensions/matrix/src/matrix/send.ts +1 -1
  691. package/extensions/matrix/src/onboarding.ts +2 -2
  692. package/extensions/matrix/src/outbound.ts +1 -1
  693. package/extensions/matrix/src/resolve-targets.test.ts +1 -1
  694. package/extensions/matrix/src/resolve-targets.ts +1 -1
  695. package/extensions/matrix/src/runtime.ts +1 -1
  696. package/extensions/matrix/src/tool-actions.ts +1 -1
  697. package/extensions/mattermost/index.ts +3 -3
  698. package/extensions/mattermost/package.json +5 -5
  699. package/extensions/mattermost/src/channel.test.ts +3 -3
  700. package/extensions/mattermost/src/channel.ts +1 -1
  701. package/extensions/mattermost/src/config-schema.ts +1 -1
  702. package/extensions/mattermost/src/group-mentions.ts +1 -1
  703. package/extensions/mattermost/src/mattermost/accounts.ts +9 -9
  704. package/extensions/mattermost/src/mattermost/monitor-helpers.ts +5 -5
  705. package/extensions/mattermost/src/mattermost/monitor.ts +4 -4
  706. package/extensions/mattermost/src/onboarding-helpers.ts +4 -4
  707. package/extensions/mattermost/src/onboarding.ts +4 -4
  708. package/extensions/mattermost/src/runtime.ts +1 -1
  709. package/extensions/mattermost/src/types.ts +1 -1
  710. package/extensions/memory-core/index.ts +3 -3
  711. package/extensions/memory-core/package.json +5 -5
  712. package/extensions/memory-lancedb/config.ts +2 -2
  713. package/extensions/memory-lancedb/index.test.ts +2 -2
  714. package/extensions/memory-lancedb/index.ts +4 -4
  715. package/extensions/memory-lancedb/package.json +4 -4
  716. package/extensions/memory-lancedb/skykoi.plugin.json +1 -1
  717. package/extensions/minimax-portal-auth/README.md +4 -4
  718. package/extensions/minimax-portal-auth/index.ts +1 -1
  719. package/extensions/minimax-portal-auth/package.json +4 -4
  720. package/extensions/msteams/CHANGELOG.md +15 -15
  721. package/extensions/msteams/index.ts +3 -3
  722. package/extensions/msteams/package.json +6 -6
  723. package/extensions/msteams/src/attachments.test.ts +1 -1
  724. package/extensions/msteams/src/channel.directory.test.ts +2 -2
  725. package/extensions/msteams/src/channel.ts +3 -3
  726. package/extensions/msteams/src/conversation-store-fs.test.ts +3 -3
  727. package/extensions/msteams/src/directory-live.ts +1 -1
  728. package/extensions/msteams/src/graph-upload.ts +4 -4
  729. package/extensions/msteams/src/media-helpers.ts +1 -1
  730. package/extensions/msteams/src/messenger.test.ts +1 -1
  731. package/extensions/msteams/src/messenger.ts +1 -1
  732. package/extensions/msteams/src/monitor-handler/message-handler.ts +1 -1
  733. package/extensions/msteams/src/monitor-handler.ts +2 -2
  734. package/extensions/msteams/src/monitor.ts +3 -3
  735. package/extensions/msteams/src/onboarding.ts +11 -11
  736. package/extensions/msteams/src/outbound.ts +1 -1
  737. package/extensions/msteams/src/policy.test.ts +1 -1
  738. package/extensions/msteams/src/policy.ts +2 -2
  739. package/extensions/msteams/src/polls-store.test.ts +1 -1
  740. package/extensions/msteams/src/polls.test.ts +4 -4
  741. package/extensions/msteams/src/polls.ts +8 -8
  742. package/extensions/msteams/src/probe.test.ts +1 -1
  743. package/extensions/msteams/src/probe.ts +1 -1
  744. package/extensions/msteams/src/reply-dispatcher.ts +3 -3
  745. package/extensions/msteams/src/runtime.ts +1 -1
  746. package/extensions/msteams/src/send-context.ts +3 -3
  747. package/extensions/msteams/src/send.ts +5 -5
  748. package/extensions/msteams/src/token.ts +1 -1
  749. package/extensions/nextcloud-talk/index.ts +3 -3
  750. package/extensions/nextcloud-talk/package.json +5 -5
  751. package/extensions/nextcloud-talk/src/accounts.ts +1 -1
  752. package/extensions/nextcloud-talk/src/channel.ts +6 -6
  753. package/extensions/nextcloud-talk/src/config-schema.ts +1 -1
  754. package/extensions/nextcloud-talk/src/inbound.ts +9 -9
  755. package/extensions/nextcloud-talk/src/monitor.ts +1 -1
  756. package/extensions/nextcloud-talk/src/onboarding.ts +2 -2
  757. package/extensions/nextcloud-talk/src/policy.ts +2 -2
  758. package/extensions/nextcloud-talk/src/room-info.ts +1 -1
  759. package/extensions/nextcloud-talk/src/runtime.ts +1 -1
  760. package/extensions/nextcloud-talk/src/types.ts +1 -1
  761. package/extensions/nostr/CHANGELOG.md +12 -12
  762. package/extensions/nostr/README.md +5 -5
  763. package/extensions/nostr/index.ts +3 -3
  764. package/extensions/nostr/package.json +6 -6
  765. package/extensions/nostr/src/channel.ts +2 -2
  766. package/extensions/nostr/src/config-schema.ts +1 -1
  767. package/extensions/nostr/src/nostr-state-store.test.ts +3 -3
  768. package/extensions/nostr/src/runtime.ts +1 -1
  769. package/extensions/nostr/src/types.ts +4 -4
  770. package/extensions/open-prose/index.ts +2 -2
  771. package/extensions/open-prose/package.json +3 -3
  772. package/extensions/open-prose/skills/prose/SKILL.md +5 -5
  773. package/extensions/open-prose/skills/prose/prose.md +4 -4
  774. package/extensions/qwen-portal-auth/README.md +3 -3
  775. package/extensions/qwen-portal-auth/index.ts +1 -1
  776. package/extensions/signal/index.ts +3 -3
  777. package/extensions/signal/package.json +4 -4
  778. package/extensions/signal/src/channel.ts +1 -1
  779. package/extensions/signal/src/runtime.ts +1 -1
  780. package/extensions/slack/index.ts +3 -3
  781. package/extensions/slack/package.json +4 -4
  782. package/extensions/slack/src/channel.ts +1 -1
  783. package/extensions/slack/src/runtime.ts +1 -1
  784. package/extensions/telegram/index.ts +3 -3
  785. package/extensions/telegram/package.json +4 -4
  786. package/extensions/telegram/src/channel.ts +3 -3
  787. package/extensions/telegram/src/runtime.ts +1 -1
  788. package/extensions/tlon/README.md +3 -3
  789. package/extensions/tlon/index.ts +3 -3
  790. package/extensions/tlon/package.json +5 -5
  791. package/extensions/tlon/src/channel.ts +9 -9
  792. package/extensions/tlon/src/config-schema.ts +1 -1
  793. package/extensions/tlon/src/monitor/discovery.ts +1 -1
  794. package/extensions/tlon/src/monitor/history.ts +1 -1
  795. package/extensions/tlon/src/monitor/index.ts +3 -3
  796. package/extensions/tlon/src/onboarding.ts +4 -4
  797. package/extensions/tlon/src/runtime.ts +1 -1
  798. package/extensions/tlon/src/types.ts +3 -3
  799. package/extensions/twitch/CHANGELOG.md +9 -9
  800. package/extensions/twitch/README.md +8 -8
  801. package/extensions/twitch/index.ts +3 -3
  802. package/extensions/twitch/package.json +4 -4
  803. package/extensions/twitch/src/actions.ts +1 -1
  804. package/extensions/twitch/src/config-schema.ts +1 -1
  805. package/extensions/twitch/src/config.ts +3 -3
  806. package/extensions/twitch/src/monitor.ts +4 -4
  807. package/extensions/twitch/src/onboarding.test.ts +1 -1
  808. package/extensions/twitch/src/onboarding.ts +8 -8
  809. package/extensions/twitch/src/outbound.test.ts +2 -2
  810. package/extensions/twitch/src/outbound.ts +2 -2
  811. package/extensions/twitch/src/plugin.test.ts +2 -2
  812. package/extensions/twitch/src/plugin.ts +9 -9
  813. package/extensions/twitch/src/runtime.ts +1 -1
  814. package/extensions/twitch/src/send.test.ts +2 -2
  815. package/extensions/twitch/src/send.ts +5 -5
  816. package/extensions/twitch/src/token.test.ts +8 -8
  817. package/extensions/twitch/src/token.ts +3 -3
  818. package/extensions/twitch/src/twitch-client.ts +3 -3
  819. package/extensions/twitch/src/types.ts +3 -3
  820. package/extensions/twitch/src/utils/markdown.ts +1 -1
  821. package/extensions/voice-call/CHANGELOG.md +19 -19
  822. package/extensions/voice-call/README.md +16 -16
  823. package/extensions/voice-call/package.json +4 -4
  824. package/extensions/voice-call/src/cli.ts +2 -2
  825. package/extensions/voice-call/src/core-bridge.ts +3 -3
  826. package/extensions/voice-call/src/manager.test.ts +6 -6
  827. package/extensions/voice-call/src/manager.ts +1 -1
  828. package/extensions/voice-call/src/response-generator.ts +1 -1
  829. package/extensions/whatsapp/index.ts +3 -3
  830. package/extensions/whatsapp/package.json +4 -4
  831. package/extensions/whatsapp/src/channel.ts +1 -1
  832. package/extensions/whatsapp/src/runtime.ts +1 -1
  833. package/extensions/zalo/CHANGELOG.md +17 -17
  834. package/extensions/zalo/README.md +4 -4
  835. package/extensions/zalo/index.ts +3 -3
  836. package/extensions/zalo/package.json +6 -6
  837. package/extensions/zalo/src/accounts.ts +9 -9
  838. package/extensions/zalo/src/actions.ts +4 -4
  839. package/extensions/zalo/src/channel.directory.test.ts +2 -2
  840. package/extensions/zalo/src/channel.ts +5 -5
  841. package/extensions/zalo/src/config-schema.ts +1 -1
  842. package/extensions/zalo/src/monitor.ts +10 -10
  843. package/extensions/zalo/src/monitor.webhook.test.ts +2 -2
  844. package/extensions/zalo/src/onboarding.ts +19 -19
  845. package/extensions/zalo/src/runtime.ts +1 -1
  846. package/extensions/zalo/src/send.ts +2 -2
  847. package/extensions/zalo/src/status-issues.ts +1 -1
  848. package/extensions/zalo/src/token.ts +1 -1
  849. package/extensions/zalouser/CHANGELOG.md +12 -12
  850. package/extensions/zalouser/README.md +18 -18
  851. package/extensions/zalouser/index.ts +3 -3
  852. package/extensions/zalouser/package.json +6 -6
  853. package/extensions/zalouser/src/accounts.ts +10 -10
  854. package/extensions/zalouser/src/channel.ts +6 -6
  855. package/extensions/zalouser/src/config-schema.ts +1 -1
  856. package/extensions/zalouser/src/monitor.ts +5 -5
  857. package/extensions/zalouser/src/onboarding.ts +23 -23
  858. package/extensions/zalouser/src/runtime.ts +1 -1
  859. package/extensions/zalouser/src/status-issues.ts +2 -2
  860. package/package.json +15 -14
  861. package/skills/1password/SKILL.md +3 -3
  862. package/skills/apple-notes/SKILL.md +2 -2
  863. package/skills/apple-reminders/SKILL.md +1 -1
  864. package/skills/bear-notes/SKILL.md +1 -1
  865. package/skills/blogwatcher/SKILL.md +1 -1
  866. package/skills/blucli/SKILL.md +1 -1
  867. package/skills/bluebubbles/SKILL.md +3 -3
  868. package/skills/camsnap/SKILL.md +1 -1
  869. package/skills/canvas/SKILL.md +6 -6
  870. package/skills/clawhub/SKILL.md +23 -23
  871. package/skills/coding-agent/SKILL.md +6 -6
  872. package/skills/discord/SKILL.md +5 -5
  873. package/skills/eightctl/SKILL.md +1 -1
  874. package/skills/food-order/SKILL.md +1 -1
  875. package/skills/gemini/SKILL.md +1 -1
  876. package/skills/gifgrep/SKILL.md +1 -1
  877. package/skills/github/SKILL.md +1 -1
  878. package/skills/gog/SKILL.md +1 -1
  879. package/skills/goplaces/SKILL.md +1 -1
  880. package/skills/healthcheck/SKILL.md +36 -36
  881. package/skills/himalaya/SKILL.md +1 -1
  882. package/skills/imsg/SKILL.md +1 -1
  883. package/skills/local-places/SKILL.md +1 -1
  884. package/skills/mcporter/SKILL.md +1 -1
  885. package/skills/model-usage/SKILL.md +1 -1
  886. package/skills/nano-banana-pro/SKILL.md +3 -3
  887. package/skills/nano-banana-pro/scripts/generate_image.py +1 -1
  888. package/skills/nano-pdf/SKILL.md +1 -1
  889. package/skills/notion/SKILL.md +1 -1
  890. package/skills/obsidian/SKILL.md +1 -1
  891. package/skills/openai-image-gen/SKILL.md +1 -1
  892. package/skills/openai-whisper/SKILL.md +1 -1
  893. package/skills/openai-whisper-api/SKILL.md +2 -2
  894. package/skills/openhue/SKILL.md +1 -1
  895. package/skills/oracle/SKILL.md +1 -1
  896. package/skills/ordercli/SKILL.md +1 -1
  897. package/skills/peekaboo/SKILL.md +1 -1
  898. package/skills/sag/SKILL.md +1 -1
  899. package/skills/session-logs/SKILL.md +7 -7
  900. package/skills/sherpa-onnx-tts/SKILL.md +10 -10
  901. package/skills/slack/SKILL.md +4 -4
  902. package/skills/songsee/SKILL.md +1 -1
  903. package/skills/sonoscli/SKILL.md +1 -1
  904. package/skills/spotify-player/SKILL.md +1 -1
  905. package/skills/summarize/SKILL.md +1 -1
  906. package/skills/things-mac/SKILL.md +3 -3
  907. package/skills/tmux/SKILL.md +6 -6
  908. package/skills/tmux/scripts/find-sessions.sh +2 -2
  909. package/skills/trello/SKILL.md +2 -2
  910. package/skills/video-frames/SKILL.md +1 -1
  911. package/skills/voice-call/SKILL.md +4 -4
  912. package/skills/wacli/SKILL.md +2 -2
  913. package/skills/weather/SKILL.md +1 -1
  914. package/skykoi.mjs +1 -1
  915. package/README-header.png +0 -0
  916. package/extensions/bluebubbles/node_modules/.bin/skykoi +0 -21
  917. package/extensions/bluebubbles/node_modules/.bin/skykoi.CMD +0 -12
  918. package/extensions/bluebubbles/node_modules/.bin/skykoi.ps1 +0 -41
  919. package/extensions/copilot-proxy/node_modules/.bin/skykoi +0 -21
  920. package/extensions/copilot-proxy/node_modules/.bin/skykoi.CMD +0 -12
  921. package/extensions/copilot-proxy/node_modules/.bin/skykoi.ps1 +0 -41
  922. package/extensions/diagnostics-otel/node_modules/.bin/acorn +0 -21
  923. package/extensions/diagnostics-otel/node_modules/.bin/acorn.CMD +0 -12
  924. package/extensions/diagnostics-otel/node_modules/.bin/acorn.ps1 +0 -41
  925. package/extensions/diagnostics-otel/node_modules/.bin/skykoi +0 -21
  926. package/extensions/diagnostics-otel/node_modules/.bin/skykoi.CMD +0 -12
  927. package/extensions/diagnostics-otel/node_modules/.bin/skykoi.ps1 +0 -41
  928. package/extensions/discord/node_modules/.bin/skykoi +0 -21
  929. package/extensions/discord/node_modules/.bin/skykoi.CMD +0 -12
  930. package/extensions/discord/node_modules/.bin/skykoi.ps1 +0 -41
  931. package/extensions/feishu/node_modules/.bin/skykoi +0 -21
  932. package/extensions/feishu/node_modules/.bin/skykoi.CMD +0 -12
  933. package/extensions/feishu/node_modules/.bin/skykoi.ps1 +0 -41
  934. package/extensions/google-antigravity-auth/node_modules/.bin/skykoi +0 -21
  935. package/extensions/google-antigravity-auth/node_modules/.bin/skykoi.CMD +0 -12
  936. package/extensions/google-antigravity-auth/node_modules/.bin/skykoi.ps1 +0 -41
  937. package/extensions/google-gemini-cli-auth/node_modules/.bin/skykoi +0 -21
  938. package/extensions/google-gemini-cli-auth/node_modules/.bin/skykoi.CMD +0 -12
  939. package/extensions/google-gemini-cli-auth/node_modules/.bin/skykoi.ps1 +0 -41
  940. package/extensions/googlechat/node_modules/.bin/skykoi +0 -21
  941. package/extensions/googlechat/node_modules/.bin/skykoi.CMD +0 -12
  942. package/extensions/googlechat/node_modules/.bin/skykoi.ps1 +0 -41
  943. package/extensions/imessage/node_modules/.bin/skykoi +0 -21
  944. package/extensions/imessage/node_modules/.bin/skykoi.CMD +0 -12
  945. package/extensions/imessage/node_modules/.bin/skykoi.ps1 +0 -41
  946. package/extensions/line/node_modules/.bin/skykoi +0 -21
  947. package/extensions/line/node_modules/.bin/skykoi.CMD +0 -12
  948. package/extensions/line/node_modules/.bin/skykoi.ps1 +0 -41
  949. package/extensions/llm-task/node_modules/.bin/skykoi +0 -21
  950. package/extensions/llm-task/node_modules/.bin/skykoi.CMD +0 -12
  951. package/extensions/llm-task/node_modules/.bin/skykoi.ps1 +0 -41
  952. package/extensions/lobster/node_modules/.bin/skykoi +0 -21
  953. package/extensions/lobster/node_modules/.bin/skykoi.CMD +0 -12
  954. package/extensions/lobster/node_modules/.bin/skykoi.ps1 +0 -41
  955. package/extensions/matrix/node_modules/.bin/markdown-it +0 -21
  956. package/extensions/matrix/node_modules/.bin/markdown-it.CMD +0 -12
  957. package/extensions/matrix/node_modules/.bin/markdown-it.ps1 +0 -41
  958. package/extensions/matrix/node_modules/.bin/skykoi +0 -21
  959. package/extensions/matrix/node_modules/.bin/skykoi.CMD +0 -12
  960. package/extensions/matrix/node_modules/.bin/skykoi.ps1 +0 -41
  961. package/extensions/mattermost/node_modules/.bin/skykoi +0 -21
  962. package/extensions/mattermost/node_modules/.bin/skykoi.CMD +0 -12
  963. package/extensions/mattermost/node_modules/.bin/skykoi.ps1 +0 -41
  964. package/extensions/memory-core/node_modules/.bin/skykoi +0 -21
  965. package/extensions/memory-core/node_modules/.bin/skykoi.CMD +0 -12
  966. package/extensions/memory-core/node_modules/.bin/skykoi.ps1 +0 -41
  967. package/extensions/memory-lancedb/node_modules/.bin/arrow2csv +0 -21
  968. package/extensions/memory-lancedb/node_modules/.bin/arrow2csv.CMD +0 -12
  969. package/extensions/memory-lancedb/node_modules/.bin/arrow2csv.ps1 +0 -41
  970. package/extensions/memory-lancedb/node_modules/.bin/openai +0 -21
  971. package/extensions/memory-lancedb/node_modules/.bin/openai.CMD +0 -12
  972. package/extensions/memory-lancedb/node_modules/.bin/openai.ps1 +0 -41
  973. package/extensions/memory-lancedb/node_modules/.bin/skykoi +0 -21
  974. package/extensions/memory-lancedb/node_modules/.bin/skykoi.CMD +0 -12
  975. package/extensions/memory-lancedb/node_modules/.bin/skykoi.ps1 +0 -41
  976. package/extensions/minimax-portal-auth/node_modules/.bin/skykoi +0 -21
  977. package/extensions/minimax-portal-auth/node_modules/.bin/skykoi.CMD +0 -12
  978. package/extensions/minimax-portal-auth/node_modules/.bin/skykoi.ps1 +0 -41
  979. package/extensions/msteams/node_modules/.bin/skykoi +0 -21
  980. package/extensions/msteams/node_modules/.bin/skykoi.CMD +0 -12
  981. package/extensions/msteams/node_modules/.bin/skykoi.ps1 +0 -41
  982. package/extensions/nextcloud-talk/node_modules/.bin/skykoi +0 -21
  983. package/extensions/nextcloud-talk/node_modules/.bin/skykoi.CMD +0 -12
  984. package/extensions/nextcloud-talk/node_modules/.bin/skykoi.ps1 +0 -41
  985. package/extensions/nostr/node_modules/.bin/skykoi +0 -21
  986. package/extensions/nostr/node_modules/.bin/skykoi.CMD +0 -12
  987. package/extensions/nostr/node_modules/.bin/skykoi.ps1 +0 -41
  988. package/extensions/nostr/node_modules/.bin/tsc +0 -21
  989. package/extensions/nostr/node_modules/.bin/tsc.CMD +0 -12
  990. package/extensions/nostr/node_modules/.bin/tsc.ps1 +0 -41
  991. package/extensions/nostr/node_modules/.bin/tsserver +0 -21
  992. package/extensions/nostr/node_modules/.bin/tsserver.CMD +0 -12
  993. package/extensions/nostr/node_modules/.bin/tsserver.ps1 +0 -41
  994. package/extensions/open-prose/node_modules/.bin/skykoi +0 -21
  995. package/extensions/open-prose/node_modules/.bin/skykoi.CMD +0 -12
  996. package/extensions/open-prose/node_modules/.bin/skykoi.ps1 +0 -41
  997. package/extensions/signal/node_modules/.bin/skykoi +0 -21
  998. package/extensions/signal/node_modules/.bin/skykoi.CMD +0 -12
  999. package/extensions/signal/node_modules/.bin/skykoi.ps1 +0 -41
  1000. package/extensions/slack/node_modules/.bin/skykoi +0 -21
  1001. package/extensions/slack/node_modules/.bin/skykoi.CMD +0 -12
  1002. package/extensions/slack/node_modules/.bin/skykoi.ps1 +0 -41
  1003. package/extensions/telegram/node_modules/.bin/skykoi +0 -21
  1004. package/extensions/telegram/node_modules/.bin/skykoi.CMD +0 -12
  1005. package/extensions/telegram/node_modules/.bin/skykoi.ps1 +0 -41
  1006. package/extensions/tlon/node_modules/.bin/skykoi +0 -21
  1007. package/extensions/tlon/node_modules/.bin/skykoi.CMD +0 -12
  1008. package/extensions/tlon/node_modules/.bin/skykoi.ps1 +0 -41
  1009. package/extensions/twitch/node_modules/.bin/skykoi +0 -21
  1010. package/extensions/twitch/node_modules/.bin/skykoi.CMD +0 -12
  1011. package/extensions/twitch/node_modules/.bin/skykoi.ps1 +0 -41
  1012. package/extensions/voice-call/node_modules/.bin/skykoi +0 -21
  1013. package/extensions/voice-call/node_modules/.bin/skykoi.CMD +0 -12
  1014. package/extensions/voice-call/node_modules/.bin/skykoi.ps1 +0 -41
  1015. package/extensions/whatsapp/node_modules/.bin/skykoi +0 -21
  1016. package/extensions/whatsapp/node_modules/.bin/skykoi.CMD +0 -12
  1017. package/extensions/whatsapp/node_modules/.bin/skykoi.ps1 +0 -41
  1018. package/extensions/zalo/node_modules/.bin/skykoi +0 -21
  1019. package/extensions/zalo/node_modules/.bin/skykoi.CMD +0 -12
  1020. package/extensions/zalo/node_modules/.bin/skykoi.ps1 +0 -41
  1021. package/extensions/zalouser/node_modules/.bin/skykoi +0 -21
  1022. package/extensions/zalouser/node_modules/.bin/skykoi.CMD +0 -12
  1023. package/extensions/zalouser/node_modules/.bin/skykoi.ps1 +0 -41
  1024. /package/docs/assets/{openclaw-logo-text-dark.png → SkyKoi-logo-text-dark.png} +0 -0
  1025. /package/docs/assets/{openclaw-logo-text.png → SkyKoi-logo-text.png} +0 -0
  1026. /package/docs/{whatsapp-openclaw-ai-zh.jpg → whatsapp-SkyKoi-ai-zh.jpg} +0 -0
  1027. /package/docs/{whatsapp-openclaw.jpg → whatsapp-SkyKoi.jpg} +0 -0
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
- # ⚡ SkyKoi — Personal AI Agent Runtime
1
+ # ⚡ SKYKOI — Personal AI Agent Runtime
2
2
 
3
- > Forked from [SkyKoi](https://github.com/ricardoamartinez/skykoi-runtime) (MIT License). See [THIRD_PARTY_LICENSES.txt](./THIRD_PARTY_LICENSES.txt).
3
+ > Forked from [SKYKOI](https://github.com/ricardoamartinez/SKYKOI-runtime) (MIT License). See [THIRD_PARTY_LICENSES.txt](./docs/THIRD_PARTY_LICENSES.txt).
4
4
 
5
5
  <p align="center">
6
6
  <picture>
7
- <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/ricardoamartinez/skykoi-runtime/main/docs/assets/SkyKoi-logo-text-dark.png">
8
- <img src="https://raw.githubusercontent.com/ricardoamartinez/skykoi-runtime/main/docs/assets/SkyKoi-logo-text.png" alt="SkyKoi" width="500">
7
+ <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/ricardoamartinez/SKYKOI-runtime/main/docs/assets/SKYKOI-logo-text-dark.png">
8
+ <img src="https://raw.githubusercontent.com/ricardoamartinez/SKYKOI-runtime/main/docs/assets/SKYKOI-logo-text.png" alt="SKYKOI" width="500">
9
9
  </picture>
10
10
  </p>
11
11
 
@@ -14,45 +14,45 @@
14
14
  </p>
15
15
 
16
16
  <p align="center">
17
- <a href="https://github.com/ricardoamartinez/skykoi-runtime/actions/workflows/ci.yml?branch=main"><img src="https://img.shields.io/github/actions/workflow/status/ricardoamartinez/skykoi-runtime/ci.yml?branch=main&style=for-the-badge" alt="CI status"></a>
18
- <a href="https://github.com/ricardoamartinez/skykoi-runtime/releases"><img src="https://img.shields.io/github/v/release/ricardoamartinez/skykoi-runtime?include_prereleases&style=for-the-badge" alt="GitHub release"></a>
17
+ <a href="https://github.com/ricardoamartinez/SKYKOI-runtime/actions/workflows/ci.yml?branch=main"><img src="https://img.shields.io/github/actions/workflow/status/ricardoamartinez/SKYKOI-runtime/ci.yml?branch=main&style=for-the-badge" alt="CI status"></a>
18
+ <a href="https://github.com/ricardoamartinez/SKYKOI-runtime/releases"><img src="https://img.shields.io/github/v/release/ricardoamartinez/SKYKOI-runtime?include_prereleases&style=for-the-badge" alt="GitHub release"></a>
19
19
  <a href="https://discord.gg/clawd"><img src="https://img.shields.io/discord/1456350064065904867?label=Discord&logo=discord&logoColor=white&color=5865F2&style=for-the-badge" alt="Discord"></a>
20
20
  <a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg?style=for-the-badge" alt="MIT License"></a>
21
21
  </p>
22
22
 
23
- **SkyKoi** is a _personal AI assistant_ you run on your own devices.
23
+ **SKYKOI** is a _personal AI assistant_ you run on your own devices.
24
24
  It answers you on the channels you already use (WhatsApp, Telegram, Slack, Discord, Google Chat, Signal, iMessage, Microsoft Teams, WebChat), plus extension channels like BlueBubbles, Matrix, Zalo, and Zalo Personal. It can speak and listen on macOS/iOS/Android, and can render a live Canvas you control. The Gateway is just the control plane — the product is the assistant.
25
25
 
26
26
  If you want a personal, single-user assistant that feels local, fast, and always-on, this is it.
27
27
 
28
- [Website](https://skykoi.com) · [Docs](https://docs.skykoi.com) · [DeepWiki](https://deepwiki.com/ricardoamartinez/skykoi-runtime) · [Getting Started](https://docs.skykoi.com/start/getting-started) · [Updating](https://docs.skykoi.com/install/updating) · [Showcase](https://docs.skykoi.com/start/showcase) · [FAQ](https://docs.skykoi.com/start/faq) · [Wizard](https://docs.skykoi.com/start/wizard) · [Nix](https://github.com/SkyKoi/nix-skykoi) · [Docker](https://docs.skykoi.com/install/docker) · [Discord](https://discord.gg/clawd)
28
+ [Website](https://SKYKOI.com) · [Docs](https://docs.SKYKOI.com) · [DeepWiki](https://deepwiki.com/ricardoamartinez/SKYKOI-runtime) · [Getting Started](https://docs.SKYKOI.com/start/getting-started) · [Updating](https://docs.SKYKOI.com/install/updating) · [Showcase](https://docs.SKYKOI.com/start/showcase) · [FAQ](https://docs.SKYKOI.com/start/faq) · [Wizard](https://docs.SKYKOI.com/start/wizard) · [Nix](https://github.com/SKYKOI/nix-SKYKOI) · [Docker](https://docs.SKYKOI.com/install/docker) · [Discord](https://discord.gg/clawd)
29
29
 
30
- Preferred setup: run the onboarding wizard (`skykoi onboard`) in your terminal.
30
+ Preferred setup: run the onboarding wizard (`SKYKOI onboard`) in your terminal.
31
31
  The wizard guides you step by step through setting up the gateway, workspace, channels, and skills. The CLI wizard is the recommended path and works on **macOS, Linux, and Windows (via WSL2; strongly recommended)**.
32
32
  Works with npm, pnpm, or bun.
33
- New install? Start here: [Getting started](https://docs.skykoi.com/start/getting-started)
33
+ New install? Start here: [Getting started](https://docs.SKYKOI.com/start/getting-started)
34
34
 
35
35
  **Subscriptions (OAuth):**
36
36
 
37
37
  - **[Anthropic](https://www.anthropic.com/)** (Claude Pro/Max)
38
38
  - **[OpenAI](https://openai.com/)** (ChatGPT/Codex)
39
39
 
40
- Model note: while any model is supported, I strongly recommend **Anthropic Pro/Max (100/200) + Opus 4.6** for long‑context strength and better prompt‑injection resistance. See [Onboarding](https://docs.skykoi.com/start/onboarding).
40
+ Model note: while any model is supported, I strongly recommend **Anthropic Pro/Max (100/200) + Opus 4.6** for long‑context strength and better prompt‑injection resistance. See [Onboarding](https://docs.SKYKOI.com/start/onboarding).
41
41
 
42
42
  ## Models (selection + auth)
43
43
 
44
- - Models config + CLI: [Models](https://docs.skykoi.com/concepts/models)
45
- - Auth profile rotation (OAuth vs API keys) + fallbacks: [Model failover](https://docs.skykoi.com/concepts/model-failover)
44
+ - Models config + CLI: [Models](https://docs.SKYKOI.com/concepts/models)
45
+ - Auth profile rotation (OAuth vs API keys) + fallbacks: [Model failover](https://docs.SKYKOI.com/concepts/model-failover)
46
46
 
47
47
  ## Install (recommended)
48
48
 
49
49
  Runtime: **Node ≥22**.
50
50
 
51
51
  ```bash
52
- npm install -g skykoi@latest
53
- # or: pnpm add -g skykoi@latest
52
+ npm install -g SKYKOI@latest
53
+ # or: pnpm add -g SKYKOI@latest
54
54
 
55
- SkyKoi onboard --install-daemon
55
+ SKYKOI onboard --install-daemon
56
56
  ```
57
57
 
58
58
  The wizard installs the Gateway daemon (launchd/systemd user service) so it stays running.
@@ -61,21 +61,21 @@ The wizard installs the Gateway daemon (launchd/systemd user service) so it stay
61
61
 
62
62
  Runtime: **Node ≥22**.
63
63
 
64
- Full beginner guide (auth, pairing, channels): [Getting started](https://docs.skykoi.com/start/getting-started)
64
+ Full beginner guide (auth, pairing, channels): [Getting started](https://docs.SKYKOI.com/start/getting-started)
65
65
 
66
66
  ```bash
67
- SkyKoi onboard --install-daemon
67
+ SKYKOI onboard --install-daemon
68
68
 
69
- SkyKoi gateway --port 18789 --verbose
69
+ SKYKOI gateway --port 18789 --verbose
70
70
 
71
71
  # Send a message
72
- SkyKoi message send --to +1234567890 --message "Hello from SkyKoi"
72
+ SKYKOI message send --to +1234567890 --message "Hello from SKYKOI"
73
73
 
74
74
  # Talk to the assistant (optionally deliver back to any connected channel: WhatsApp/Telegram/Slack/Discord/Google Chat/Signal/iMessage/BlueBubbles/Microsoft Teams/Matrix/Zalo/Zalo Personal/WebChat)
75
- SkyKoi agent --message "Ship checklist" --thinking high
75
+ SKYKOI agent --message "Ship checklist" --thinking high
76
76
  ```
77
77
 
78
- Upgrading? [Updating guide](https://docs.skykoi.com/install/updating) (and run `skykoi doctor`).
78
+ Upgrading? [Updating guide](https://docs.SKYKOI.com/install/updating) (and run `SKYKOI doctor`).
79
79
 
80
80
  ## Development channels
81
81
 
@@ -83,101 +83,101 @@ Upgrading? [Updating guide](https://docs.skykoi.com/install/updating) (and run `
83
83
  - **beta**: prerelease tags (`vYYYY.M.D-beta.N`), npm dist-tag `beta` (macOS app may be missing).
84
84
  - **dev**: moving head of `main`, npm dist-tag `dev` (when published).
85
85
 
86
- Switch channels (git + npm): `skykoi update --channel stable|beta|dev`.
87
- Details: [Development channels](https://docs.skykoi.com/install/development-channels).
86
+ Switch channels (git + npm): `SKYKOI update --channel stable|beta|dev`.
87
+ Details: [Development channels](https://docs.SKYKOI.com/install/development-channels).
88
88
 
89
89
  ## From source (development)
90
90
 
91
91
  Prefer `pnpm` for builds from source. Bun is optional for running TypeScript directly.
92
92
 
93
93
  ```bash
94
- git clone https://github.com/ricardoamartinez/skykoi-runtime.git
95
- cd SkyKoi
94
+ git clone https://github.com/ricardoamartinez/SKYKOI-runtime.git
95
+ cd SKYKOI
96
96
 
97
97
  pnpm install
98
98
  pnpm ui:build # auto-installs UI deps on first run
99
99
  pnpm build
100
100
 
101
- pnpm skykoi onboard --install-daemon
101
+ pnpm SKYKOI onboard --install-daemon
102
102
 
103
103
  # Dev loop (auto-reload on TS changes)
104
104
  pnpm gateway:watch
105
105
  ```
106
106
 
107
- Note: `pnpm skykoi ...` runs TypeScript directly (via `tsx`). `pnpm build` produces `dist/` for running via Node / the packaged `SkyKoi` binary.
107
+ Note: `pnpm SKYKOI ...` runs TypeScript directly (via `tsx`). `pnpm build` produces `dist/` for running via Node / the packaged `SKYKOI` binary.
108
108
 
109
109
  ## Security defaults (DM access)
110
110
 
111
- SkyKoi connects to real messaging surfaces. Treat inbound DMs as **untrusted input**.
111
+ SKYKOI connects to real messaging surfaces. Treat inbound DMs as **untrusted input**.
112
112
 
113
- Full security guide: [Security](https://docs.skykoi.com/gateway/security)
113
+ Full security guide: [Security](https://docs.SKYKOI.com/gateway/security)
114
114
 
115
115
  Default behavior on Telegram/WhatsApp/Signal/iMessage/Microsoft Teams/Discord/Google Chat/Slack:
116
116
 
117
117
  - **DM pairing** (`dmPolicy="pairing"` / `channels.discord.dm.policy="pairing"` / `channels.slack.dm.policy="pairing"`): unknown senders receive a short pairing code and the bot does not process their message.
118
- - Approve with: `skykoi pairing approve <channel> <code>` (then the sender is added to a local allowlist store).
118
+ - Approve with: `SKYKOI pairing approve <channel> <code>` (then the sender is added to a local allowlist store).
119
119
  - Public inbound DMs require an explicit opt-in: set `dmPolicy="open"` and include `"*"` in the channel allowlist (`allowFrom` / `channels.discord.dm.allowFrom` / `channels.slack.dm.allowFrom`).
120
120
 
121
- Run `skykoi doctor` to surface risky/misconfigured DM policies.
121
+ Run `SKYKOI doctor` to surface risky/misconfigured DM policies.
122
122
 
123
123
  ## Highlights
124
124
 
125
- - **[Local-first Gateway](https://docs.skykoi.com/gateway)** — single control plane for sessions, channels, tools, and events.
126
- - **[Multi-channel inbox](https://docs.skykoi.com/channels)** — WhatsApp, Telegram, Slack, Discord, Google Chat, Signal, BlueBubbles (iMessage), iMessage (legacy), Microsoft Teams, Matrix, Zalo, Zalo Personal, WebChat, macOS, iOS/Android.
127
- - **[Multi-agent routing](https://docs.skykoi.com/gateway/configuration)** — route inbound channels/accounts/peers to isolated agents (workspaces + per-agent sessions).
128
- - **[Voice Wake](https://docs.skykoi.com/nodes/voicewake) + [Talk Mode](https://docs.skykoi.com/nodes/talk)** — always-on speech for macOS/iOS/Android with ElevenLabs.
129
- - **[Live Canvas](https://docs.skykoi.com/platforms/mac/canvas)** — agent-driven visual workspace with [A2UI](https://docs.skykoi.com/platforms/mac/canvas#canvas-a2ui).
130
- - **[First-class tools](https://docs.skykoi.com/tools)** — browser, canvas, nodes, cron, sessions, and Discord/Slack actions.
131
- - **[Companion apps](https://docs.skykoi.com/platforms/macos)** — macOS menu bar app + iOS/Android [nodes](https://docs.skykoi.com/nodes).
132
- - **[Onboarding](https://docs.skykoi.com/start/wizard) + [skills](https://docs.skykoi.com/tools/skills)** — wizard-driven setup with bundled/managed/workspace skills.
125
+ - **[Local-first Gateway](https://docs.SKYKOI.com/gateway)** — single control plane for sessions, channels, tools, and events.
126
+ - **[Multi-channel inbox](https://docs.SKYKOI.com/channels)** — WhatsApp, Telegram, Slack, Discord, Google Chat, Signal, BlueBubbles (iMessage), iMessage (legacy), Microsoft Teams, Matrix, Zalo, Zalo Personal, WebChat, macOS, iOS/Android.
127
+ - **[Multi-agent routing](https://docs.SKYKOI.com/gateway/configuration)** — route inbound channels/accounts/peers to isolated agents (workspaces + per-agent sessions).
128
+ - **[Voice Wake](https://docs.SKYKOI.com/nodes/voicewake) + [Talk Mode](https://docs.SKYKOI.com/nodes/talk)** — always-on speech for macOS/iOS/Android with ElevenLabs.
129
+ - **[Live Canvas](https://docs.SKYKOI.com/platforms/mac/canvas)** — agent-driven visual workspace with [A2UI](https://docs.SKYKOI.com/platforms/mac/canvas#canvas-a2ui).
130
+ - **[First-class tools](https://docs.SKYKOI.com/tools)** — browser, canvas, nodes, cron, sessions, and Discord/Slack actions.
131
+ - **[Companion apps](https://docs.SKYKOI.com/platforms/macos)** — macOS menu bar app + iOS/Android [nodes](https://docs.SKYKOI.com/nodes).
132
+ - **[Onboarding](https://docs.SKYKOI.com/start/wizard) + [skills](https://docs.SKYKOI.com/tools/skills)** — wizard-driven setup with bundled/managed/workspace skills.
133
133
 
134
134
  ## Star History
135
135
 
136
- [![Star History Chart](https://api.star-history.com/svg?repos=ricardoamartinez/skykoi-runtime&type=date&legend=top-left)](https://www.star-history.com/#ricardoamartinez/skykoi-runtime&type=date&legend=top-left)
136
+ [![Star History Chart](https://api.star-history.com/svg?repos=ricardoamartinez/SKYKOI-runtime&type=date&legend=top-left)](https://www.star-history.com/#ricardoamartinez/SKYKOI-runtime&type=date&legend=top-left)
137
137
 
138
138
  ## Everything we built so far
139
139
 
140
140
  ### Core platform
141
141
 
142
- - [Gateway WS control plane](https://docs.skykoi.com/gateway) with sessions, presence, config, cron, webhooks, [Control UI](https://docs.skykoi.com/web), and [Canvas host](https://docs.skykoi.com/platforms/mac/canvas#canvas-a2ui).
143
- - [CLI surface](https://docs.skykoi.com/tools/agent-send): gateway, agent, send, [wizard](https://docs.skykoi.com/start/wizard), and [doctor](https://docs.skykoi.com/gateway/doctor).
144
- - [Pi agent runtime](https://docs.skykoi.com/concepts/agent) in RPC mode with tool streaming and block streaming.
145
- - [Session model](https://docs.skykoi.com/concepts/session): `main` for direct chats, group isolation, activation modes, queue modes, reply-back. Group rules: [Groups](https://docs.skykoi.com/concepts/groups).
146
- - [Media pipeline](https://docs.skykoi.com/nodes/images): images/audio/video, transcription hooks, size caps, temp file lifecycle. Audio details: [Audio](https://docs.skykoi.com/nodes/audio).
142
+ - [Gateway WS control plane](https://docs.SKYKOI.com/gateway) with sessions, presence, config, cron, webhooks, [Control UI](https://docs.SKYKOI.com/web), and [Canvas host](https://docs.SKYKOI.com/platforms/mac/canvas#canvas-a2ui).
143
+ - [CLI surface](https://docs.SKYKOI.com/tools/agent-send): gateway, agent, send, [wizard](https://docs.SKYKOI.com/start/wizard), and [doctor](https://docs.SKYKOI.com/gateway/doctor).
144
+ - [Pi agent runtime](https://docs.SKYKOI.com/concepts/agent) in RPC mode with tool streaming and block streaming.
145
+ - [Session model](https://docs.SKYKOI.com/concepts/session): `main` for direct chats, group isolation, activation modes, queue modes, reply-back. Group rules: [Groups](https://docs.SKYKOI.com/concepts/groups).
146
+ - [Media pipeline](https://docs.SKYKOI.com/nodes/images): images/audio/video, transcription hooks, size caps, temp file lifecycle. Audio details: [Audio](https://docs.SKYKOI.com/nodes/audio).
147
147
 
148
148
  ### Channels
149
149
 
150
- - [Channels](https://docs.skykoi.com/channels): [WhatsApp](https://docs.skykoi.com/channels/whatsapp) (Baileys), [Telegram](https://docs.skykoi.com/channels/telegram) (grammY), [Slack](https://docs.skykoi.com/channels/slack) (Bolt), [Discord](https://docs.skykoi.com/channels/discord) (discord.js), [Google Chat](https://docs.skykoi.com/channels/googlechat) (Chat API), [Signal](https://docs.skykoi.com/channels/signal) (signal-cli), [BlueBubbles](https://docs.skykoi.com/channels/bluebubbles) (iMessage, recommended), [iMessage](https://docs.skykoi.com/channels/imessage) (legacy imsg), [Microsoft Teams](https://docs.skykoi.com/channels/msteams) (extension), [Matrix](https://docs.skykoi.com/channels/matrix) (extension), [Zalo](https://docs.skykoi.com/channels/zalo) (extension), [Zalo Personal](https://docs.skykoi.com/channels/zalouser) (extension), [WebChat](https://docs.skykoi.com/web/webchat).
151
- - [Group routing](https://docs.skykoi.com/concepts/group-messages): mention gating, reply tags, per-channel chunking and routing. Channel rules: [Channels](https://docs.skykoi.com/channels).
150
+ - [Channels](https://docs.SKYKOI.com/channels): [WhatsApp](https://docs.SKYKOI.com/channels/whatsapp) (Baileys), [Telegram](https://docs.SKYKOI.com/channels/telegram) (grammY), [Slack](https://docs.SKYKOI.com/channels/slack) (Bolt), [Discord](https://docs.SKYKOI.com/channels/discord) (discord.js), [Google Chat](https://docs.SKYKOI.com/channels/googlechat) (Chat API), [Signal](https://docs.SKYKOI.com/channels/signal) (signal-cli), [BlueBubbles](https://docs.SKYKOI.com/channels/bluebubbles) (iMessage, recommended), [iMessage](https://docs.SKYKOI.com/channels/imessage) (legacy imsg), [Microsoft Teams](https://docs.SKYKOI.com/channels/msteams) (extension), [Matrix](https://docs.SKYKOI.com/channels/matrix) (extension), [Zalo](https://docs.SKYKOI.com/channels/zalo) (extension), [Zalo Personal](https://docs.SKYKOI.com/channels/zalouser) (extension), [WebChat](https://docs.SKYKOI.com/web/webchat).
151
+ - [Group routing](https://docs.SKYKOI.com/concepts/group-messages): mention gating, reply tags, per-channel chunking and routing. Channel rules: [Channels](https://docs.SKYKOI.com/channels).
152
152
 
153
153
  ### Apps + nodes
154
154
 
155
- - [macOS app](https://docs.skykoi.com/platforms/macos): menu bar control plane, [Voice Wake](https://docs.skykoi.com/nodes/voicewake)/PTT, [Talk Mode](https://docs.skykoi.com/nodes/talk) overlay, [WebChat](https://docs.skykoi.com/web/webchat), debug tools, [remote gateway](https://docs.skykoi.com/gateway/remote) control.
156
- - [iOS node](https://docs.skykoi.com/platforms/ios): [Canvas](https://docs.skykoi.com/platforms/mac/canvas), [Voice Wake](https://docs.skykoi.com/nodes/voicewake), [Talk Mode](https://docs.skykoi.com/nodes/talk), camera, screen recording, Bonjour pairing.
157
- - [Android node](https://docs.skykoi.com/platforms/android): [Canvas](https://docs.skykoi.com/platforms/mac/canvas), [Talk Mode](https://docs.skykoi.com/nodes/talk), camera, screen recording, optional SMS.
158
- - [macOS node mode](https://docs.skykoi.com/nodes): system.run/notify + canvas/camera exposure.
155
+ - [macOS app](https://docs.SKYKOI.com/platforms/macos): menu bar control plane, [Voice Wake](https://docs.SKYKOI.com/nodes/voicewake)/PTT, [Talk Mode](https://docs.SKYKOI.com/nodes/talk) overlay, [WebChat](https://docs.SKYKOI.com/web/webchat), debug tools, [remote gateway](https://docs.SKYKOI.com/gateway/remote) control.
156
+ - [iOS node](https://docs.SKYKOI.com/platforms/ios): [Canvas](https://docs.SKYKOI.com/platforms/mac/canvas), [Voice Wake](https://docs.SKYKOI.com/nodes/voicewake), [Talk Mode](https://docs.SKYKOI.com/nodes/talk), camera, screen recording, Bonjour pairing.
157
+ - [Android node](https://docs.SKYKOI.com/platforms/android): [Canvas](https://docs.SKYKOI.com/platforms/mac/canvas), [Talk Mode](https://docs.SKYKOI.com/nodes/talk), camera, screen recording, optional SMS.
158
+ - [macOS node mode](https://docs.SKYKOI.com/nodes): system.run/notify + canvas/camera exposure.
159
159
 
160
160
  ### Tools + automation
161
161
 
162
- - [Browser control](https://docs.skykoi.com/tools/browser): dedicated SkyKoi Chrome/Chromium, snapshots, actions, uploads, profiles.
163
- - [Canvas](https://docs.skykoi.com/platforms/mac/canvas): [A2UI](https://docs.skykoi.com/platforms/mac/canvas#canvas-a2ui) push/reset, eval, snapshot.
164
- - [Nodes](https://docs.skykoi.com/nodes): camera snap/clip, screen record, [location.get](https://docs.skykoi.com/nodes/location-command), notifications.
165
- - [Cron + wakeups](https://docs.skykoi.com/automation/cron-jobs); [webhooks](https://docs.skykoi.com/automation/webhook); [Gmail Pub/Sub](https://docs.skykoi.com/automation/gmail-pubsub).
166
- - [Skills platform](https://docs.skykoi.com/tools/skills): bundled, managed, and workspace skills with install gating + UI.
162
+ - [Browser control](https://docs.SKYKOI.com/tools/browser): dedicated SKYKOI Chrome/Chromium, snapshots, actions, uploads, profiles.
163
+ - [Canvas](https://docs.SKYKOI.com/platforms/mac/canvas): [A2UI](https://docs.SKYKOI.com/platforms/mac/canvas#canvas-a2ui) push/reset, eval, snapshot.
164
+ - [Nodes](https://docs.SKYKOI.com/nodes): camera snap/clip, screen record, [location.get](https://docs.SKYKOI.com/nodes/location-command), notifications.
165
+ - [Cron + wakeups](https://docs.SKYKOI.com/automation/cron-jobs); [webhooks](https://docs.SKYKOI.com/automation/webhook); [Gmail Pub/Sub](https://docs.SKYKOI.com/automation/gmail-pubsub).
166
+ - [Skills platform](https://docs.SKYKOI.com/tools/skills): bundled, managed, and workspace skills with install gating + UI.
167
167
 
168
168
  ### Runtime + safety
169
169
 
170
- - [Channel routing](https://docs.skykoi.com/concepts/channel-routing), [retry policy](https://docs.skykoi.com/concepts/retry), and [streaming/chunking](https://docs.skykoi.com/concepts/streaming).
171
- - [Presence](https://docs.skykoi.com/concepts/presence), [typing indicators](https://docs.skykoi.com/concepts/typing-indicators), and [usage tracking](https://docs.skykoi.com/concepts/usage-tracking).
172
- - [Models](https://docs.skykoi.com/concepts/models), [model failover](https://docs.skykoi.com/concepts/model-failover), and [session pruning](https://docs.skykoi.com/concepts/session-pruning).
173
- - [Security](https://docs.skykoi.com/gateway/security) and [troubleshooting](https://docs.skykoi.com/channels/troubleshooting).
170
+ - [Channel routing](https://docs.SKYKOI.com/concepts/channel-routing), [retry policy](https://docs.SKYKOI.com/concepts/retry), and [streaming/chunking](https://docs.SKYKOI.com/concepts/streaming).
171
+ - [Presence](https://docs.SKYKOI.com/concepts/presence), [typing indicators](https://docs.SKYKOI.com/concepts/typing-indicators), and [usage tracking](https://docs.SKYKOI.com/concepts/usage-tracking).
172
+ - [Models](https://docs.SKYKOI.com/concepts/models), [model failover](https://docs.SKYKOI.com/concepts/model-failover), and [session pruning](https://docs.SKYKOI.com/concepts/session-pruning).
173
+ - [Security](https://docs.SKYKOI.com/gateway/security) and [troubleshooting](https://docs.SKYKOI.com/channels/troubleshooting).
174
174
 
175
175
  ### Ops + packaging
176
176
 
177
- - [Control UI](https://docs.skykoi.com/web) + [WebChat](https://docs.skykoi.com/web/webchat) served directly from the Gateway.
178
- - [Tailscale Serve/Funnel](https://docs.skykoi.com/gateway/tailscale) or [SSH tunnels](https://docs.skykoi.com/gateway/remote) with token/password auth.
179
- - [Nix mode](https://docs.skykoi.com/install/nix) for declarative config; [Docker](https://docs.skykoi.com/install/docker)-based installs.
180
- - [Doctor](https://docs.skykoi.com/gateway/doctor) migrations, [logging](https://docs.skykoi.com/logging).
177
+ - [Control UI](https://docs.SKYKOI.com/web) + [WebChat](https://docs.SKYKOI.com/web/webchat) served directly from the Gateway.
178
+ - [Tailscale Serve/Funnel](https://docs.SKYKOI.com/gateway/tailscale) or [SSH tunnels](https://docs.SKYKOI.com/gateway/remote) with token/password auth.
179
+ - [Nix mode](https://docs.SKYKOI.com/install/nix) for declarative config; [Docker](https://docs.SKYKOI.com/install/docker)-based installs.
180
+ - [Doctor](https://docs.SKYKOI.com/gateway/doctor) migrations, [logging](https://docs.SKYKOI.com/logging).
181
181
 
182
182
  ## How it works (short)
183
183
 
@@ -192,7 +192,7 @@ WhatsApp / Telegram / Slack / Discord / Google Chat / Signal / iMessage / BlueBu
192
192
  └──────────────┬────────────────┘
193
193
 
194
194
  ├─ Pi agent (RPC)
195
- ├─ CLI (skykoi …)
195
+ ├─ CLI (SKYKOI …)
196
196
  ├─ WebChat UI
197
197
  ├─ macOS app
198
198
  └─ iOS / Android nodes
@@ -200,16 +200,16 @@ WhatsApp / Telegram / Slack / Discord / Google Chat / Signal / iMessage / BlueBu
200
200
 
201
201
  ## Key subsystems
202
202
 
203
- - **[Gateway WebSocket network](https://docs.skykoi.com/concepts/architecture)** — single WS control plane for clients, tools, and events (plus ops: [Gateway runbook](https://docs.skykoi.com/gateway)).
204
- - **[Tailscale exposure](https://docs.skykoi.com/gateway/tailscale)** — Serve/Funnel for the Gateway dashboard + WS (remote access: [Remote](https://docs.skykoi.com/gateway/remote)).
205
- - **[Browser control](https://docs.skykoi.com/tools/browser)** — SkyKoi‑managed Chrome/Chromium with CDP control.
206
- - **[Canvas + A2UI](https://docs.skykoi.com/platforms/mac/canvas)** — agent‑driven visual workspace (A2UI host: [Canvas/A2UI](https://docs.skykoi.com/platforms/mac/canvas#canvas-a2ui)).
207
- - **[Voice Wake](https://docs.skykoi.com/nodes/voicewake) + [Talk Mode](https://docs.skykoi.com/nodes/talk)** — always‑on speech and continuous conversation.
208
- - **[Nodes](https://docs.skykoi.com/nodes)** — Canvas, camera snap/clip, screen record, `location.get`, notifications, plus macOS‑only `system.run`/`system.notify`.
203
+ - **[Gateway WebSocket network](https://docs.SKYKOI.com/concepts/architecture)** — single WS control plane for clients, tools, and events (plus ops: [Gateway runbook](https://docs.SKYKOI.com/gateway)).
204
+ - **[Tailscale exposure](https://docs.SKYKOI.com/gateway/tailscale)** — Serve/Funnel for the Gateway dashboard + WS (remote access: [Remote](https://docs.SKYKOI.com/gateway/remote)).
205
+ - **[Browser control](https://docs.SKYKOI.com/tools/browser)** — SKYKOI‑managed Chrome/Chromium with CDP control.
206
+ - **[Canvas + A2UI](https://docs.SKYKOI.com/platforms/mac/canvas)** — agent‑driven visual workspace (A2UI host: [Canvas/A2UI](https://docs.SKYKOI.com/platforms/mac/canvas#canvas-a2ui)).
207
+ - **[Voice Wake](https://docs.SKYKOI.com/nodes/voicewake) + [Talk Mode](https://docs.SKYKOI.com/nodes/talk)** — always‑on speech and continuous conversation.
208
+ - **[Nodes](https://docs.SKYKOI.com/nodes)** — Canvas, camera snap/clip, screen record, `location.get`, notifications, plus macOS‑only `system.run`/`system.notify`.
209
209
 
210
210
  ## Tailscale access (Gateway dashboard)
211
211
 
212
- SkyKoi can auto-configure Tailscale **Serve** (tailnet-only) or **Funnel** (public) while the Gateway stays bound to loopback. Configure `gateway.tailscale.mode`:
212
+ SKYKOI can auto-configure Tailscale **Serve** (tailnet-only) or **Funnel** (public) while the Gateway stays bound to loopback. Configure `gateway.tailscale.mode`:
213
213
 
214
214
  - `off`: no Tailscale automation (default).
215
215
  - `serve`: tailnet-only HTTPS via `tailscale serve` (uses Tailscale identity headers by default).
@@ -217,12 +217,12 @@ SkyKoi can auto-configure Tailscale **Serve** (tailnet-only) or **Funnel** (publ
217
217
 
218
218
  Notes:
219
219
 
220
- - `gateway.bind` must stay `loopback` when Serve/Funnel is enabled (SkyKoi enforces this).
220
+ - `gateway.bind` must stay `loopback` when Serve/Funnel is enabled (SKYKOI enforces this).
221
221
  - Serve can be forced to require a password by setting `gateway.auth.mode: "password"` or `gateway.auth.allowTailscale: false`.
222
222
  - Funnel refuses to start unless `gateway.auth.mode: "password"` is set.
223
223
  - Optional: `gateway.tailscale.resetOnExit` to undo Serve/Funnel on shutdown.
224
224
 
225
- Details: [Tailscale guide](https://docs.skykoi.com/gateway/tailscale) · [Web surfaces](https://docs.skykoi.com/web)
225
+ Details: [Tailscale guide](https://docs.SKYKOI.com/gateway/tailscale) · [Web surfaces](https://docs.SKYKOI.com/web)
226
226
 
227
227
  ## Remote Gateway (Linux is great)
228
228
 
@@ -232,7 +232,7 @@ It’s perfectly fine to run the Gateway on a small Linux instance. Clients (mac
232
232
  - **Device nodes** run device‑local actions (`system.run`, camera, screen recording, notifications) via `node.invoke`.
233
233
  In short: exec runs where the Gateway lives; device actions run where the device lives.
234
234
 
235
- Details: [Remote access](https://docs.skykoi.com/gateway/remote) · [Nodes](https://docs.skykoi.com/nodes) · [Security](https://docs.skykoi.com/gateway/security)
235
+ Details: [Remote access](https://docs.SKYKOI.com/gateway/remote) · [Nodes](https://docs.SKYKOI.com/nodes) · [Security](https://docs.SKYKOI.com/gateway/security)
236
236
 
237
237
  ## macOS permissions via the Gateway protocol
238
238
 
@@ -247,7 +247,7 @@ Elevated bash (host permissions) is separate from macOS TCC:
247
247
  - Use `/elevated on|off` to toggle per‑session elevated access when enabled + allowlisted.
248
248
  - Gateway persists the per‑session toggle via `sessions.patch` (WS method) alongside `thinkingLevel`, `verboseLevel`, `model`, `sendPolicy`, and `groupActivation`.
249
249
 
250
- Details: [Nodes](https://docs.skykoi.com/nodes) · [macOS app](https://docs.skykoi.com/platforms/macos) · [Gateway protocol](https://docs.skykoi.com/concepts/architecture)
250
+ Details: [Nodes](https://docs.SKYKOI.com/nodes) · [macOS app](https://docs.SKYKOI.com/platforms/macos) · [Gateway protocol](https://docs.SKYKOI.com/concepts/architecture)
251
251
 
252
252
  ## Agent to Agent (sessions\_\* tools)
253
253
 
@@ -256,13 +256,13 @@ Details: [Nodes](https://docs.skykoi.com/nodes) · [macOS app](https://docs.skyk
256
256
  - `sessions_history` — fetch transcript logs for a session.
257
257
  - `sessions_send` — message another session; optional reply‑back ping‑pong + announce step (`REPLY_SKIP`, `ANNOUNCE_SKIP`).
258
258
 
259
- Details: [Session tools](https://docs.skykoi.com/concepts/session-tool)
259
+ Details: [Session tools](https://docs.SKYKOI.com/concepts/session-tool)
260
260
 
261
261
  ## Skills Registry
262
262
 
263
- SkyKoi includes a skill registry. The agent can search for skills automatically and pull in new ones as needed.
263
+ SKYKOI includes a skill registry. The agent can search for skills automatically and pull in new ones as needed.
264
264
 
265
- [SkyKoi Skills](https://skykoi.com)
265
+ [SKYKOI Skills](https://SKYKOI.com)
266
266
 
267
267
  ## Chat commands
268
268
 
@@ -283,7 +283,7 @@ The Gateway alone delivers a great experience. All apps are optional and add ext
283
283
 
284
284
  If you plan to build/run companion apps, follow the platform runbooks below.
285
285
 
286
- ### macOS (SkyKoi.app) (optional)
286
+ ### macOS (SKYKOI.app) (optional)
287
287
 
288
288
  - Menu bar control for the Gateway and health.
289
289
  - Voice Wake + push-to-talk overlay.
@@ -296,25 +296,25 @@ Note: signed builds required for macOS permissions to stick across rebuilds (see
296
296
 
297
297
  - Pairs as a node via the Bridge.
298
298
  - Voice trigger forwarding + Canvas surface.
299
- - Controlled via `skykoi nodes …`.
299
+ - Controlled via `SKYKOI nodes …`.
300
300
 
301
- Runbook: [iOS connect](https://docs.skykoi.com/platforms/ios).
301
+ Runbook: [iOS connect](https://docs.SKYKOI.com/platforms/ios).
302
302
 
303
303
  ### Android node (optional)
304
304
 
305
305
  - Pairs via the same Bridge + pairing flow as iOS.
306
306
  - Exposes Canvas, Camera, and Screen capture commands.
307
- - Runbook: [Android connect](https://docs.skykoi.com/platforms/android).
307
+ - Runbook: [Android connect](https://docs.SKYKOI.com/platforms/android).
308
308
 
309
309
  ## Agent workspace + skills
310
310
 
311
- - Workspace root: `~/.skykoi/workspace` (configurable via `agents.defaults.workspace`).
311
+ - Workspace root: `~/.SKYKOI/workspace` (configurable via `agents.defaults.workspace`).
312
312
  - Injected prompt files: `AGENTS.md`, `SOUL.md`, `TOOLS.md`.
313
- - Skills: `~/.skykoi/workspace/skills/<skill>/SKILL.md`.
313
+ - Skills: `~/.SKYKOI/workspace/skills/<skill>/SKILL.md`.
314
314
 
315
315
  ## Configuration
316
316
 
317
- Minimal `~/.ricardoamartinez/skykoi-runtime.json` (model + defaults):
317
+ Minimal `~/.ricardoamartinez/SKYKOI-runtime.json` (model + defaults):
318
318
 
319
319
  ```json5
320
320
  {
@@ -324,7 +324,7 @@ Minimal `~/.ricardoamartinez/skykoi-runtime.json` (model + defaults):
324
324
  }
325
325
  ```
326
326
 
327
- [Full configuration reference (all keys + examples).](https://docs.skykoi.com/gateway/configuration)
327
+ [Full configuration reference (all keys + examples).](https://docs.SKYKOI.com/gateway/configuration)
328
328
 
329
329
  ## Security model (important)
330
330
 
@@ -332,15 +332,15 @@ Minimal `~/.ricardoamartinez/skykoi-runtime.json` (model + defaults):
332
332
  - **Group/channel safety:** set `agents.defaults.sandbox.mode: "non-main"` to run **non‑main sessions** (groups/channels) inside per‑session Docker sandboxes; bash then runs in Docker for those sessions.
333
333
  - **Sandbox defaults:** allowlist `bash`, `process`, `read`, `write`, `edit`, `sessions_list`, `sessions_history`, `sessions_send`, `sessions_spawn`; denylist `browser`, `canvas`, `nodes`, `cron`, `discord`, `gateway`.
334
334
 
335
- Details: [Security guide](https://docs.skykoi.com/gateway/security) · [Docker + sandboxing](https://docs.skykoi.com/install/docker) · [Sandbox config](https://docs.skykoi.com/gateway/configuration)
335
+ Details: [Security guide](https://docs.SKYKOI.com/gateway/security) · [Docker + sandboxing](https://docs.SKYKOI.com/install/docker) · [Sandbox config](https://docs.SKYKOI.com/gateway/configuration)
336
336
 
337
- ### [WhatsApp](https://docs.skykoi.com/channels/whatsapp)
337
+ ### [WhatsApp](https://docs.SKYKOI.com/channels/whatsapp)
338
338
 
339
- - Link the device: `pnpm skykoi channels login` (stores creds in `~/.skykoi/credentials`).
339
+ - Link the device: `pnpm SKYKOI channels login` (stores creds in `~/.SKYKOI/credentials`).
340
340
  - Allowlist who can talk to the assistant via `channels.whatsapp.allowFrom`.
341
341
  - If `channels.whatsapp.groups` is set, it becomes a group allowlist; include `"*"` to allow all.
342
342
 
343
- ### [Telegram](https://docs.skykoi.com/channels/telegram)
343
+ ### [Telegram](https://docs.SKYKOI.com/channels/telegram)
344
344
 
345
345
  - Set `TELEGRAM_BOT_TOKEN` or `channels.telegram.botToken` (env wins).
346
346
  - Optional: set `channels.telegram.groups` (with `channels.telegram.groups."*".requireMention`); when set, it is a group allowlist (include `"*"` to allow all). Also `channels.telegram.allowFrom` or `channels.telegram.webhookUrl` + `channels.telegram.webhookSecret` as needed.
@@ -355,11 +355,11 @@ Details: [Security guide](https://docs.skykoi.com/gateway/security) · [Docker +
355
355
  }
356
356
  ```
357
357
 
358
- ### [Slack](https://docs.skykoi.com/channels/slack)
358
+ ### [Slack](https://docs.SKYKOI.com/channels/slack)
359
359
 
360
360
  - Set `SLACK_BOT_TOKEN` + `SLACK_APP_TOKEN` (or `channels.slack.botToken` + `channels.slack.appToken`).
361
361
 
362
- ### [Discord](https://docs.skykoi.com/channels/discord)
362
+ ### [Discord](https://docs.SKYKOI.com/channels/discord)
363
363
 
364
364
  - Set `DISCORD_BOT_TOKEN` or `channels.discord.token` (env wins).
365
365
  - Optional: set `commands.native`, `commands.text`, or `commands.useAccessGroups`, plus `channels.discord.dm.allowFrom`, `channels.discord.guilds`, or `channels.discord.mediaMaxMb` as needed.
@@ -374,27 +374,27 @@ Details: [Security guide](https://docs.skykoi.com/gateway/security) · [Docker +
374
374
  }
375
375
  ```
376
376
 
377
- ### [Signal](https://docs.skykoi.com/channels/signal)
377
+ ### [Signal](https://docs.SKYKOI.com/channels/signal)
378
378
 
379
379
  - Requires `signal-cli` and a `channels.signal` config section.
380
380
 
381
- ### [BlueBubbles (iMessage)](https://docs.skykoi.com/channels/bluebubbles)
381
+ ### [BlueBubbles (iMessage)](https://docs.SKYKOI.com/channels/bluebubbles)
382
382
 
383
383
  - **Recommended** iMessage integration.
384
384
  - Configure `channels.bluebubbles.serverUrl` + `channels.bluebubbles.password` and a webhook (`channels.bluebubbles.webhookPath`).
385
385
  - The BlueBubbles server runs on macOS; the Gateway can run on macOS or elsewhere.
386
386
 
387
- ### [iMessage (legacy)](https://docs.skykoi.com/channels/imessage)
387
+ ### [iMessage (legacy)](https://docs.SKYKOI.com/channels/imessage)
388
388
 
389
389
  - Legacy macOS-only integration via `imsg` (Messages must be signed in).
390
390
  - If `channels.imessage.groups` is set, it becomes a group allowlist; include `"*"` to allow all.
391
391
 
392
- ### [Microsoft Teams](https://docs.skykoi.com/channels/msteams)
392
+ ### [Microsoft Teams](https://docs.SKYKOI.com/channels/msteams)
393
393
 
394
394
  - Configure a Teams app + Bot Framework, then add a `msteams` config section.
395
395
  - Allowlist who can talk via `msteams.allowFrom`; group access via `msteams.groupAllowFrom` or `msteams.groupPolicy: "open"`.
396
396
 
397
- ### [WebChat](https://docs.skykoi.com/web/webchat)
397
+ ### [WebChat](https://docs.SKYKOI.com/web/webchat)
398
398
 
399
399
  - Uses the Gateway WebSocket; no separate WebChat port/config.
400
400
 
@@ -413,83 +413,83 @@ Browser control (optional):
413
413
 
414
414
  Use these when you’re past the onboarding flow and want the deeper reference.
415
415
 
416
- - [Start with the docs index for navigation and “what’s where.”](https://docs.skykoi.com)
417
- - [Read the architecture overview for the gateway + protocol model.](https://docs.skykoi.com/concepts/architecture)
418
- - [Use the full configuration reference when you need every key and example.](https://docs.skykoi.com/gateway/configuration)
419
- - [Run the Gateway by the book with the operational runbook.](https://docs.skykoi.com/gateway)
420
- - [Learn how the Control UI/Web surfaces work and how to expose them safely.](https://docs.skykoi.com/web)
421
- - [Understand remote access over SSH tunnels or tailnets.](https://docs.skykoi.com/gateway/remote)
422
- - [Follow the onboarding wizard flow for a guided setup.](https://docs.skykoi.com/start/wizard)
423
- - [Wire external triggers via the webhook surface.](https://docs.skykoi.com/automation/webhook)
424
- - [Set up Gmail Pub/Sub triggers.](https://docs.skykoi.com/automation/gmail-pubsub)
425
- - [Learn the macOS menu bar companion details.](https://docs.skykoi.com/platforms/mac/menu-bar)
426
- - [Platform guides: Windows (WSL2)](https://docs.skykoi.com/platforms/windows), [Linux](https://docs.skykoi.com/platforms/linux), [macOS](https://docs.skykoi.com/platforms/macos), [iOS](https://docs.skykoi.com/platforms/ios), [Android](https://docs.skykoi.com/platforms/android)
427
- - [Debug common failures with the troubleshooting guide.](https://docs.skykoi.com/channels/troubleshooting)
428
- - [Review security guidance before exposing anything.](https://docs.skykoi.com/gateway/security)
416
+ - [Start with the docs index for navigation and “what’s where.”](https://docs.SKYKOI.com)
417
+ - [Read the architecture overview for the gateway + protocol model.](https://docs.SKYKOI.com/concepts/architecture)
418
+ - [Use the full configuration reference when you need every key and example.](https://docs.SKYKOI.com/gateway/configuration)
419
+ - [Run the Gateway by the book with the operational runbook.](https://docs.SKYKOI.com/gateway)
420
+ - [Learn how the Control UI/Web surfaces work and how to expose them safely.](https://docs.SKYKOI.com/web)
421
+ - [Understand remote access over SSH tunnels or tailnets.](https://docs.SKYKOI.com/gateway/remote)
422
+ - [Follow the onboarding wizard flow for a guided setup.](https://docs.SKYKOI.com/start/wizard)
423
+ - [Wire external triggers via the webhook surface.](https://docs.SKYKOI.com/automation/webhook)
424
+ - [Set up Gmail Pub/Sub triggers.](https://docs.SKYKOI.com/automation/gmail-pubsub)
425
+ - [Learn the macOS menu bar companion details.](https://docs.SKYKOI.com/platforms/mac/menu-bar)
426
+ - [Platform guides: Windows (WSL2)](https://docs.SKYKOI.com/platforms/windows), [Linux](https://docs.SKYKOI.com/platforms/linux), [macOS](https://docs.SKYKOI.com/platforms/macos), [iOS](https://docs.SKYKOI.com/platforms/ios), [Android](https://docs.SKYKOI.com/platforms/android)
427
+ - [Debug common failures with the troubleshooting guide.](https://docs.SKYKOI.com/channels/troubleshooting)
428
+ - [Review security guidance before exposing anything.](https://docs.SKYKOI.com/gateway/security)
429
429
 
430
430
  ## Advanced docs (discovery + control)
431
431
 
432
- - [Discovery + transports](https://docs.skykoi.com/gateway/discovery)
433
- - [Bonjour/mDNS](https://docs.skykoi.com/gateway/bonjour)
434
- - [Gateway pairing](https://docs.skykoi.com/gateway/pairing)
435
- - [Remote gateway README](https://docs.skykoi.com/gateway/remote-gateway-readme)
436
- - [Control UI](https://docs.skykoi.com/web/control-ui)
437
- - [Dashboard](https://docs.skykoi.com/web/dashboard)
432
+ - [Discovery + transports](https://docs.SKYKOI.com/gateway/discovery)
433
+ - [Bonjour/mDNS](https://docs.SKYKOI.com/gateway/bonjour)
434
+ - [Gateway pairing](https://docs.SKYKOI.com/gateway/pairing)
435
+ - [Remote gateway README](https://docs.SKYKOI.com/gateway/remote-gateway-readme)
436
+ - [Control UI](https://docs.SKYKOI.com/web/control-ui)
437
+ - [Dashboard](https://docs.SKYKOI.com/web/dashboard)
438
438
 
439
439
  ## Operations & troubleshooting
440
440
 
441
- - [Health checks](https://docs.skykoi.com/gateway/health)
442
- - [Gateway lock](https://docs.skykoi.com/gateway/gateway-lock)
443
- - [Background process](https://docs.skykoi.com/gateway/background-process)
444
- - [Browser troubleshooting (Linux)](https://docs.skykoi.com/tools/browser-linux-troubleshooting)
445
- - [Logging](https://docs.skykoi.com/logging)
441
+ - [Health checks](https://docs.SKYKOI.com/gateway/health)
442
+ - [Gateway lock](https://docs.SKYKOI.com/gateway/gateway-lock)
443
+ - [Background process](https://docs.SKYKOI.com/gateway/background-process)
444
+ - [Browser troubleshooting (Linux)](https://docs.SKYKOI.com/tools/browser-linux-troubleshooting)
445
+ - [Logging](https://docs.SKYKOI.com/logging)
446
446
 
447
447
  ## Deep dives
448
448
 
449
- - [Agent loop](https://docs.skykoi.com/concepts/agent-loop)
450
- - [Presence](https://docs.skykoi.com/concepts/presence)
451
- - [TypeBox schemas](https://docs.skykoi.com/concepts/typebox)
452
- - [RPC adapters](https://docs.skykoi.com/reference/rpc)
453
- - [Queue](https://docs.skykoi.com/concepts/queue)
449
+ - [Agent loop](https://docs.SKYKOI.com/concepts/agent-loop)
450
+ - [Presence](https://docs.SKYKOI.com/concepts/presence)
451
+ - [TypeBox schemas](https://docs.SKYKOI.com/concepts/typebox)
452
+ - [RPC adapters](https://docs.SKYKOI.com/reference/rpc)
453
+ - [Queue](https://docs.SKYKOI.com/concepts/queue)
454
454
 
455
455
  ## Workspace & skills
456
456
 
457
- - [Skills config](https://docs.skykoi.com/tools/skills-config)
458
- - [Default AGENTS](https://docs.skykoi.com/reference/AGENTS.default)
459
- - [Templates: AGENTS](https://docs.skykoi.com/reference/templates/AGENTS)
460
- - [Templates: BOOTSTRAP](https://docs.skykoi.com/reference/templates/BOOTSTRAP)
461
- - [Templates: IDENTITY](https://docs.skykoi.com/reference/templates/IDENTITY)
462
- - [Templates: SOUL](https://docs.skykoi.com/reference/templates/SOUL)
463
- - [Templates: TOOLS](https://docs.skykoi.com/reference/templates/TOOLS)
464
- - [Templates: USER](https://docs.skykoi.com/reference/templates/USER)
457
+ - [Skills config](https://docs.SKYKOI.com/tools/skills-config)
458
+ - [Default AGENTS](https://docs.SKYKOI.com/reference/AGENTS.default)
459
+ - [Templates: AGENTS](https://docs.SKYKOI.com/reference/templates/AGENTS)
460
+ - [Templates: BOOTSTRAP](https://docs.SKYKOI.com/reference/templates/BOOTSTRAP)
461
+ - [Templates: IDENTITY](https://docs.SKYKOI.com/reference/templates/IDENTITY)
462
+ - [Templates: SOUL](https://docs.SKYKOI.com/reference/templates/SOUL)
463
+ - [Templates: TOOLS](https://docs.SKYKOI.com/reference/templates/TOOLS)
464
+ - [Templates: USER](https://docs.SKYKOI.com/reference/templates/USER)
465
465
 
466
466
  ## Platform internals
467
467
 
468
- - [macOS dev setup](https://docs.skykoi.com/platforms/mac/dev-setup)
469
- - [macOS menu bar](https://docs.skykoi.com/platforms/mac/menu-bar)
470
- - [macOS voice wake](https://docs.skykoi.com/platforms/mac/voicewake)
471
- - [iOS node](https://docs.skykoi.com/platforms/ios)
472
- - [Android node](https://docs.skykoi.com/platforms/android)
473
- - [Windows (WSL2)](https://docs.skykoi.com/platforms/windows)
474
- - [Linux app](https://docs.skykoi.com/platforms/linux)
468
+ - [macOS dev setup](https://docs.SKYKOI.com/platforms/mac/dev-setup)
469
+ - [macOS menu bar](https://docs.SKYKOI.com/platforms/mac/menu-bar)
470
+ - [macOS voice wake](https://docs.SKYKOI.com/platforms/mac/voicewake)
471
+ - [iOS node](https://docs.SKYKOI.com/platforms/ios)
472
+ - [Android node](https://docs.SKYKOI.com/platforms/android)
473
+ - [Windows (WSL2)](https://docs.SKYKOI.com/platforms/windows)
474
+ - [Linux app](https://docs.SKYKOI.com/platforms/linux)
475
475
 
476
476
  ## Email hooks (Gmail)
477
477
 
478
- - [docs.skykoi.com/gmail-pubsub](https://docs.skykoi.com/automation/gmail-pubsub)
478
+ - [docs.SKYKOI.com/gmail-pubsub](https://docs.SKYKOI.com/automation/gmail-pubsub)
479
479
 
480
480
  ## Molty
481
481
 
482
- SkyKoi was forked from SkyKoi, which was built for **Molty**, a space lobster AI assistant. 🦞
482
+ SKYKOI was forked from SKYKOI, which was built for **Molty**, a space lobster AI assistant. 🦞
483
483
  by Peter Steinberger and the community.
484
484
 
485
- - [skykoi.com](https://skykoi.com)
485
+ - [SKYKOI.com](https://SKYKOI.com)
486
486
  - [soul.md](https://soul.md)
487
487
  - [steipete.me](https://steipete.me)
488
- - [@skykoi](https://x.com/SkyKoi)
488
+ - [@SKYKOI](https://x.com/SKYKOI)
489
489
 
490
490
  ## Community
491
491
 
492
- See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines, maintainers, and how to submit PRs.
492
+ See [CONTRIBUTING.md](docs/CONTRIBUTING.md) for guidelines, maintainers, and how to submit PRs.
493
493
  AI/vibe-coded PRs welcome! 🤖
494
494
 
495
495
  Special thanks to [Mario Zechner](https://mariozechner.at/) for his support and for
@@ -532,7 +532,7 @@ Thanks to all clawtributors:
532
532
  <a href="https://github.com/Suksham-sharma"><img src="https://avatars.githubusercontent.com/u/94667656?v=4&s=48" width="48" height="48" alt="Suksham-sharma" title="Suksham-sharma"/></a> <a href="https://github.com/T5-AndyML"><img src="https://avatars.githubusercontent.com/u/22801233?v=4&s=48" width="48" height="48" alt="T5-AndyML" title="T5-AndyML"/></a> <a href="https://github.com/tewatia"><img src="https://avatars.githubusercontent.com/u/22875334?v=4&s=48" width="48" height="48" alt="tewatia" title="tewatia"/></a> <a href="https://github.com/thejhinvirtuoso"><img src="https://avatars.githubusercontent.com/u/258521837?v=4&s=48" width="48" height="48" alt="thejhinvirtuoso" title="thejhinvirtuoso"/></a> <a href="https://github.com/travisp"><img src="https://avatars.githubusercontent.com/u/165698?v=4&s=48" width="48" height="48" alt="travisp" title="travisp"/></a> <a href="https://github.com/search?q=VAC"><img src="assets/avatar-placeholder.svg" width="48" height="48" alt="VAC" title="VAC"/></a> <a href="https://github.com/search?q=william%20arzt"><img src="assets/avatar-placeholder.svg" width="48" height="48" alt="william arzt" title="william arzt"/></a> <a href="https://github.com/yudshj"><img src="https://avatars.githubusercontent.com/u/16971372?v=4&s=48" width="48" height="48" alt="yudshj" title="yudshj"/></a> <a href="https://github.com/zknicker"><img src="https://avatars.githubusercontent.com/u/1164085?v=4&s=48" width="48" height="48" alt="zknicker" title="zknicker"/></a> <a href="https://github.com/0oAstro"><img src="https://avatars.githubusercontent.com/u/79555780?v=4&s=48" width="48" height="48" alt="0oAstro" title="0oAstro"/></a>
533
533
  <a href="https://github.com/abhaymundhara"><img src="https://avatars.githubusercontent.com/u/62872231?v=4&s=48" width="48" height="48" alt="abhaymundhara" title="abhaymundhara"/></a> <a href="https://github.com/aduk059"><img src="https://avatars.githubusercontent.com/u/257603478?v=4&s=48" width="48" height="48" alt="aduk059" title="aduk059"/></a> <a href="https://github.com/aisling404"><img src="https://avatars.githubusercontent.com/u/211950534?v=4&s=48" width="48" height="48" alt="aisling404" title="aisling404"/></a> <a href="https://github.com/akramcodez"><img src="https://avatars.githubusercontent.com/u/179671552?v=4&s=48" width="48" height="48" alt="akramcodez" title="akramcodez"/></a> <a href="https://github.com/search?q=alejandro%20maza"><img src="assets/avatar-placeholder.svg" width="48" height="48" alt="alejandro maza" title="alejandro maza"/></a> <a href="https://github.com/Alex-Alaniz"><img src="https://avatars.githubusercontent.com/u/88956822?v=4&s=48" width="48" height="48" alt="Alex-Alaniz" title="Alex-Alaniz"/></a> <a href="https://github.com/alexanderatallah"><img src="https://avatars.githubusercontent.com/u/1011391?v=4&s=48" width="48" height="48" alt="alexanderatallah" title="alexanderatallah"/></a> <a href="https://github.com/alexstyl"><img src="https://avatars.githubusercontent.com/u/1665273?v=4&s=48" width="48" height="48" alt="alexstyl" title="alexstyl"/></a> <a href="https://github.com/AlexZhangji"><img src="https://avatars.githubusercontent.com/u/3280924?v=4&s=48" width="48" height="48" alt="AlexZhangji" title="AlexZhangji"/></a> <a href="https://github.com/andrewting19"><img src="https://avatars.githubusercontent.com/u/10536704?v=4&s=48" width="48" height="48" alt="andrewting19" title="andrewting19"/></a>
534
534
  <a href="https://github.com/anpoirier"><img src="https://avatars.githubusercontent.com/u/1245729?v=4&s=48" width="48" height="48" alt="anpoirier" title="anpoirier"/></a> <a href="https://github.com/araa47"><img src="https://avatars.githubusercontent.com/u/22760261?v=4&s=48" width="48" height="48" alt="araa47" title="araa47"/></a> <a href="https://github.com/arthyn"><img src="https://avatars.githubusercontent.com/u/5466421?v=4&s=48" width="48" height="48" alt="arthyn" title="arthyn"/></a> <a href="https://github.com/Asleep123"><img src="https://avatars.githubusercontent.com/u/122379135?v=4&s=48" width="48" height="48" alt="Asleep123" title="Asleep123"/></a> <a href="https://github.com/search?q=Ayush%20Ojha"><img src="assets/avatar-placeholder.svg" width="48" height="48" alt="Ayush Ojha" title="Ayush Ojha"/></a> <a href="https://github.com/Ayush10"><img src="https://avatars.githubusercontent.com/u/7945279?v=4&s=48" width="48" height="48" alt="Ayush10" title="Ayush10"/></a> <a href="https://github.com/bguidolim"><img src="https://avatars.githubusercontent.com/u/987360?v=4&s=48" width="48" height="48" alt="bguidolim" title="bguidolim"/></a> <a href="https://github.com/bolismauro"><img src="https://avatars.githubusercontent.com/u/771999?v=4&s=48" width="48" height="48" alt="bolismauro" title="bolismauro"/></a> <a href="https://github.com/caelum0x"><img src="https://avatars.githubusercontent.com/u/130079063?v=4&s=48" width="48" height="48" alt="caelum0x" title="caelum0x"/></a> <a href="https://github.com/championswimmer"><img src="https://avatars.githubusercontent.com/u/1327050?v=4&s=48" width="48" height="48" alt="championswimmer" title="championswimmer"/></a>
535
- <a href="https://github.com/chenyuan99"><img src="https://avatars.githubusercontent.com/u/25518100?v=4&s=48" width="48" height="48" alt="chenyuan99" title="chenyuan99"/></a> <a href="https://github.com/Chloe-VP"><img src="https://avatars.githubusercontent.com/u/257371598?v=4&s=48" width="48" height="48" alt="Chloe-VP" title="Chloe-VP"/></a> <a href="https://github.com/search?q=SkyKoi%20Maintainers"><img src="assets/avatar-placeholder.svg" width="48" height="48" alt="SkyKoi Maintainers" title="SkyKoi Maintainers"/></a> <a href="https://github.com/conhecendoia"><img src="https://avatars.githubusercontent.com/u/82890727?v=4&s=48" width="48" height="48" alt="conhecendoia" title="conhecendoia"/></a> <a href="https://github.com/dasilva333"><img src="https://avatars.githubusercontent.com/u/947827?v=4&s=48" width="48" height="48" alt="dasilva333" title="dasilva333"/></a> <a href="https://github.com/David-Marsh-Photo"><img src="https://avatars.githubusercontent.com/u/228404527?v=4&s=48" width="48" height="48" alt="David-Marsh-Photo" title="David-Marsh-Photo"/></a> <a href="https://github.com/deepsoumya617"><img src="https://avatars.githubusercontent.com/u/80877391?v=4&s=48" width="48" height="48" alt="deepsoumya617" title="deepsoumya617"/></a> <a href="https://github.com/search?q=Developer"><img src="assets/avatar-placeholder.svg" width="48" height="48" alt="Developer" title="Developer"/></a> <a href="https://github.com/search?q=Dimitrios%20Ploutarchos"><img src="assets/avatar-placeholder.svg" width="48" height="48" alt="Dimitrios Ploutarchos" title="Dimitrios Ploutarchos"/></a> <a href="https://github.com/search?q=Drake%20Thomsen"><img src="assets/avatar-placeholder.svg" width="48" height="48" alt="Drake Thomsen" title="Drake Thomsen"/></a>
535
+ <a href="https://github.com/chenyuan99"><img src="https://avatars.githubusercontent.com/u/25518100?v=4&s=48" width="48" height="48" alt="chenyuan99" title="chenyuan99"/></a> <a href="https://github.com/Chloe-VP"><img src="https://avatars.githubusercontent.com/u/257371598?v=4&s=48" width="48" height="48" alt="Chloe-VP" title="Chloe-VP"/></a> <a href="https://github.com/search?q=SKYKOI%20Maintainers"><img src="assets/avatar-placeholder.svg" width="48" height="48" alt="SKYKOI Maintainers" title="SKYKOI Maintainers"/></a> <a href="https://github.com/conhecendoia"><img src="https://avatars.githubusercontent.com/u/82890727?v=4&s=48" width="48" height="48" alt="conhecendoia" title="conhecendoia"/></a> <a href="https://github.com/dasilva333"><img src="https://avatars.githubusercontent.com/u/947827?v=4&s=48" width="48" height="48" alt="dasilva333" title="dasilva333"/></a> <a href="https://github.com/David-Marsh-Photo"><img src="https://avatars.githubusercontent.com/u/228404527?v=4&s=48" width="48" height="48" alt="David-Marsh-Photo" title="David-Marsh-Photo"/></a> <a href="https://github.com/deepsoumya617"><img src="https://avatars.githubusercontent.com/u/80877391?v=4&s=48" width="48" height="48" alt="deepsoumya617" title="deepsoumya617"/></a> <a href="https://github.com/search?q=Developer"><img src="assets/avatar-placeholder.svg" width="48" height="48" alt="Developer" title="Developer"/></a> <a href="https://github.com/search?q=Dimitrios%20Ploutarchos"><img src="assets/avatar-placeholder.svg" width="48" height="48" alt="Dimitrios Ploutarchos" title="Dimitrios Ploutarchos"/></a> <a href="https://github.com/search?q=Drake%20Thomsen"><img src="assets/avatar-placeholder.svg" width="48" height="48" alt="Drake Thomsen" title="Drake Thomsen"/></a>
536
536
  <a href="https://github.com/dvrshil"><img src="https://avatars.githubusercontent.com/u/81693876?v=4&s=48" width="48" height="48" alt="dvrshil" title="dvrshil"/></a> <a href="https://github.com/dxd5001"><img src="https://avatars.githubusercontent.com/u/1886046?v=4&s=48" width="48" height="48" alt="dxd5001" title="dxd5001"/></a> <a href="https://github.com/dylanneve1"><img src="https://avatars.githubusercontent.com/u/31746704?v=4&s=48" width="48" height="48" alt="dylanneve1" title="dylanneve1"/></a> <a href="https://github.com/search?q=Felix%20Krause"><img src="assets/avatar-placeholder.svg" width="48" height="48" alt="Felix Krause" title="Felix Krause"/></a> <a href="https://github.com/foeken"><img src="https://avatars.githubusercontent.com/u/13864?v=4&s=48" width="48" height="48" alt="foeken" title="foeken"/></a> <a href="https://github.com/frankekn"><img src="https://avatars.githubusercontent.com/u/4488090?v=4&s=48" width="48" height="48" alt="frankekn" title="frankekn"/></a> <a href="https://github.com/fredheir"><img src="https://avatars.githubusercontent.com/u/3304869?v=4&s=48" width="48" height="48" alt="fredheir" title="fredheir"/></a> <a href="https://github.com/search?q=ganghyun%20kim"><img src="assets/avatar-placeholder.svg" width="48" height="48" alt="ganghyun kim" title="ganghyun kim"/></a> <a href="https://github.com/grrowl"><img src="https://avatars.githubusercontent.com/u/907140?v=4&s=48" width="48" height="48" alt="grrowl" title="grrowl"/></a> <a href="https://github.com/gtsifrikas"><img src="https://avatars.githubusercontent.com/u/8904378?v=4&s=48" width="48" height="48" alt="gtsifrikas" title="gtsifrikas"/></a>
537
537
  <a href="https://github.com/HassanFleyah"><img src="https://avatars.githubusercontent.com/u/228002017?v=4&s=48" width="48" height="48" alt="HassanFleyah" title="HassanFleyah"/></a> <a href="https://github.com/HazAT"><img src="https://avatars.githubusercontent.com/u/363802?v=4&s=48" width="48" height="48" alt="HazAT" title="HazAT"/></a> <a href="https://github.com/hrdwdmrbl"><img src="https://avatars.githubusercontent.com/u/554881?v=4&s=48" width="48" height="48" alt="hrdwdmrbl" title="hrdwdmrbl"/></a> <a href="https://github.com/hugobarauna"><img src="https://avatars.githubusercontent.com/u/2719?v=4&s=48" width="48" height="48" alt="hugobarauna" title="hugobarauna"/></a> <a href="https://github.com/iamEvanYT"><img src="https://avatars.githubusercontent.com/u/47493765?v=4&s=48" width="48" height="48" alt="iamEvanYT" title="iamEvanYT"/></a> <a href="https://github.com/ichbinlucaskim"><img src="https://avatars.githubusercontent.com/u/125564751?v=4&s=48" width="48" height="48" alt="ichbinlucaskim" title="ichbinlucaskim"/></a> <a href="https://github.com/search?q=Jamie%20Openshaw"><img src="assets/avatar-placeholder.svg" width="48" height="48" alt="Jamie Openshaw" title="Jamie Openshaw"/></a> <a href="https://github.com/search?q=Jane"><img src="assets/avatar-placeholder.svg" width="48" height="48" alt="Jane" title="Jane"/></a> <a href="https://github.com/search?q=Jarvis%20Deploy"><img src="assets/avatar-placeholder.svg" width="48" height="48" alt="Jarvis Deploy" title="Jarvis Deploy"/></a> <a href="https://github.com/search?q=Jefferson%20Nunn"><img src="assets/avatar-placeholder.svg" width="48" height="48" alt="Jefferson Nunn" title="Jefferson Nunn"/></a>
538
538
  <a href="https://github.com/jogi47"><img src="https://avatars.githubusercontent.com/u/1710139?v=4&s=48" width="48" height="48" alt="jogi47" title="jogi47"/></a> <a href="https://github.com/kentaro"><img src="https://avatars.githubusercontent.com/u/3458?v=4&s=48" width="48" height="48" alt="kentaro" title="kentaro"/></a> <a href="https://github.com/search?q=Kevin%20Lin"><img src="assets/avatar-placeholder.svg" width="48" height="48" alt="Kevin Lin" title="Kevin Lin"/></a> <a href="https://github.com/kira-ariaki"><img src="https://avatars.githubusercontent.com/u/257352493?v=4&s=48" width="48" height="48" alt="kira-ariaki" title="kira-ariaki"/></a> <a href="https://github.com/kitze"><img src="https://avatars.githubusercontent.com/u/1160594?v=4&s=48" width="48" height="48" alt="kitze" title="kitze"/></a> <a href="https://github.com/Kiwitwitter"><img src="https://avatars.githubusercontent.com/u/25277769?v=4&s=48" width="48" height="48" alt="Kiwitwitter" title="Kiwitwitter"/></a> <a href="https://github.com/levifig"><img src="https://avatars.githubusercontent.com/u/1605?v=4&s=48" width="48" height="48" alt="levifig" title="levifig"/></a> <a href="https://github.com/search?q=Lloyd"><img src="assets/avatar-placeholder.svg" width="48" height="48" alt="Lloyd" title="Lloyd"/></a> <a href="https://github.com/loganaden"><img src="https://avatars.githubusercontent.com/u/1688420?v=4&s=48" width="48" height="48" alt="loganaden" title="loganaden"/></a> <a href="https://github.com/longjos"><img src="https://avatars.githubusercontent.com/u/740160?v=4&s=48" width="48" height="48" alt="longjos" title="longjos"/></a>