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.
- package/README.md +149 -149
- package/assets/chrome-extension/README.md +5 -5
- package/assets/chrome-extension/background.js +5 -5
- package/assets/chrome-extension/manifest.json +3 -3
- package/assets/chrome-extension/options.html +5 -5
- package/assets/chrome-extension/options.js +1 -1
- package/docs/.i18n/README.md +1 -1
- package/docs/.i18n/glossary.zh-CN.json +2 -2
- package/{CHANGELOG.md → docs/CHANGELOG.md} +157 -157
- package/docs/CONTRIBUTING.md +78 -0
- package/docs/SECURITY.md +72 -0
- package/{THIRD_PARTY_LICENSES.txt → docs/THIRD_PARTY_LICENSES.txt} +1 -1
- package/docs/automation/auth-monitoring.md +7 -7
- package/docs/automation/cron-jobs.md +26 -26
- package/docs/automation/cron-vs-heartbeat.md +7 -7
- package/docs/automation/gmail-pubsub.md +25 -25
- package/docs/automation/hooks.md +62 -62
- package/docs/automation/poll.md +7 -7
- package/docs/automation/troubleshooting.md +25 -25
- package/docs/automation/webhook.md +5 -5
- package/docs/brave-search.md +1 -1
- package/docs/channels/bluebubbles.md +12 -12
- package/docs/channels/broadcast-groups.md +6 -6
- package/docs/channels/channel-routing.md +5 -5
- package/docs/channels/discord.md +17 -17
- package/docs/channels/feishu.md +34 -34
- package/docs/channels/googlechat.md +16 -16
- package/docs/channels/group-messages.md +7 -7
- package/docs/channels/groups.md +5 -5
- package/docs/channels/imessage.md +16 -16
- package/docs/channels/index.md +4 -4
- package/docs/channels/line.md +6 -6
- package/docs/channels/location.md +1 -1
- package/docs/channels/matrix.md +20 -20
- package/docs/channels/mattermost.md +8 -8
- package/docs/channels/msteams.md +26 -26
- package/docs/channels/nextcloud-talk.md +7 -7
- package/docs/channels/nostr.md +9 -9
- package/docs/channels/pairing.md +10 -10
- package/docs/channels/signal.md +15 -15
- package/docs/channels/slack.md +22 -22
- package/docs/channels/telegram.md +24 -24
- package/docs/channels/tlon.md +5 -5
- package/docs/channels/troubleshooting.md +17 -17
- package/docs/channels/twitch.md +11 -11
- package/docs/channels/whatsapp.md +25 -25
- package/docs/channels/zalo.md +8 -8
- package/docs/channels/zalouser.md +12 -12
- package/docs/cli/acp.md +24 -24
- package/docs/cli/agent.md +6 -6
- package/docs/cli/agents.md +12 -12
- package/docs/cli/approvals.md +14 -14
- package/docs/cli/browser.md +24 -24
- package/docs/cli/channels.md +21 -21
- package/docs/cli/config.md +15 -15
- package/docs/cli/configure.md +6 -6
- package/docs/cli/cron.md +6 -6
- package/docs/cli/dashboard.md +4 -4
- package/docs/cli/devices.md +13 -13
- package/docs/cli/directory.md +12 -12
- package/docs/cli/dns.md +5 -5
- package/docs/cli/docs.md +5 -5
- package/docs/cli/doctor.md +6 -6
- package/docs/cli/gateway.md +24 -24
- package/docs/cli/health.md +5 -5
- package/docs/cli/hooks.md +35 -35
- package/docs/cli/index.md +43 -43
- package/docs/cli/logs.md +6 -6
- package/docs/cli/memory.md +11 -11
- package/docs/cli/message.md +11 -11
- package/docs/cli/models.md +15 -15
- package/docs/cli/node.md +14 -14
- package/docs/cli/nodes.md +14 -14
- package/docs/cli/onboard.md +9 -9
- package/docs/cli/pairing.md +4 -4
- package/docs/cli/plugins.md +16 -16
- package/docs/cli/reset.md +5 -5
- package/docs/cli/sandbox.md +28 -28
- package/docs/cli/security.md +5 -5
- package/docs/cli/sessions.md +5 -5
- package/docs/cli/setup.md +6 -6
- package/docs/cli/skills.md +7 -7
- package/docs/cli/status.md +7 -7
- package/docs/cli/system.md +6 -6
- package/docs/cli/tui.md +5 -5
- package/docs/cli/uninstall.md +5 -5
- package/docs/cli/update.md +20 -20
- package/docs/cli/voicecall.md +9 -9
- package/docs/cli/webhooks.md +5 -5
- package/docs/concepts/agent-loop.md +5 -5
- package/docs/concepts/agent-workspace.md +26 -26
- package/docs/concepts/agent.md +12 -12
- package/docs/concepts/architecture.md +1 -1
- package/docs/concepts/compaction.md +5 -5
- package/docs/concepts/context.md +6 -6
- package/docs/concepts/features.md +2 -2
- package/docs/concepts/markdown-formatting.md +3 -3
- package/docs/concepts/memory.md +29 -29
- package/docs/concepts/messages.md +4 -4
- package/docs/concepts/model-failover.md +14 -14
- package/docs/concepts/model-providers.md +21 -21
- package/docs/concepts/models.md +27 -27
- package/docs/concepts/multi-agent.md +31 -31
- package/docs/concepts/oauth.md +21 -21
- package/docs/concepts/presence.md +2 -2
- package/docs/concepts/retry.md +1 -1
- package/docs/concepts/session-pruning.md +1 -1
- package/docs/concepts/session-tool.md +4 -4
- package/docs/concepts/session.md +16 -16
- package/docs/concepts/streaming.md +3 -3
- package/docs/concepts/system-prompt.md +12 -12
- package/docs/concepts/timezone.md +2 -2
- package/docs/concepts/typebox.md +3 -3
- package/docs/concepts/typing-indicators.md +2 -2
- package/docs/concepts/usage-tracking.md +3 -3
- package/docs/date-time.md +2 -2
- package/docs/debug/node-issue.md +6 -6
- package/docs/diagnostics/flags.md +5 -5
- package/docs/docs.json +8 -8
- package/docs/experiments/plans/cron-add-hardening.md +1 -1
- package/docs/experiments/plans/openresponses-gateway.md +2 -2
- package/docs/experiments/research/memory.md +12 -12
- package/docs/gateway/authentication.md +22 -22
- package/docs/gateway/background-process.md +1 -1
- package/docs/gateway/bonjour.md +17 -17
- package/docs/gateway/bridge-protocol.md +2 -2
- package/docs/gateway/cli-backends.md +12 -12
- package/docs/gateway/configuration-examples.md +24 -24
- package/docs/gateway/configuration.md +147 -147
- package/docs/gateway/discovery.md +5 -5
- package/docs/gateway/doctor.md +26 -26
- package/docs/gateway/gateway-lock.md +1 -1
- package/docs/gateway/health.md +11 -11
- package/docs/gateway/heartbeat.md +5 -5
- package/docs/gateway/index.md +53 -53
- package/docs/gateway/local-models.md +2 -2
- package/docs/gateway/logging.md +8 -8
- package/docs/gateway/multiple-gateways.md +20 -20
- package/docs/gateway/network-model.md +2 -2
- package/docs/gateway/openai-http-api.md +10 -10
- package/docs/gateway/openresponses-http-api.md +10 -10
- package/docs/gateway/pairing.md +8 -8
- package/docs/gateway/protocol.md +3 -3
- package/docs/gateway/remote-gateway-readme.md +9 -9
- package/docs/gateway/remote.md +3 -3
- package/docs/gateway/sandbox-vs-tool-policy-vs-elevated.md +7 -7
- package/docs/gateway/sandboxing.md +6 -6
- package/docs/gateway/security/index.md +56 -56
- package/docs/gateway/tailscale.md +7 -7
- package/docs/gateway/tools-invoke-http-api.md +3 -3
- package/docs/gateway/troubleshooting.md +57 -57
- package/docs/help/debugging.md +14 -14
- package/docs/help/environment.md +4 -4
- package/docs/help/faq.md +344 -344
- package/docs/help/scripts.md +1 -1
- package/docs/help/testing.md +13 -13
- package/docs/help/troubleshooting.md +55 -55
- package/docs/hooks/soul-evil.md +2 -2
- package/docs/index.md +21 -21
- package/docs/install/ansible.md +35 -35
- package/docs/install/development-channels.md +10 -10
- package/docs/install/docker.md +37 -37
- package/docs/install/exe-dev.md +18 -18
- package/docs/install/fly.md +21 -21
- package/docs/install/gcp.md +48 -48
- package/docs/install/hetzner.md +35 -35
- package/docs/install/index.md +26 -26
- package/docs/install/installer.md +68 -68
- package/docs/install/macos-vm.md +27 -27
- package/docs/install/migrating.md +28 -28
- package/docs/install/nix.md +17 -17
- package/docs/install/node.md +6 -6
- package/docs/install/uninstall.md +29 -29
- package/docs/install/updating.md +51 -51
- package/docs/logging.md +58 -58
- package/docs/network.md +1 -1
- package/docs/nodes/audio.md +2 -2
- package/docs/nodes/camera.md +18 -18
- package/docs/nodes/images.md +4 -4
- package/docs/nodes/index.md +58 -58
- package/docs/nodes/location-command.md +2 -2
- package/docs/nodes/media-understanding.md +5 -5
- package/docs/nodes/talk.md +1 -1
- package/docs/nodes/troubleshooting.md +19 -19
- package/docs/nodes/voicewake.md +3 -3
- package/docs/perplexity.md +2 -2
- package/docs/pi-dev.md +6 -6
- package/docs/pi.md +21 -21
- package/docs/platforms/android.md +11 -11
- package/docs/platforms/digitalocean.md +26 -26
- package/docs/platforms/index.md +8 -8
- package/docs/platforms/ios.md +12 -12
- package/docs/platforms/linux.md +11 -11
- package/docs/platforms/mac/bundled-gateway.md +14 -14
- package/docs/platforms/mac/canvas.md +13 -13
- package/docs/platforms/mac/child-process.md +5 -5
- package/docs/platforms/mac/dev-setup.md +10 -10
- package/docs/platforms/mac/health.md +2 -2
- package/docs/platforms/mac/icon.md +1 -1
- package/docs/platforms/mac/logging.md +4 -4
- package/docs/platforms/mac/menu-bar.md +1 -1
- package/docs/platforms/mac/peekaboo.md +9 -9
- package/docs/platforms/mac/permissions.md +2 -2
- package/docs/platforms/mac/release.md +16 -16
- package/docs/platforms/mac/remote.md +14 -14
- package/docs/platforms/mac/signing.md +7 -7
- package/docs/platforms/mac/skills.md +4 -4
- package/docs/platforms/mac/webchat.md +1 -1
- package/docs/platforms/mac/xpc.md +4 -4
- package/docs/platforms/macos.md +16 -16
- package/docs/platforms/oracle.md +35 -35
- package/docs/platforms/raspberry-pi.md +22 -22
- package/docs/platforms/windows.md +11 -11
- package/docs/plugins/agent-tools.md +1 -1
- package/docs/plugins/manifest.md +4 -4
- package/docs/plugins/voice-call.md +12 -12
- package/docs/plugins/zalouser.md +9 -9
- package/docs/prose.md +9 -9
- package/docs/providers/anthropic.md +17 -17
- package/docs/providers/bedrock.md +10 -10
- package/docs/providers/claude-max-api-proxy.md +4 -4
- package/docs/providers/cloudflare-ai-gateway.md +5 -5
- package/docs/providers/deepgram.md +2 -2
- package/docs/providers/github-copilot.md +11 -11
- package/docs/providers/glm.md +4 -4
- package/docs/providers/index.md +3 -3
- package/docs/providers/minimax.md +13 -13
- package/docs/providers/models.md +3 -3
- package/docs/providers/moonshot.md +2 -2
- package/docs/providers/ollama.md +12 -12
- package/docs/providers/openai.md +6 -6
- package/docs/providers/opencode.md +3 -3
- package/docs/providers/openrouter.md +3 -3
- package/docs/providers/qianfan.md +5 -5
- package/docs/providers/qwen.md +6 -6
- package/docs/providers/synthetic.md +4 -4
- package/docs/providers/venice.md +21 -21
- package/docs/providers/vercel-ai-gateway.md +4 -4
- package/docs/providers/xiaomi.md +5 -5
- package/docs/providers/zai.md +5 -5
- package/docs/refactor/exec-host.md +5 -5
- package/docs/refactor/plugin-sdk.md +12 -12
- package/docs/refactor/strict-config.md +11 -11
- package/docs/reference/AGENTS.default.md +17 -17
- package/docs/reference/RELEASING.md +29 -29
- package/docs/reference/api-usage-costs.md +6 -6
- package/docs/reference/credits.md +1 -1
- package/docs/reference/device-models.md +7 -7
- package/docs/reference/rpc.md +3 -3
- package/docs/reference/session-management-compaction.md +19 -19
- package/docs/reference/templates/AGENTS.dev.md +1 -1
- package/docs/reference/templates/AGENTS.md +27 -87
- package/docs/reference/templates/BOOT.md +1 -1
- package/docs/reference/templates/HEARTBEAT.md +62 -8
- package/docs/reference/templates/IDENTITY.md +1 -1
- package/docs/reference/templates/SOUL.md +33 -10
- package/docs/reference/templates/TOOLS.dev.md +1 -1
- package/docs/reference/templates/USER.dev.md +2 -2
- package/docs/reference/test.md +2 -2
- package/docs/reference/token-use.md +7 -7
- package/docs/reference/transcript-hygiene.md +1 -1
- package/docs/reference/wizard.md +25 -25
- package/docs/security/formal-verification.md +7 -7
- package/docs/start/{openclaw.md → SkyKoi.md} +30 -30
- package/docs/start/bootstrapping.md +3 -3
- package/docs/start/docs-directory.md +2 -2
- package/docs/start/getting-started.md +11 -11
- package/docs/start/hubs.md +4 -4
- package/docs/start/lore.md +21 -21
- package/docs/start/onboarding.md +3 -3
- package/docs/start/quickstart.md +1 -1
- package/docs/start/setup.md +23 -23
- package/docs/start/showcase.md +45 -45
- package/docs/start/wizard-cli-automation.md +15 -15
- package/docs/start/wizard-cli-reference.md +18 -18
- package/docs/start/wizard.md +11 -11
- package/docs/tools/agent-send.md +10 -10
- package/docs/tools/browser-linux-troubleshooting.md +16 -16
- package/docs/tools/browser-login.md +6 -6
- package/docs/tools/browser.md +127 -127
- package/docs/tools/chrome-extension.md +17 -17
- package/docs/tools/clawhub.md +51 -51
- package/docs/tools/creating-skills.md +7 -7
- package/docs/tools/exec-approvals.md +5 -5
- package/docs/tools/exec.md +4 -4
- package/docs/tools/firecrawl.md +2 -2
- package/docs/tools/index.md +13 -13
- package/docs/tools/llm-task.md +2 -2
- package/docs/tools/lobster.md +13 -13
- package/docs/tools/multi-agent-sandbox-tools.md +15 -15
- package/docs/tools/plugin.md +64 -64
- package/docs/tools/skills-config.md +2 -2
- package/docs/tools/skills.md +39 -39
- package/docs/tools/slash-commands.md +8 -8
- package/docs/tools/web.md +8 -8
- package/docs/tts.md +11 -11
- package/docs/vps.md +1 -1
- package/docs/web/control-ui.md +11 -11
- package/docs/web/dashboard.md +3 -3
- package/docs/web/index.md +4 -4
- package/docs/web/tui.md +7 -7
- package/docs/zh-CN/AGENTS.md +1 -1
- package/docs/zh-CN/automation/auth-monitoring.md +6 -6
- package/docs/zh-CN/automation/cron-jobs.md +23 -23
- package/docs/zh-CN/automation/cron-vs-heartbeat.md +7 -7
- package/docs/zh-CN/automation/gmail-pubsub.md +25 -25
- package/docs/zh-CN/automation/hooks.md +62 -62
- package/docs/zh-CN/automation/poll.md +7 -7
- package/docs/zh-CN/automation/webhook.md +5 -5
- package/docs/zh-CN/brave-search.md +1 -1
- package/docs/zh-CN/channels/bluebubbles.md +12 -12
- package/docs/zh-CN/channels/broadcast-groups.md +6 -6
- package/docs/zh-CN/channels/channel-routing.md +5 -5
- package/docs/zh-CN/channels/discord.md +16 -16
- package/docs/zh-CN/channels/feishu.md +32 -32
- package/docs/zh-CN/channels/googlechat.md +16 -16
- package/docs/zh-CN/channels/group-messages.md +7 -7
- package/docs/zh-CN/channels/groups.md +4 -4
- package/docs/zh-CN/channels/imessage.md +13 -13
- package/docs/zh-CN/channels/index.md +4 -4
- package/docs/zh-CN/channels/line.md +6 -6
- package/docs/zh-CN/channels/location.md +1 -1
- package/docs/zh-CN/channels/matrix.md +13 -13
- package/docs/zh-CN/channels/mattermost.md +8 -8
- package/docs/zh-CN/channels/msteams.md +26 -26
- package/docs/zh-CN/channels/nextcloud-talk.md +7 -7
- package/docs/zh-CN/channels/nostr.md +9 -9
- package/docs/zh-CN/channels/pairing.md +10 -10
- package/docs/zh-CN/channels/signal.md +9 -9
- package/docs/zh-CN/channels/slack.md +16 -16
- package/docs/zh-CN/channels/telegram.md +24 -24
- package/docs/zh-CN/channels/tlon.md +5 -5
- package/docs/zh-CN/channels/troubleshooting.md +2 -2
- package/docs/zh-CN/channels/twitch.md +11 -11
- package/docs/zh-CN/channels/whatsapp.md +25 -25
- package/docs/zh-CN/channels/zalo.md +8 -8
- package/docs/zh-CN/channels/zalouser.md +12 -12
- package/docs/zh-CN/cli/acp.md +24 -24
- package/docs/zh-CN/cli/agent.md +6 -6
- package/docs/zh-CN/cli/agents.md +12 -12
- package/docs/zh-CN/cli/approvals.md +14 -14
- package/docs/zh-CN/cli/browser.md +24 -24
- package/docs/zh-CN/cli/channels.md +21 -21
- package/docs/zh-CN/cli/config.md +15 -15
- package/docs/zh-CN/cli/configure.md +5 -5
- package/docs/zh-CN/cli/cron.md +5 -5
- package/docs/zh-CN/cli/dashboard.md +4 -4
- package/docs/zh-CN/cli/devices.md +13 -13
- package/docs/zh-CN/cli/directory.md +12 -12
- package/docs/zh-CN/cli/dns.md +5 -5
- package/docs/zh-CN/cli/docs.md +5 -5
- package/docs/zh-CN/cli/doctor.md +6 -6
- package/docs/zh-CN/cli/gateway.md +24 -24
- package/docs/zh-CN/cli/health.md +5 -5
- package/docs/zh-CN/cli/hooks.md +35 -35
- package/docs/zh-CN/cli/index.md +43 -43
- package/docs/zh-CN/cli/logs.md +6 -6
- package/docs/zh-CN/cli/memory.md +11 -11
- package/docs/zh-CN/cli/message.md +11 -11
- package/docs/zh-CN/cli/models.md +15 -15
- package/docs/zh-CN/cli/node.md +14 -14
- package/docs/zh-CN/cli/nodes.md +14 -14
- package/docs/zh-CN/cli/onboard.md +7 -7
- package/docs/zh-CN/cli/pairing.md +4 -4
- package/docs/zh-CN/cli/plugins.md +16 -16
- package/docs/zh-CN/cli/reset.md +5 -5
- package/docs/zh-CN/cli/sandbox.md +28 -28
- package/docs/zh-CN/cli/security.md +5 -5
- package/docs/zh-CN/cli/sessions.md +5 -5
- package/docs/zh-CN/cli/setup.md +6 -6
- package/docs/zh-CN/cli/skills.md +7 -7
- package/docs/zh-CN/cli/status.md +7 -7
- package/docs/zh-CN/cli/system.md +6 -6
- package/docs/zh-CN/cli/tui.md +5 -5
- package/docs/zh-CN/cli/uninstall.md +5 -5
- package/docs/zh-CN/cli/update.md +20 -20
- package/docs/zh-CN/cli/voicecall.md +9 -9
- package/docs/zh-CN/cli/webhooks.md +5 -5
- package/docs/zh-CN/concepts/agent-loop.md +5 -5
- package/docs/zh-CN/concepts/agent-workspace.md +26 -26
- package/docs/zh-CN/concepts/agent.md +12 -12
- package/docs/zh-CN/concepts/architecture.md +1 -1
- package/docs/zh-CN/concepts/compaction.md +5 -5
- package/docs/zh-CN/concepts/context.md +6 -6
- package/docs/zh-CN/concepts/features.md +2 -2
- package/docs/zh-CN/concepts/markdown-formatting.md +3 -3
- package/docs/zh-CN/concepts/memory.md +15 -15
- package/docs/zh-CN/concepts/messages.md +4 -4
- package/docs/zh-CN/concepts/model-failover.md +13 -13
- package/docs/zh-CN/concepts/model-providers.md +21 -21
- package/docs/zh-CN/concepts/models.md +27 -27
- package/docs/zh-CN/concepts/multi-agent.md +31 -31
- package/docs/zh-CN/concepts/oauth.md +21 -21
- package/docs/zh-CN/concepts/presence.md +2 -2
- package/docs/zh-CN/concepts/retry.md +1 -1
- package/docs/zh-CN/concepts/session-pruning.md +1 -1
- package/docs/zh-CN/concepts/session-tool.md +4 -4
- package/docs/zh-CN/concepts/session.md +14 -14
- package/docs/zh-CN/concepts/streaming.md +3 -3
- package/docs/zh-CN/concepts/system-prompt.md +9 -9
- package/docs/zh-CN/concepts/timezone.md +2 -2
- package/docs/zh-CN/concepts/typebox.md +3 -3
- package/docs/zh-CN/concepts/typing-indicators.md +2 -2
- package/docs/zh-CN/concepts/usage-tracking.md +3 -3
- package/docs/zh-CN/date-time.md +2 -2
- package/docs/zh-CN/debug/node-issue.md +6 -6
- package/docs/zh-CN/diagnostics/flags.md +5 -5
- package/docs/zh-CN/experiments/plans/cron-add-hardening.md +1 -1
- package/docs/zh-CN/experiments/plans/openresponses-gateway.md +2 -2
- package/docs/zh-CN/experiments/research/memory.md +12 -12
- package/docs/zh-CN/gateway/authentication.md +22 -22
- package/docs/zh-CN/gateway/background-process.md +1 -1
- package/docs/zh-CN/gateway/bonjour.md +17 -17
- package/docs/zh-CN/gateway/bridge-protocol.md +2 -2
- package/docs/zh-CN/gateway/cli-backends.md +11 -11
- package/docs/zh-CN/gateway/configuration-examples.md +24 -24
- package/docs/zh-CN/gateway/configuration.md +143 -143
- package/docs/zh-CN/gateway/discovery.md +5 -5
- package/docs/zh-CN/gateway/doctor.md +26 -26
- package/docs/zh-CN/gateway/gateway-lock.md +1 -1
- package/docs/zh-CN/gateway/health.md +11 -11
- package/docs/zh-CN/gateway/heartbeat.md +5 -5
- package/docs/zh-CN/gateway/index.md +53 -53
- package/docs/zh-CN/gateway/local-models.md +2 -2
- package/docs/zh-CN/gateway/logging.md +8 -8
- package/docs/zh-CN/gateway/multiple-gateways.md +20 -20
- package/docs/zh-CN/gateway/network-model.md +2 -2
- package/docs/zh-CN/gateway/openai-http-api.md +10 -10
- package/docs/zh-CN/gateway/openresponses-http-api.md +10 -10
- package/docs/zh-CN/gateway/pairing.md +8 -8
- package/docs/zh-CN/gateway/protocol.md +3 -3
- package/docs/zh-CN/gateway/remote-gateway-readme.md +9 -9
- package/docs/zh-CN/gateway/remote.md +3 -3
- package/docs/zh-CN/gateway/sandbox-vs-tool-policy-vs-elevated.md +7 -7
- package/docs/zh-CN/gateway/sandboxing.md +6 -6
- package/docs/zh-CN/gateway/security/index.md +54 -54
- package/docs/zh-CN/gateway/tailscale.md +7 -7
- package/docs/zh-CN/gateway/tools-invoke-http-api.md +3 -3
- package/docs/zh-CN/gateway/troubleshooting.md +112 -112
- package/docs/zh-CN/help/debugging.md +14 -14
- package/docs/zh-CN/help/environment.md +4 -4
- package/docs/zh-CN/help/faq.md +341 -341
- package/docs/zh-CN/help/scripts.md +1 -1
- package/docs/zh-CN/help/testing.md +13 -13
- package/docs/zh-CN/help/troubleshooting.md +16 -16
- package/docs/zh-CN/hooks/soul-evil.md +2 -2
- package/docs/zh-CN/index.md +20 -20
- package/docs/zh-CN/install/ansible.md +35 -35
- package/docs/zh-CN/install/development-channels.md +10 -10
- package/docs/zh-CN/install/docker.md +36 -36
- package/docs/zh-CN/install/exe-dev.md +16 -16
- package/docs/zh-CN/install/fly.md +21 -21
- package/docs/zh-CN/install/gcp.md +48 -48
- package/docs/zh-CN/install/hetzner.md +35 -35
- package/docs/zh-CN/install/index.md +35 -35
- package/docs/zh-CN/install/installer.md +24 -24
- package/docs/zh-CN/install/macos-vm.md +27 -27
- package/docs/zh-CN/install/migrating.md +28 -28
- package/docs/zh-CN/install/nix.md +17 -17
- package/docs/zh-CN/install/node.md +1 -1
- package/docs/zh-CN/install/uninstall.md +29 -29
- package/docs/zh-CN/install/updating.md +51 -51
- package/docs/zh-CN/logging.md +43 -43
- package/docs/zh-CN/network.md +1 -1
- package/docs/zh-CN/nodes/audio.md +2 -2
- package/docs/zh-CN/nodes/camera.md +18 -18
- package/docs/zh-CN/nodes/images.md +4 -4
- package/docs/zh-CN/nodes/index.md +58 -58
- package/docs/zh-CN/nodes/location-command.md +2 -2
- package/docs/zh-CN/nodes/media-understanding.md +5 -5
- package/docs/zh-CN/nodes/talk.md +1 -1
- package/docs/zh-CN/nodes/voicewake.md +3 -3
- package/docs/zh-CN/perplexity.md +2 -2
- package/docs/zh-CN/pi-dev.md +6 -6
- package/docs/zh-CN/pi.md +21 -21
- package/docs/zh-CN/platforms/android.md +11 -11
- package/docs/zh-CN/platforms/digitalocean.md +26 -26
- package/docs/zh-CN/platforms/index.md +8 -8
- package/docs/zh-CN/platforms/ios.md +12 -12
- package/docs/zh-CN/platforms/linux.md +11 -11
- package/docs/zh-CN/platforms/mac/bundled-gateway.md +13 -13
- package/docs/zh-CN/platforms/mac/canvas.md +13 -13
- package/docs/zh-CN/platforms/mac/child-process.md +5 -5
- package/docs/zh-CN/platforms/mac/dev-setup.md +10 -10
- package/docs/zh-CN/platforms/mac/health.md +2 -2
- package/docs/zh-CN/platforms/mac/icon.md +1 -1
- package/docs/zh-CN/platforms/mac/logging.md +4 -4
- package/docs/zh-CN/platforms/mac/menu-bar.md +1 -1
- package/docs/zh-CN/platforms/mac/peekaboo.md +9 -9
- package/docs/zh-CN/platforms/mac/permissions.md +1 -1
- package/docs/zh-CN/platforms/mac/release.md +16 -16
- package/docs/zh-CN/platforms/mac/remote.md +14 -14
- package/docs/zh-CN/platforms/mac/signing.md +7 -7
- package/docs/zh-CN/platforms/mac/skills.md +4 -4
- package/docs/zh-CN/platforms/mac/webchat.md +1 -1
- package/docs/zh-CN/platforms/mac/xpc.md +4 -4
- package/docs/zh-CN/platforms/macos.md +16 -16
- package/docs/zh-CN/platforms/oracle.md +35 -35
- package/docs/zh-CN/platforms/raspberry-pi.md +22 -22
- package/docs/zh-CN/platforms/windows.md +11 -11
- package/docs/zh-CN/plugins/agent-tools.md +1 -1
- package/docs/zh-CN/plugins/manifest.md +3 -3
- package/docs/zh-CN/plugins/voice-call.md +12 -12
- package/docs/zh-CN/plugins/zalouser.md +9 -9
- package/docs/zh-CN/prose.md +9 -9
- package/docs/zh-CN/providers/anthropic.md +17 -17
- package/docs/zh-CN/providers/bedrock.md +9 -9
- package/docs/zh-CN/providers/claude-max-api-proxy.md +4 -4
- package/docs/zh-CN/providers/deepgram.md +2 -2
- package/docs/zh-CN/providers/github-copilot.md +11 -11
- package/docs/zh-CN/providers/glm.md +4 -4
- package/docs/zh-CN/providers/index.md +3 -3
- package/docs/zh-CN/providers/minimax.md +13 -13
- package/docs/zh-CN/providers/models.md +3 -3
- package/docs/zh-CN/providers/moonshot.md +2 -2
- package/docs/zh-CN/providers/ollama.md +11 -11
- package/docs/zh-CN/providers/openai.md +6 -6
- package/docs/zh-CN/providers/opencode.md +3 -3
- package/docs/zh-CN/providers/openrouter.md +3 -3
- package/docs/zh-CN/providers/qianfan.md +1 -1
- package/docs/zh-CN/providers/qwen.md +6 -6
- package/docs/zh-CN/providers/synthetic.md +4 -4
- package/docs/zh-CN/providers/venice.md +21 -21
- package/docs/zh-CN/providers/vercel-ai-gateway.md +4 -4
- package/docs/zh-CN/providers/xiaomi.md +5 -5
- package/docs/zh-CN/providers/zai.md +5 -5
- package/docs/zh-CN/refactor/exec-host.md +5 -5
- package/docs/zh-CN/refactor/plugin-sdk.md +12 -12
- package/docs/zh-CN/refactor/strict-config.md +11 -11
- package/docs/zh-CN/reference/AGENTS.default.md +17 -17
- package/docs/zh-CN/reference/RELEASING.md +28 -28
- package/docs/zh-CN/reference/api-usage-costs.md +6 -6
- package/docs/zh-CN/reference/credits.md +1 -1
- package/docs/zh-CN/reference/device-models.md +7 -7
- package/docs/zh-CN/reference/rpc.md +3 -3
- package/docs/zh-CN/reference/session-management-compaction.md +19 -19
- package/docs/zh-CN/reference/templates/AGENTS.dev.md +1 -1
- package/docs/zh-CN/reference/templates/BOOT.md +1 -1
- package/docs/zh-CN/reference/templates/IDENTITY.md +1 -1
- package/docs/zh-CN/reference/templates/TOOLS.dev.md +1 -1
- package/docs/zh-CN/reference/templates/USER.dev.md +2 -2
- package/docs/zh-CN/reference/test.md +2 -2
- package/docs/zh-CN/reference/token-use.md +7 -7
- package/docs/zh-CN/reference/transcript-hygiene.md +1 -1
- package/docs/zh-CN/security/formal-verification.md +7 -7
- package/docs/zh-CN/start/{openclaw.md → SkyKoi.md} +35 -35
- package/docs/zh-CN/start/docs-directory.md +2 -2
- package/docs/zh-CN/start/getting-started.md +29 -29
- package/docs/zh-CN/start/hubs.md +3 -3
- package/docs/zh-CN/start/lore.md +21 -21
- package/docs/zh-CN/start/onboarding.md +7 -7
- package/docs/zh-CN/start/quickstart.md +17 -17
- package/docs/zh-CN/start/setup.md +22 -22
- package/docs/zh-CN/start/showcase.md +45 -45
- package/docs/zh-CN/start/wizard.md +30 -30
- package/docs/zh-CN/tools/agent-send.md +10 -10
- package/docs/zh-CN/tools/browser-linux-troubleshooting.md +16 -16
- package/docs/zh-CN/tools/browser-login.md +6 -6
- package/docs/zh-CN/tools/browser.md +127 -127
- package/docs/zh-CN/tools/chrome-extension.md +17 -17
- package/docs/zh-CN/tools/clawhub.md +44 -44
- package/docs/zh-CN/tools/creating-skills.md +7 -7
- package/docs/zh-CN/tools/exec-approvals.md +5 -5
- package/docs/zh-CN/tools/exec.md +4 -4
- package/docs/zh-CN/tools/firecrawl.md +2 -2
- package/docs/zh-CN/tools/index.md +13 -13
- package/docs/zh-CN/tools/llm-task.md +2 -2
- package/docs/zh-CN/tools/lobster.md +13 -13
- package/docs/zh-CN/tools/multi-agent-sandbox-tools.md +15 -15
- package/docs/zh-CN/tools/plugin.md +63 -63
- package/docs/zh-CN/tools/skills-config.md +2 -2
- package/docs/zh-CN/tools/skills.md +34 -34
- package/docs/zh-CN/tools/slash-commands.md +8 -8
- package/docs/zh-CN/tools/web.md +6 -6
- package/docs/zh-CN/tts.md +10 -10
- package/docs/zh-CN/vps.md +1 -1
- package/docs/zh-CN/web/control-ui.md +11 -11
- package/docs/zh-CN/web/dashboard.md +4 -4
- package/docs/zh-CN/web/index.md +4 -4
- package/docs/zh-CN/web/tui.md +7 -7
- package/extensions/bluebubbles/README.md +2 -2
- package/extensions/bluebubbles/index.ts +3 -3
- package/extensions/bluebubbles/package.json +5 -5
- package/extensions/bluebubbles/src/accounts.ts +9 -9
- package/extensions/bluebubbles/src/actions.test.ts +22 -22
- package/extensions/bluebubbles/src/actions.ts +1 -1
- package/extensions/bluebubbles/src/attachments.ts +2 -2
- package/extensions/bluebubbles/src/channel.ts +4 -4
- package/extensions/bluebubbles/src/chat.ts +2 -2
- package/extensions/bluebubbles/src/config-schema.ts +1 -1
- package/extensions/bluebubbles/src/media-send.ts +2 -2
- package/extensions/bluebubbles/src/monitor.test.ts +50 -50
- package/extensions/bluebubbles/src/monitor.ts +6 -6
- package/extensions/bluebubbles/src/onboarding.ts +9 -9
- package/extensions/bluebubbles/src/reactions.ts +2 -2
- package/extensions/bluebubbles/src/runtime.ts +1 -1
- package/extensions/bluebubbles/src/send.ts +3 -3
- package/extensions/copilot-proxy/README.md +3 -3
- package/extensions/copilot-proxy/index.ts +1 -1
- package/extensions/copilot-proxy/package.json +4 -4
- package/extensions/diagnostics-otel/index.ts +3 -3
- package/extensions/diagnostics-otel/package.json +4 -4
- package/extensions/diagnostics-otel/src/service.test.ts +15 -15
- package/extensions/diagnostics-otel/src/service.ts +85 -85
- package/extensions/discord/index.ts +3 -3
- package/extensions/discord/package.json +4 -4
- package/extensions/discord/src/channel.ts +1 -1
- package/extensions/discord/src/runtime.ts +1 -1
- package/extensions/feishu/index.ts +3 -3
- package/extensions/feishu/package.json +5 -5
- package/extensions/feishu/src/accounts.ts +9 -9
- package/extensions/feishu/src/bitable.ts +2 -2
- package/extensions/feishu/src/bot.ts +4 -4
- package/extensions/feishu/src/channel.ts +3 -3
- package/extensions/feishu/src/directory.ts +5 -5
- package/extensions/feishu/src/docx.ts +2 -2
- package/extensions/feishu/src/drive.ts +2 -2
- package/extensions/feishu/src/media.ts +8 -8
- package/extensions/feishu/src/monitor.ts +3 -3
- package/extensions/feishu/src/onboarding.ts +10 -10
- package/extensions/feishu/src/outbound.ts +1 -1
- package/extensions/feishu/src/perm.ts +2 -2
- package/extensions/feishu/src/policy.ts +1 -1
- package/extensions/feishu/src/reactions.ts +4 -4
- package/extensions/feishu/src/reply-dispatcher.ts +3 -3
- package/extensions/feishu/src/runtime.ts +1 -1
- package/extensions/feishu/src/send.ts +7 -7
- package/extensions/feishu/src/typing.ts +3 -3
- package/extensions/feishu/src/wiki.ts +2 -2
- package/extensions/google-antigravity-auth/README.md +3 -3
- package/extensions/google-antigravity-auth/index.ts +2 -2
- package/extensions/google-antigravity-auth/package.json +4 -4
- package/extensions/google-gemini-cli-auth/README.md +3 -3
- package/extensions/google-gemini-cli-auth/index.ts +1 -1
- package/extensions/google-gemini-cli-auth/oauth.ts +2 -2
- package/extensions/google-gemini-cli-auth/package.json +4 -4
- package/extensions/googlechat/index.ts +4 -4
- package/extensions/googlechat/package.json +6 -6
- package/extensions/googlechat/src/accounts.ts +9 -9
- package/extensions/googlechat/src/actions.ts +5 -5
- package/extensions/googlechat/src/api.ts +1 -1
- package/extensions/googlechat/src/channel.ts +5 -5
- package/extensions/googlechat/src/monitor.ts +9 -9
- package/extensions/googlechat/src/onboarding.ts +11 -11
- package/extensions/googlechat/src/runtime.ts +1 -1
- package/extensions/googlechat/src/types.config.ts +1 -1
- package/extensions/imessage/index.ts +3 -3
- package/extensions/imessage/package.json +4 -4
- package/extensions/imessage/src/channel.ts +1 -1
- package/extensions/imessage/src/runtime.ts +1 -1
- package/extensions/line/index.ts +3 -3
- package/extensions/line/package.json +5 -5
- package/extensions/line/src/card-command.ts +3 -3
- package/extensions/line/src/channel.logout.test.ts +4 -4
- package/extensions/line/src/channel.sendPayload.test.ts +8 -8
- package/extensions/line/src/channel.ts +5 -5
- package/extensions/line/src/runtime.ts +1 -1
- package/extensions/llm-task/README.md +4 -4
- package/extensions/llm-task/index.ts +2 -2
- package/extensions/llm-task/package.json +4 -4
- package/extensions/llm-task/src/llm-task-tool.ts +6 -6
- package/extensions/lobster/README.md +7 -7
- package/extensions/lobster/index.ts +2 -2
- package/extensions/lobster/package.json +3 -3
- package/extensions/lobster/src/lobster-tool.test.ts +7 -7
- package/extensions/lobster/src/lobster-tool.ts +2 -2
- package/extensions/matrix/CHANGELOG.md +17 -17
- package/extensions/matrix/index.ts +3 -3
- package/extensions/matrix/package.json +5 -5
- package/extensions/matrix/src/actions.ts +1 -1
- package/extensions/matrix/src/channel.directory.test.ts +1 -1
- package/extensions/matrix/src/channel.ts +1 -1
- package/extensions/matrix/src/config-schema.ts +1 -1
- package/extensions/matrix/src/directory-live.ts +1 -1
- package/extensions/matrix/src/group-mentions.ts +1 -1
- package/extensions/matrix/src/matrix/accounts.ts +1 -1
- package/extensions/matrix/src/matrix/client/config.ts +1 -1
- package/extensions/matrix/src/matrix/deps.ts +1 -1
- package/extensions/matrix/src/matrix/monitor/allowlist.ts +1 -1
- package/extensions/matrix/src/matrix/monitor/auto-join.ts +1 -1
- package/extensions/matrix/src/matrix/monitor/events.ts +1 -1
- package/extensions/matrix/src/matrix/monitor/handler.ts +5 -5
- package/extensions/matrix/src/matrix/monitor/index.ts +1 -1
- package/extensions/matrix/src/matrix/monitor/location.ts +1 -1
- package/extensions/matrix/src/matrix/monitor/media.test.ts +1 -1
- package/extensions/matrix/src/matrix/monitor/replies.ts +1 -1
- package/extensions/matrix/src/matrix/monitor/rooms.ts +1 -1
- package/extensions/matrix/src/matrix/poll-types.ts +1 -1
- package/extensions/matrix/src/matrix/send.test.ts +1 -1
- package/extensions/matrix/src/matrix/send.ts +1 -1
- package/extensions/matrix/src/onboarding.ts +2 -2
- package/extensions/matrix/src/outbound.ts +1 -1
- package/extensions/matrix/src/resolve-targets.test.ts +1 -1
- package/extensions/matrix/src/resolve-targets.ts +1 -1
- package/extensions/matrix/src/runtime.ts +1 -1
- package/extensions/matrix/src/tool-actions.ts +1 -1
- package/extensions/mattermost/index.ts +3 -3
- package/extensions/mattermost/package.json +5 -5
- package/extensions/mattermost/src/channel.test.ts +3 -3
- package/extensions/mattermost/src/channel.ts +1 -1
- package/extensions/mattermost/src/config-schema.ts +1 -1
- package/extensions/mattermost/src/group-mentions.ts +1 -1
- package/extensions/mattermost/src/mattermost/accounts.ts +9 -9
- package/extensions/mattermost/src/mattermost/monitor-helpers.ts +5 -5
- package/extensions/mattermost/src/mattermost/monitor.ts +4 -4
- package/extensions/mattermost/src/onboarding-helpers.ts +4 -4
- package/extensions/mattermost/src/onboarding.ts +4 -4
- package/extensions/mattermost/src/runtime.ts +1 -1
- package/extensions/mattermost/src/types.ts +1 -1
- package/extensions/memory-core/index.ts +3 -3
- package/extensions/memory-core/package.json +5 -5
- package/extensions/memory-lancedb/config.ts +2 -2
- package/extensions/memory-lancedb/index.test.ts +2 -2
- package/extensions/memory-lancedb/index.ts +4 -4
- package/extensions/memory-lancedb/package.json +4 -4
- package/extensions/memory-lancedb/skykoi.plugin.json +1 -1
- package/extensions/minimax-portal-auth/README.md +4 -4
- package/extensions/minimax-portal-auth/index.ts +1 -1
- package/extensions/minimax-portal-auth/package.json +4 -4
- package/extensions/msteams/CHANGELOG.md +15 -15
- package/extensions/msteams/index.ts +3 -3
- package/extensions/msteams/package.json +6 -6
- package/extensions/msteams/src/attachments.test.ts +1 -1
- package/extensions/msteams/src/channel.directory.test.ts +2 -2
- package/extensions/msteams/src/channel.ts +3 -3
- package/extensions/msteams/src/conversation-store-fs.test.ts +3 -3
- package/extensions/msteams/src/directory-live.ts +1 -1
- package/extensions/msteams/src/graph-upload.ts +4 -4
- package/extensions/msteams/src/media-helpers.ts +1 -1
- package/extensions/msteams/src/messenger.test.ts +1 -1
- package/extensions/msteams/src/messenger.ts +1 -1
- package/extensions/msteams/src/monitor-handler/message-handler.ts +1 -1
- package/extensions/msteams/src/monitor-handler.ts +2 -2
- package/extensions/msteams/src/monitor.ts +3 -3
- package/extensions/msteams/src/onboarding.ts +11 -11
- package/extensions/msteams/src/outbound.ts +1 -1
- package/extensions/msteams/src/policy.test.ts +1 -1
- package/extensions/msteams/src/policy.ts +2 -2
- package/extensions/msteams/src/polls-store.test.ts +1 -1
- package/extensions/msteams/src/polls.test.ts +4 -4
- package/extensions/msteams/src/polls.ts +8 -8
- package/extensions/msteams/src/probe.test.ts +1 -1
- package/extensions/msteams/src/probe.ts +1 -1
- package/extensions/msteams/src/reply-dispatcher.ts +3 -3
- package/extensions/msteams/src/runtime.ts +1 -1
- package/extensions/msteams/src/send-context.ts +3 -3
- package/extensions/msteams/src/send.ts +5 -5
- package/extensions/msteams/src/token.ts +1 -1
- package/extensions/nextcloud-talk/index.ts +3 -3
- package/extensions/nextcloud-talk/package.json +5 -5
- package/extensions/nextcloud-talk/src/accounts.ts +1 -1
- package/extensions/nextcloud-talk/src/channel.ts +6 -6
- package/extensions/nextcloud-talk/src/config-schema.ts +1 -1
- package/extensions/nextcloud-talk/src/inbound.ts +9 -9
- package/extensions/nextcloud-talk/src/monitor.ts +1 -1
- package/extensions/nextcloud-talk/src/onboarding.ts +2 -2
- package/extensions/nextcloud-talk/src/policy.ts +2 -2
- package/extensions/nextcloud-talk/src/room-info.ts +1 -1
- package/extensions/nextcloud-talk/src/runtime.ts +1 -1
- package/extensions/nextcloud-talk/src/types.ts +1 -1
- package/extensions/nostr/CHANGELOG.md +12 -12
- package/extensions/nostr/README.md +5 -5
- package/extensions/nostr/index.ts +3 -3
- package/extensions/nostr/package.json +6 -6
- package/extensions/nostr/src/channel.ts +2 -2
- package/extensions/nostr/src/config-schema.ts +1 -1
- package/extensions/nostr/src/nostr-state-store.test.ts +3 -3
- package/extensions/nostr/src/runtime.ts +1 -1
- package/extensions/nostr/src/types.ts +4 -4
- package/extensions/open-prose/index.ts +2 -2
- package/extensions/open-prose/package.json +3 -3
- package/extensions/open-prose/skills/prose/SKILL.md +5 -5
- package/extensions/open-prose/skills/prose/prose.md +4 -4
- package/extensions/qwen-portal-auth/README.md +3 -3
- package/extensions/qwen-portal-auth/index.ts +1 -1
- package/extensions/signal/index.ts +3 -3
- package/extensions/signal/package.json +4 -4
- package/extensions/signal/src/channel.ts +1 -1
- package/extensions/signal/src/runtime.ts +1 -1
- package/extensions/slack/index.ts +3 -3
- package/extensions/slack/package.json +4 -4
- package/extensions/slack/src/channel.ts +1 -1
- package/extensions/slack/src/runtime.ts +1 -1
- package/extensions/telegram/index.ts +3 -3
- package/extensions/telegram/package.json +4 -4
- package/extensions/telegram/src/channel.ts +3 -3
- package/extensions/telegram/src/runtime.ts +1 -1
- package/extensions/tlon/README.md +3 -3
- package/extensions/tlon/index.ts +3 -3
- package/extensions/tlon/package.json +5 -5
- package/extensions/tlon/src/channel.ts +9 -9
- package/extensions/tlon/src/config-schema.ts +1 -1
- package/extensions/tlon/src/monitor/discovery.ts +1 -1
- package/extensions/tlon/src/monitor/history.ts +1 -1
- package/extensions/tlon/src/monitor/index.ts +3 -3
- package/extensions/tlon/src/onboarding.ts +4 -4
- package/extensions/tlon/src/runtime.ts +1 -1
- package/extensions/tlon/src/types.ts +3 -3
- package/extensions/twitch/CHANGELOG.md +9 -9
- package/extensions/twitch/README.md +8 -8
- package/extensions/twitch/index.ts +3 -3
- package/extensions/twitch/package.json +4 -4
- package/extensions/twitch/src/actions.ts +1 -1
- package/extensions/twitch/src/config-schema.ts +1 -1
- package/extensions/twitch/src/config.ts +3 -3
- package/extensions/twitch/src/monitor.ts +4 -4
- package/extensions/twitch/src/onboarding.test.ts +1 -1
- package/extensions/twitch/src/onboarding.ts +8 -8
- package/extensions/twitch/src/outbound.test.ts +2 -2
- package/extensions/twitch/src/outbound.ts +2 -2
- package/extensions/twitch/src/plugin.test.ts +2 -2
- package/extensions/twitch/src/plugin.ts +9 -9
- package/extensions/twitch/src/runtime.ts +1 -1
- package/extensions/twitch/src/send.test.ts +2 -2
- package/extensions/twitch/src/send.ts +5 -5
- package/extensions/twitch/src/token.test.ts +8 -8
- package/extensions/twitch/src/token.ts +3 -3
- package/extensions/twitch/src/twitch-client.ts +3 -3
- package/extensions/twitch/src/types.ts +3 -3
- package/extensions/twitch/src/utils/markdown.ts +1 -1
- package/extensions/voice-call/CHANGELOG.md +19 -19
- package/extensions/voice-call/README.md +16 -16
- package/extensions/voice-call/package.json +4 -4
- package/extensions/voice-call/src/cli.ts +2 -2
- package/extensions/voice-call/src/core-bridge.ts +3 -3
- package/extensions/voice-call/src/manager.test.ts +6 -6
- package/extensions/voice-call/src/manager.ts +1 -1
- package/extensions/voice-call/src/response-generator.ts +1 -1
- package/extensions/whatsapp/index.ts +3 -3
- package/extensions/whatsapp/package.json +4 -4
- package/extensions/whatsapp/src/channel.ts +1 -1
- package/extensions/whatsapp/src/runtime.ts +1 -1
- package/extensions/zalo/CHANGELOG.md +17 -17
- package/extensions/zalo/README.md +4 -4
- package/extensions/zalo/index.ts +3 -3
- package/extensions/zalo/package.json +6 -6
- package/extensions/zalo/src/accounts.ts +9 -9
- package/extensions/zalo/src/actions.ts +4 -4
- package/extensions/zalo/src/channel.directory.test.ts +2 -2
- package/extensions/zalo/src/channel.ts +5 -5
- package/extensions/zalo/src/config-schema.ts +1 -1
- package/extensions/zalo/src/monitor.ts +10 -10
- package/extensions/zalo/src/monitor.webhook.test.ts +2 -2
- package/extensions/zalo/src/onboarding.ts +19 -19
- package/extensions/zalo/src/runtime.ts +1 -1
- package/extensions/zalo/src/send.ts +2 -2
- package/extensions/zalo/src/status-issues.ts +1 -1
- package/extensions/zalo/src/token.ts +1 -1
- package/extensions/zalouser/CHANGELOG.md +12 -12
- package/extensions/zalouser/README.md +18 -18
- package/extensions/zalouser/index.ts +3 -3
- package/extensions/zalouser/package.json +6 -6
- package/extensions/zalouser/src/accounts.ts +10 -10
- package/extensions/zalouser/src/channel.ts +6 -6
- package/extensions/zalouser/src/config-schema.ts +1 -1
- package/extensions/zalouser/src/monitor.ts +5 -5
- package/extensions/zalouser/src/onboarding.ts +23 -23
- package/extensions/zalouser/src/runtime.ts +1 -1
- package/extensions/zalouser/src/status-issues.ts +2 -2
- package/package.json +15 -14
- package/skills/1password/SKILL.md +3 -3
- package/skills/apple-notes/SKILL.md +2 -2
- package/skills/apple-reminders/SKILL.md +1 -1
- package/skills/bear-notes/SKILL.md +1 -1
- package/skills/blogwatcher/SKILL.md +1 -1
- package/skills/blucli/SKILL.md +1 -1
- package/skills/bluebubbles/SKILL.md +3 -3
- package/skills/camsnap/SKILL.md +1 -1
- package/skills/canvas/SKILL.md +6 -6
- package/skills/clawhub/SKILL.md +23 -23
- package/skills/coding-agent/SKILL.md +6 -6
- package/skills/discord/SKILL.md +5 -5
- package/skills/eightctl/SKILL.md +1 -1
- package/skills/food-order/SKILL.md +1 -1
- package/skills/gemini/SKILL.md +1 -1
- package/skills/gifgrep/SKILL.md +1 -1
- package/skills/github/SKILL.md +1 -1
- package/skills/gog/SKILL.md +1 -1
- package/skills/goplaces/SKILL.md +1 -1
- package/skills/healthcheck/SKILL.md +36 -36
- package/skills/himalaya/SKILL.md +1 -1
- package/skills/imsg/SKILL.md +1 -1
- package/skills/local-places/SKILL.md +1 -1
- package/skills/mcporter/SKILL.md +1 -1
- package/skills/model-usage/SKILL.md +1 -1
- package/skills/nano-banana-pro/SKILL.md +3 -3
- package/skills/nano-banana-pro/scripts/generate_image.py +1 -1
- package/skills/nano-pdf/SKILL.md +1 -1
- package/skills/notion/SKILL.md +1 -1
- package/skills/obsidian/SKILL.md +1 -1
- package/skills/openai-image-gen/SKILL.md +1 -1
- package/skills/openai-whisper/SKILL.md +1 -1
- package/skills/openai-whisper-api/SKILL.md +2 -2
- package/skills/openhue/SKILL.md +1 -1
- package/skills/oracle/SKILL.md +1 -1
- package/skills/ordercli/SKILL.md +1 -1
- package/skills/peekaboo/SKILL.md +1 -1
- package/skills/sag/SKILL.md +1 -1
- package/skills/session-logs/SKILL.md +7 -7
- package/skills/sherpa-onnx-tts/SKILL.md +10 -10
- package/skills/slack/SKILL.md +4 -4
- package/skills/songsee/SKILL.md +1 -1
- package/skills/sonoscli/SKILL.md +1 -1
- package/skills/spotify-player/SKILL.md +1 -1
- package/skills/summarize/SKILL.md +1 -1
- package/skills/things-mac/SKILL.md +3 -3
- package/skills/tmux/SKILL.md +6 -6
- package/skills/tmux/scripts/find-sessions.sh +2 -2
- package/skills/trello/SKILL.md +2 -2
- package/skills/video-frames/SKILL.md +1 -1
- package/skills/voice-call/SKILL.md +4 -4
- package/skills/wacli/SKILL.md +2 -2
- package/skills/weather/SKILL.md +1 -1
- package/skykoi.mjs +1 -1
- package/README-header.png +0 -0
- package/extensions/bluebubbles/node_modules/.bin/skykoi +0 -21
- package/extensions/bluebubbles/node_modules/.bin/skykoi.CMD +0 -12
- package/extensions/bluebubbles/node_modules/.bin/skykoi.ps1 +0 -41
- package/extensions/copilot-proxy/node_modules/.bin/skykoi +0 -21
- package/extensions/copilot-proxy/node_modules/.bin/skykoi.CMD +0 -12
- package/extensions/copilot-proxy/node_modules/.bin/skykoi.ps1 +0 -41
- package/extensions/diagnostics-otel/node_modules/.bin/acorn +0 -21
- package/extensions/diagnostics-otel/node_modules/.bin/acorn.CMD +0 -12
- package/extensions/diagnostics-otel/node_modules/.bin/acorn.ps1 +0 -41
- package/extensions/diagnostics-otel/node_modules/.bin/skykoi +0 -21
- package/extensions/diagnostics-otel/node_modules/.bin/skykoi.CMD +0 -12
- package/extensions/diagnostics-otel/node_modules/.bin/skykoi.ps1 +0 -41
- package/extensions/discord/node_modules/.bin/skykoi +0 -21
- package/extensions/discord/node_modules/.bin/skykoi.CMD +0 -12
- package/extensions/discord/node_modules/.bin/skykoi.ps1 +0 -41
- package/extensions/feishu/node_modules/.bin/skykoi +0 -21
- package/extensions/feishu/node_modules/.bin/skykoi.CMD +0 -12
- package/extensions/feishu/node_modules/.bin/skykoi.ps1 +0 -41
- package/extensions/google-antigravity-auth/node_modules/.bin/skykoi +0 -21
- package/extensions/google-antigravity-auth/node_modules/.bin/skykoi.CMD +0 -12
- package/extensions/google-antigravity-auth/node_modules/.bin/skykoi.ps1 +0 -41
- package/extensions/google-gemini-cli-auth/node_modules/.bin/skykoi +0 -21
- package/extensions/google-gemini-cli-auth/node_modules/.bin/skykoi.CMD +0 -12
- package/extensions/google-gemini-cli-auth/node_modules/.bin/skykoi.ps1 +0 -41
- package/extensions/googlechat/node_modules/.bin/skykoi +0 -21
- package/extensions/googlechat/node_modules/.bin/skykoi.CMD +0 -12
- package/extensions/googlechat/node_modules/.bin/skykoi.ps1 +0 -41
- package/extensions/imessage/node_modules/.bin/skykoi +0 -21
- package/extensions/imessage/node_modules/.bin/skykoi.CMD +0 -12
- package/extensions/imessage/node_modules/.bin/skykoi.ps1 +0 -41
- package/extensions/line/node_modules/.bin/skykoi +0 -21
- package/extensions/line/node_modules/.bin/skykoi.CMD +0 -12
- package/extensions/line/node_modules/.bin/skykoi.ps1 +0 -41
- package/extensions/llm-task/node_modules/.bin/skykoi +0 -21
- package/extensions/llm-task/node_modules/.bin/skykoi.CMD +0 -12
- package/extensions/llm-task/node_modules/.bin/skykoi.ps1 +0 -41
- package/extensions/lobster/node_modules/.bin/skykoi +0 -21
- package/extensions/lobster/node_modules/.bin/skykoi.CMD +0 -12
- package/extensions/lobster/node_modules/.bin/skykoi.ps1 +0 -41
- package/extensions/matrix/node_modules/.bin/markdown-it +0 -21
- package/extensions/matrix/node_modules/.bin/markdown-it.CMD +0 -12
- package/extensions/matrix/node_modules/.bin/markdown-it.ps1 +0 -41
- package/extensions/matrix/node_modules/.bin/skykoi +0 -21
- package/extensions/matrix/node_modules/.bin/skykoi.CMD +0 -12
- package/extensions/matrix/node_modules/.bin/skykoi.ps1 +0 -41
- package/extensions/mattermost/node_modules/.bin/skykoi +0 -21
- package/extensions/mattermost/node_modules/.bin/skykoi.CMD +0 -12
- package/extensions/mattermost/node_modules/.bin/skykoi.ps1 +0 -41
- package/extensions/memory-core/node_modules/.bin/skykoi +0 -21
- package/extensions/memory-core/node_modules/.bin/skykoi.CMD +0 -12
- package/extensions/memory-core/node_modules/.bin/skykoi.ps1 +0 -41
- package/extensions/memory-lancedb/node_modules/.bin/arrow2csv +0 -21
- package/extensions/memory-lancedb/node_modules/.bin/arrow2csv.CMD +0 -12
- package/extensions/memory-lancedb/node_modules/.bin/arrow2csv.ps1 +0 -41
- package/extensions/memory-lancedb/node_modules/.bin/openai +0 -21
- package/extensions/memory-lancedb/node_modules/.bin/openai.CMD +0 -12
- package/extensions/memory-lancedb/node_modules/.bin/openai.ps1 +0 -41
- package/extensions/memory-lancedb/node_modules/.bin/skykoi +0 -21
- package/extensions/memory-lancedb/node_modules/.bin/skykoi.CMD +0 -12
- package/extensions/memory-lancedb/node_modules/.bin/skykoi.ps1 +0 -41
- package/extensions/minimax-portal-auth/node_modules/.bin/skykoi +0 -21
- package/extensions/minimax-portal-auth/node_modules/.bin/skykoi.CMD +0 -12
- package/extensions/minimax-portal-auth/node_modules/.bin/skykoi.ps1 +0 -41
- package/extensions/msteams/node_modules/.bin/skykoi +0 -21
- package/extensions/msteams/node_modules/.bin/skykoi.CMD +0 -12
- package/extensions/msteams/node_modules/.bin/skykoi.ps1 +0 -41
- package/extensions/nextcloud-talk/node_modules/.bin/skykoi +0 -21
- package/extensions/nextcloud-talk/node_modules/.bin/skykoi.CMD +0 -12
- package/extensions/nextcloud-talk/node_modules/.bin/skykoi.ps1 +0 -41
- package/extensions/nostr/node_modules/.bin/skykoi +0 -21
- package/extensions/nostr/node_modules/.bin/skykoi.CMD +0 -12
- package/extensions/nostr/node_modules/.bin/skykoi.ps1 +0 -41
- package/extensions/nostr/node_modules/.bin/tsc +0 -21
- package/extensions/nostr/node_modules/.bin/tsc.CMD +0 -12
- package/extensions/nostr/node_modules/.bin/tsc.ps1 +0 -41
- package/extensions/nostr/node_modules/.bin/tsserver +0 -21
- package/extensions/nostr/node_modules/.bin/tsserver.CMD +0 -12
- package/extensions/nostr/node_modules/.bin/tsserver.ps1 +0 -41
- package/extensions/open-prose/node_modules/.bin/skykoi +0 -21
- package/extensions/open-prose/node_modules/.bin/skykoi.CMD +0 -12
- package/extensions/open-prose/node_modules/.bin/skykoi.ps1 +0 -41
- package/extensions/signal/node_modules/.bin/skykoi +0 -21
- package/extensions/signal/node_modules/.bin/skykoi.CMD +0 -12
- package/extensions/signal/node_modules/.bin/skykoi.ps1 +0 -41
- package/extensions/slack/node_modules/.bin/skykoi +0 -21
- package/extensions/slack/node_modules/.bin/skykoi.CMD +0 -12
- package/extensions/slack/node_modules/.bin/skykoi.ps1 +0 -41
- package/extensions/telegram/node_modules/.bin/skykoi +0 -21
- package/extensions/telegram/node_modules/.bin/skykoi.CMD +0 -12
- package/extensions/telegram/node_modules/.bin/skykoi.ps1 +0 -41
- package/extensions/tlon/node_modules/.bin/skykoi +0 -21
- package/extensions/tlon/node_modules/.bin/skykoi.CMD +0 -12
- package/extensions/tlon/node_modules/.bin/skykoi.ps1 +0 -41
- package/extensions/twitch/node_modules/.bin/skykoi +0 -21
- package/extensions/twitch/node_modules/.bin/skykoi.CMD +0 -12
- package/extensions/twitch/node_modules/.bin/skykoi.ps1 +0 -41
- package/extensions/voice-call/node_modules/.bin/skykoi +0 -21
- package/extensions/voice-call/node_modules/.bin/skykoi.CMD +0 -12
- package/extensions/voice-call/node_modules/.bin/skykoi.ps1 +0 -41
- package/extensions/whatsapp/node_modules/.bin/skykoi +0 -21
- package/extensions/whatsapp/node_modules/.bin/skykoi.CMD +0 -12
- package/extensions/whatsapp/node_modules/.bin/skykoi.ps1 +0 -41
- package/extensions/zalo/node_modules/.bin/skykoi +0 -21
- package/extensions/zalo/node_modules/.bin/skykoi.CMD +0 -12
- package/extensions/zalo/node_modules/.bin/skykoi.ps1 +0 -41
- package/extensions/zalouser/node_modules/.bin/skykoi +0 -21
- package/extensions/zalouser/node_modules/.bin/skykoi.CMD +0 -12
- package/extensions/zalouser/node_modules/.bin/skykoi.ps1 +0 -41
- /package/docs/assets/{openclaw-logo-text-dark.png → SkyKoi-logo-text-dark.png} +0 -0
- /package/docs/assets/{openclaw-logo-text.png → SkyKoi-logo-text.png} +0 -0
- /package/docs/{whatsapp-openclaw-ai-zh.jpg → whatsapp-SkyKoi-ai-zh.jpg} +0 -0
- /package/docs/{whatsapp-openclaw.jpg → whatsapp-SkyKoi.jpg} +0 -0
package/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
# ⚡
|
|
1
|
+
# ⚡ SKYKOI — Personal AI Agent Runtime
|
|
2
2
|
|
|
3
|
-
> Forked from [
|
|
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/
|
|
8
|
-
<img src="https://raw.githubusercontent.com/ricardoamartinez/
|
|
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/
|
|
18
|
-
<a href="https://github.com/ricardoamartinez/
|
|
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
|
-
**
|
|
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://
|
|
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 (`
|
|
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.
|
|
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.
|
|
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.
|
|
45
|
-
- Auth profile rotation (OAuth vs API keys) + fallbacks: [Model failover](https://docs.
|
|
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
|
|
53
|
-
# or: pnpm add -g
|
|
52
|
+
npm install -g SKYKOI@latest
|
|
53
|
+
# or: pnpm add -g SKYKOI@latest
|
|
54
54
|
|
|
55
|
-
|
|
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.
|
|
64
|
+
Full beginner guide (auth, pairing, channels): [Getting started](https://docs.SKYKOI.com/start/getting-started)
|
|
65
65
|
|
|
66
66
|
```bash
|
|
67
|
-
|
|
67
|
+
SKYKOI onboard --install-daemon
|
|
68
68
|
|
|
69
|
-
|
|
69
|
+
SKYKOI gateway --port 18789 --verbose
|
|
70
70
|
|
|
71
71
|
# Send a message
|
|
72
|
-
|
|
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
|
-
|
|
75
|
+
SKYKOI agent --message "Ship checklist" --thinking high
|
|
76
76
|
```
|
|
77
77
|
|
|
78
|
-
Upgrading? [Updating guide](https://docs.
|
|
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): `
|
|
87
|
-
Details: [Development channels](https://docs.
|
|
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/
|
|
95
|
-
cd
|
|
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
|
|
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
|
|
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
|
-
|
|
111
|
+
SKYKOI connects to real messaging surfaces. Treat inbound DMs as **untrusted input**.
|
|
112
112
|
|
|
113
|
-
Full security guide: [Security](https://docs.
|
|
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: `
|
|
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 `
|
|
121
|
+
Run `SKYKOI doctor` to surface risky/misconfigured DM policies.
|
|
122
122
|
|
|
123
123
|
## Highlights
|
|
124
124
|
|
|
125
|
-
- **[Local-first Gateway](https://docs.
|
|
126
|
-
- **[Multi-channel inbox](https://docs.
|
|
127
|
-
- **[Multi-agent routing](https://docs.
|
|
128
|
-
- **[Voice Wake](https://docs.
|
|
129
|
-
- **[Live Canvas](https://docs.
|
|
130
|
-
- **[First-class tools](https://docs.
|
|
131
|
-
- **[Companion apps](https://docs.
|
|
132
|
-
- **[Onboarding](https://docs.
|
|
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
|
-
[](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.
|
|
143
|
-
- [CLI surface](https://docs.
|
|
144
|
-
- [Pi agent runtime](https://docs.
|
|
145
|
-
- [Session model](https://docs.
|
|
146
|
-
- [Media pipeline](https://docs.
|
|
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.
|
|
151
|
-
- [Group routing](https://docs.
|
|
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.
|
|
156
|
-
- [iOS node](https://docs.
|
|
157
|
-
- [Android node](https://docs.
|
|
158
|
-
- [macOS node mode](https://docs.
|
|
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.
|
|
163
|
-
- [Canvas](https://docs.
|
|
164
|
-
- [Nodes](https://docs.
|
|
165
|
-
- [Cron + wakeups](https://docs.
|
|
166
|
-
- [Skills platform](https://docs.
|
|
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.
|
|
171
|
-
- [Presence](https://docs.
|
|
172
|
-
- [Models](https://docs.
|
|
173
|
-
- [Security](https://docs.
|
|
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.
|
|
178
|
-
- [Tailscale Serve/Funnel](https://docs.
|
|
179
|
-
- [Nix mode](https://docs.
|
|
180
|
-
- [Doctor](https://docs.
|
|
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 (
|
|
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.
|
|
204
|
-
- **[Tailscale exposure](https://docs.
|
|
205
|
-
- **[Browser control](https://docs.
|
|
206
|
-
- **[Canvas + A2UI](https://docs.
|
|
207
|
-
- **[Voice Wake](https://docs.
|
|
208
|
-
- **[Nodes](https://docs.
|
|
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
|
-
|
|
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 (
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
259
|
+
Details: [Session tools](https://docs.SKYKOI.com/concepts/session-tool)
|
|
260
260
|
|
|
261
261
|
## Skills Registry
|
|
262
262
|
|
|
263
|
-
|
|
263
|
+
SKYKOI includes a skill registry. The agent can search for skills automatically and pull in new ones as needed.
|
|
264
264
|
|
|
265
|
-
[
|
|
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 (
|
|
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 `
|
|
299
|
+
- Controlled via `SKYKOI nodes …`.
|
|
300
300
|
|
|
301
|
-
Runbook: [iOS connect](https://docs.
|
|
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.
|
|
307
|
+
- Runbook: [Android connect](https://docs.SKYKOI.com/platforms/android).
|
|
308
308
|
|
|
309
309
|
## Agent workspace + skills
|
|
310
310
|
|
|
311
|
-
- Workspace root: `~/.
|
|
311
|
+
- Workspace root: `~/.SKYKOI/workspace` (configurable via `agents.defaults.workspace`).
|
|
312
312
|
- Injected prompt files: `AGENTS.md`, `SOUL.md`, `TOOLS.md`.
|
|
313
|
-
- Skills: `~/.
|
|
313
|
+
- Skills: `~/.SKYKOI/workspace/skills/<skill>/SKILL.md`.
|
|
314
314
|
|
|
315
315
|
## Configuration
|
|
316
316
|
|
|
317
|
-
Minimal `~/.ricardoamartinez/
|
|
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.
|
|
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.
|
|
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.
|
|
337
|
+
### [WhatsApp](https://docs.SKYKOI.com/channels/whatsapp)
|
|
338
338
|
|
|
339
|
-
- Link the device: `pnpm
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
417
|
-
- [Read the architecture overview for the gateway + protocol model.](https://docs.
|
|
418
|
-
- [Use the full configuration reference when you need every key and example.](https://docs.
|
|
419
|
-
- [Run the Gateway by the book with the operational runbook.](https://docs.
|
|
420
|
-
- [Learn how the Control UI/Web surfaces work and how to expose them safely.](https://docs.
|
|
421
|
-
- [Understand remote access over SSH tunnels or tailnets.](https://docs.
|
|
422
|
-
- [Follow the onboarding wizard flow for a guided setup.](https://docs.
|
|
423
|
-
- [Wire external triggers via the webhook surface.](https://docs.
|
|
424
|
-
- [Set up Gmail Pub/Sub triggers.](https://docs.
|
|
425
|
-
- [Learn the macOS menu bar companion details.](https://docs.
|
|
426
|
-
- [Platform guides: Windows (WSL2)](https://docs.
|
|
427
|
-
- [Debug common failures with the troubleshooting guide.](https://docs.
|
|
428
|
-
- [Review security guidance before exposing anything.](https://docs.
|
|
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.
|
|
433
|
-
- [Bonjour/mDNS](https://docs.
|
|
434
|
-
- [Gateway pairing](https://docs.
|
|
435
|
-
- [Remote gateway README](https://docs.
|
|
436
|
-
- [Control UI](https://docs.
|
|
437
|
-
- [Dashboard](https://docs.
|
|
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.
|
|
442
|
-
- [Gateway lock](https://docs.
|
|
443
|
-
- [Background process](https://docs.
|
|
444
|
-
- [Browser troubleshooting (Linux)](https://docs.
|
|
445
|
-
- [Logging](https://docs.
|
|
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.
|
|
450
|
-
- [Presence](https://docs.
|
|
451
|
-
- [TypeBox schemas](https://docs.
|
|
452
|
-
- [RPC adapters](https://docs.
|
|
453
|
-
- [Queue](https://docs.
|
|
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.
|
|
458
|
-
- [Default AGENTS](https://docs.
|
|
459
|
-
- [Templates: AGENTS](https://docs.
|
|
460
|
-
- [Templates: BOOTSTRAP](https://docs.
|
|
461
|
-
- [Templates: IDENTITY](https://docs.
|
|
462
|
-
- [Templates: SOUL](https://docs.
|
|
463
|
-
- [Templates: TOOLS](https://docs.
|
|
464
|
-
- [Templates: USER](https://docs.
|
|
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.
|
|
469
|
-
- [macOS menu bar](https://docs.
|
|
470
|
-
- [macOS voice wake](https://docs.
|
|
471
|
-
- [iOS node](https://docs.
|
|
472
|
-
- [Android node](https://docs.
|
|
473
|
-
- [Windows (WSL2)](https://docs.
|
|
474
|
-
- [Linux app](https://docs.
|
|
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.
|
|
478
|
+
- [docs.SKYKOI.com/gmail-pubsub](https://docs.SKYKOI.com/automation/gmail-pubsub)
|
|
479
479
|
|
|
480
480
|
## Molty
|
|
481
481
|
|
|
482
|
-
|
|
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
|
-
- [
|
|
485
|
+
- [SKYKOI.com](https://SKYKOI.com)
|
|
486
486
|
- [soul.md](https://soul.md)
|
|
487
487
|
- [steipete.me](https://steipete.me)
|
|
488
|
-
- [@
|
|
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=
|
|
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>
|