@quantumclaw/quantumclaw 2026.3.22
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/CHANGELOG.md +4601 -0
- package/LICENSE +21 -0
- package/README.md +559 -0
- package/assets/avatar-placeholder.svg +19 -0
- package/assets/chrome-extension/icons/icon128.png +0 -0
- package/assets/chrome-extension/icons/icon16.png +0 -0
- package/assets/chrome-extension/icons/icon32.png +0 -0
- package/assets/chrome-extension/icons/icon48.png +0 -0
- package/assets/dmg-background-small.png +0 -0
- package/assets/dmg-background.png +0 -0
- package/docs/.i18n/README.md +31 -0
- package/docs/.i18n/glossary.ja-JP.json +14 -0
- package/docs/.i18n/glossary.zh-CN.json +302 -0
- package/docs/.i18n/ja-JP.tm.jsonl +0 -0
- package/docs/assets/install-script.svg +1 -0
- package/docs/assets/macos-onboarding/01-macos-warning.jpeg +0 -0
- package/docs/assets/macos-onboarding/02-local-networks.jpeg +0 -0
- package/docs/assets/macos-onboarding/03-security-notice.png +0 -0
- package/docs/assets/macos-onboarding/04-choose-gateway.png +0 -0
- package/docs/assets/macos-onboarding/05-permissions.png +0 -0
- package/docs/assets/pixel-lobster.svg +60 -0
- package/docs/assets/quantumclaw-logo-text-dark.png +0 -0
- package/docs/assets/quantumclaw-logo-text-dark.svg +418 -0
- package/docs/assets/quantumclaw-logo-text.png +0 -0
- package/docs/assets/quantumclaw-logo-text.svg +418 -0
- package/docs/assets/showcase/agents-ui.jpg +0 -0
- package/docs/assets/showcase/bambu-cli.png +0 -0
- package/docs/assets/showcase/codexmonitor.png +0 -0
- package/docs/assets/showcase/gohome-grafana.png +0 -0
- package/docs/assets/showcase/ios-testflight.jpg +0 -0
- package/docs/assets/showcase/oura-health.png +0 -0
- package/docs/assets/showcase/padel-cli.svg +11 -0
- package/docs/assets/showcase/padel-screenshot.jpg +0 -0
- package/docs/assets/showcase/papla-tts.jpg +0 -0
- package/docs/assets/showcase/pr-review-telegram.jpg +0 -0
- package/docs/assets/showcase/roborock-screenshot.jpg +0 -0
- package/docs/assets/showcase/roborock-status.svg +13 -0
- package/docs/assets/showcase/roof-camera-sky.jpg +0 -0
- package/docs/assets/showcase/snag.png +0 -0
- package/docs/assets/showcase/tesco-shop.jpg +0 -0
- package/docs/assets/showcase/wienerlinien.png +0 -0
- package/docs/assets/showcase/wine-cellar-skill.jpg +0 -0
- package/docs/assets/showcase/winix-air-purifier.jpg +0 -0
- package/docs/assets/showcase/xuezh-pronunciation.jpeg +0 -0
- package/docs/assets/sponsors/blacksmith.svg +14 -0
- package/docs/assets/sponsors/convex.svg +16 -0
- package/docs/assets/sponsors/openai.svg +3 -0
- package/docs/assets/sponsors/vercel.svg +5 -0
- package/docs/auth-credential-semantics.md +53 -0
- package/docs/automation/auth-monitoring.md +44 -0
- package/docs/automation/cron-jobs.md +727 -0
- package/docs/automation/cron-vs-heartbeat.md +286 -0
- package/docs/automation/gmail-pubsub.md +256 -0
- package/docs/automation/hooks.md +1056 -0
- package/docs/automation/poll.md +86 -0
- package/docs/automation/standing-orders.md +251 -0
- package/docs/automation/troubleshooting.md +122 -0
- package/docs/automation/webhook.md +217 -0
- package/docs/brave-search.md +93 -0
- package/docs/channels/bluebubbles.md +347 -0
- package/docs/channels/broadcast-groups.md +442 -0
- package/docs/channels/channel-routing.md +139 -0
- package/docs/channels/discord.md +1229 -0
- package/docs/channels/feishu.md +747 -0
- package/docs/channels/googlechat.md +261 -0
- package/docs/channels/group-messages.md +84 -0
- package/docs/channels/groups.md +379 -0
- package/docs/channels/imessage.md +367 -0
- package/docs/channels/index.md +47 -0
- package/docs/channels/irc.md +242 -0
- package/docs/channels/line.md +194 -0
- package/docs/channels/location.md +56 -0
- package/docs/channels/matrix.md +677 -0
- package/docs/channels/mattermost.md +427 -0
- package/docs/channels/msteams.md +780 -0
- package/docs/channels/nextcloud-talk.md +138 -0
- package/docs/channels/nostr.md +249 -0
- package/docs/channels/pairing.md +114 -0
- package/docs/channels/signal.md +329 -0
- package/docs/channels/slack.md +603 -0
- package/docs/channels/synology-chat.md +134 -0
- package/docs/channels/telegram.md +987 -0
- package/docs/channels/tlon.md +276 -0
- package/docs/channels/troubleshooting.md +118 -0
- package/docs/channels/twitch.md +379 -0
- package/docs/channels/whatsapp.md +460 -0
- package/docs/channels/zalo.md +243 -0
- package/docs/channels/zalouser.md +181 -0
- package/docs/ci.md +55 -0
- package/docs/cli/acp.md +288 -0
- package/docs/cli/agent.md +29 -0
- package/docs/cli/agents.md +123 -0
- package/docs/cli/approvals.md +50 -0
- package/docs/cli/backup.md +76 -0
- package/docs/cli/browser.md +106 -0
- package/docs/cli/channels.md +102 -0
- package/docs/cli/clawbot.md +21 -0
- package/docs/cli/completion.md +35 -0
- package/docs/cli/config.md +295 -0
- package/docs/cli/configure.md +36 -0
- package/docs/cli/cron.md +77 -0
- package/docs/cli/daemon.md +53 -0
- package/docs/cli/dashboard.md +22 -0
- package/docs/cli/devices.md +139 -0
- package/docs/cli/directory.md +63 -0
- package/docs/cli/dns.md +23 -0
- package/docs/cli/docs.md +15 -0
- package/docs/cli/doctor.md +48 -0
- package/docs/cli/gateway.md +235 -0
- package/docs/cli/health.md +21 -0
- package/docs/cli/hooks.md +329 -0
- package/docs/cli/index.md +1150 -0
- package/docs/cli/logs.md +28 -0
- package/docs/cli/memory.md +66 -0
- package/docs/cli/message.md +278 -0
- package/docs/cli/models.md +81 -0
- package/docs/cli/node.md +127 -0
- package/docs/cli/nodes.md +75 -0
- package/docs/cli/onboard.md +157 -0
- package/docs/cli/pairing.md +32 -0
- package/docs/cli/plugins.md +210 -0
- package/docs/cli/qr.md +46 -0
- package/docs/cli/reset.md +20 -0
- package/docs/cli/sandbox.md +197 -0
- package/docs/cli/secrets.md +188 -0
- package/docs/cli/security.md +79 -0
- package/docs/cli/sessions.md +110 -0
- package/docs/cli/setup.md +29 -0
- package/docs/cli/skills.md +36 -0
- package/docs/cli/status.md +30 -0
- package/docs/cli/system.md +60 -0
- package/docs/cli/tui.md +30 -0
- package/docs/cli/uninstall.md +20 -0
- package/docs/cli/update.md +103 -0
- package/docs/cli/voicecall.md +34 -0
- package/docs/cli/webhooks.md +25 -0
- package/docs/concepts/agent-loop.md +148 -0
- package/docs/concepts/agent-workspace.md +236 -0
- package/docs/concepts/agent.md +122 -0
- package/docs/concepts/architecture.md +137 -0
- package/docs/concepts/compaction.md +123 -0
- package/docs/concepts/context-engine.md +268 -0
- package/docs/concepts/context.md +172 -0
- package/docs/concepts/delegate-architecture.md +296 -0
- package/docs/concepts/features.md +73 -0
- package/docs/concepts/markdown-formatting.md +130 -0
- package/docs/concepts/memory.md +108 -0
- package/docs/concepts/messages.md +154 -0
- package/docs/concepts/model-failover.md +152 -0
- package/docs/concepts/model-providers.md +607 -0
- package/docs/concepts/models.md +225 -0
- package/docs/concepts/multi-agent.md +552 -0
- package/docs/concepts/oauth.md +158 -0
- package/docs/concepts/presence.md +102 -0
- package/docs/concepts/queue.md +89 -0
- package/docs/concepts/retry.md +69 -0
- package/docs/concepts/session-pruning.md +121 -0
- package/docs/concepts/session-tool.md +242 -0
- package/docs/concepts/session.md +310 -0
- package/docs/concepts/streaming.md +155 -0
- package/docs/concepts/system-prompt.md +132 -0
- package/docs/concepts/timezone.md +91 -0
- package/docs/concepts/typebox.md +291 -0
- package/docs/concepts/typing-indicators.md +68 -0
- package/docs/concepts/usage-tracking.md +35 -0
- package/docs/date-time.md +128 -0
- package/docs/debug/node-issue.md +85 -0
- package/docs/diagnostics/flags.md +91 -0
- package/docs/docs.json +2078 -0
- package/docs/gateway/authentication.md +179 -0
- package/docs/gateway/background-process.md +97 -0
- package/docs/gateway/bonjour.md +177 -0
- package/docs/gateway/bridge-protocol.md +91 -0
- package/docs/gateway/cli-backends.md +225 -0
- package/docs/gateway/configuration-examples.md +651 -0
- package/docs/gateway/configuration-reference.md +3123 -0
- package/docs/gateway/configuration.md +633 -0
- package/docs/gateway/discovery.md +123 -0
- package/docs/gateway/doctor.md +362 -0
- package/docs/gateway/gateway-lock.md +34 -0
- package/docs/gateway/health.md +44 -0
- package/docs/gateway/heartbeat.md +393 -0
- package/docs/gateway/index.md +261 -0
- package/docs/gateway/local-models.md +152 -0
- package/docs/gateway/logging.md +113 -0
- package/docs/gateway/multiple-gateways.md +112 -0
- package/docs/gateway/network-model.md +22 -0
- package/docs/gateway/openai-http-api.md +132 -0
- package/docs/gateway/openresponses-http-api.md +295 -0
- package/docs/gateway/openshell.md +307 -0
- package/docs/gateway/pairing.md +99 -0
- package/docs/gateway/protocol.md +267 -0
- package/docs/gateway/remote-gateway-readme.md +158 -0
- package/docs/gateway/remote.md +153 -0
- package/docs/gateway/sandbox-vs-tool-policy-vs-elevated.md +134 -0
- package/docs/gateway/sandboxing.md +469 -0
- package/docs/gateway/secrets-plan-contract.md +116 -0
- package/docs/gateway/secrets.md +503 -0
- package/docs/gateway/security/index.md +1220 -0
- package/docs/gateway/tailscale.md +132 -0
- package/docs/gateway/tools-invoke-http-api.md +118 -0
- package/docs/gateway/troubleshooting.md +378 -0
- package/docs/gateway/trusted-proxy-auth.md +330 -0
- package/docs/help/debugging.md +168 -0
- package/docs/help/environment.md +163 -0
- package/docs/help/faq.md +2997 -0
- package/docs/help/index.md +28 -0
- package/docs/help/scripts.md +28 -0
- package/docs/help/testing.md +526 -0
- package/docs/help/troubleshooting.md +297 -0
- package/docs/images/configure-model-picker-unsearchable.png +0 -0
- package/docs/images/feishu-step2-create-app.png +0 -0
- package/docs/images/feishu-step3-credentials.png +0 -0
- package/docs/images/feishu-step4-permissions.png +0 -0
- package/docs/images/feishu-step5-bot-capability.png +0 -0
- package/docs/images/feishu-step6-event-subscription.png +0 -0
- package/docs/images/feishu-verification-token.png +0 -0
- package/docs/images/groups-flow.svg +52 -0
- package/docs/images/mobile-ui-screenshot.png +0 -0
- package/docs/index.md +196 -0
- package/docs/install/ansible.md +230 -0
- package/docs/install/azure.md +311 -0
- package/docs/install/bun.md +55 -0
- package/docs/install/development-channels.md +120 -0
- package/docs/install/digitalocean.md +129 -0
- package/docs/install/docker-vm-runtime.md +142 -0
- package/docs/install/docker.md +375 -0
- package/docs/install/exe-dev.md +126 -0
- package/docs/install/fly.md +501 -0
- package/docs/install/gcp.md +402 -0
- package/docs/install/hetzner.md +251 -0
- package/docs/install/index.md +183 -0
- package/docs/install/installer.md +415 -0
- package/docs/install/kubernetes.md +191 -0
- package/docs/install/macos-vm.md +281 -0
- package/docs/install/migrating-matrix.md +346 -0
- package/docs/install/migrating.md +110 -0
- package/docs/install/nix.md +89 -0
- package/docs/install/node.md +138 -0
- package/docs/install/northflank.mdx +54 -0
- package/docs/install/oracle.md +156 -0
- package/docs/install/podman.md +133 -0
- package/docs/install/railway.mdx +100 -0
- package/docs/install/raspberry-pi.md +159 -0
- package/docs/install/render.mdx +169 -0
- package/docs/install/uninstall.md +128 -0
- package/docs/install/updating.md +128 -0
- package/docs/ja-JP/index.md +186 -0
- package/docs/ja-JP/start/getting-started.md +125 -0
- package/docs/ja-JP/start/wizard.md +77 -0
- package/docs/logging.md +352 -0
- package/docs/nav-tabs-underline.js +100 -0
- package/docs/network.md +54 -0
- package/docs/nodes/audio.md +187 -0
- package/docs/nodes/camera.md +162 -0
- package/docs/nodes/images.md +72 -0
- package/docs/nodes/index.md +393 -0
- package/docs/nodes/location-command.md +98 -0
- package/docs/nodes/media-understanding.md +394 -0
- package/docs/nodes/talk.md +92 -0
- package/docs/nodes/troubleshooting.md +114 -0
- package/docs/nodes/voicewake.md +66 -0
- package/docs/perplexity.md +174 -0
- package/docs/pi-dev.md +80 -0
- package/docs/pi.md +567 -0
- package/docs/platforms/android.md +168 -0
- package/docs/platforms/digitalocean.md +266 -0
- package/docs/platforms/index.md +54 -0
- package/docs/platforms/ios.md +220 -0
- package/docs/platforms/linux.md +94 -0
- package/docs/platforms/mac/bundled-gateway.md +73 -0
- package/docs/platforms/mac/canvas.md +125 -0
- package/docs/platforms/mac/child-process.md +69 -0
- package/docs/platforms/mac/dev-setup.md +104 -0
- package/docs/platforms/mac/health.md +34 -0
- package/docs/platforms/mac/icon.md +31 -0
- package/docs/platforms/mac/logging.md +57 -0
- package/docs/platforms/mac/menu-bar.md +81 -0
- package/docs/platforms/mac/peekaboo.md +65 -0
- package/docs/platforms/mac/permissions.md +50 -0
- package/docs/platforms/mac/remote.md +84 -0
- package/docs/platforms/mac/signing.md +47 -0
- package/docs/platforms/mac/skills.md +33 -0
- package/docs/platforms/mac/voice-overlay.md +60 -0
- package/docs/platforms/mac/voicewake.md +67 -0
- package/docs/platforms/mac/webchat.md +43 -0
- package/docs/platforms/mac/xpc.md +61 -0
- package/docs/platforms/macos.md +226 -0
- package/docs/platforms/oracle.md +303 -0
- package/docs/platforms/raspberry-pi.md +412 -0
- package/docs/platforms/windows.md +241 -0
- package/docs/plugins/agent-tools.md +10 -0
- package/docs/plugins/architecture.md +1366 -0
- package/docs/plugins/building-extensions.md +10 -0
- package/docs/plugins/building-plugins.md +239 -0
- package/docs/plugins/bundles.md +181 -0
- package/docs/plugins/community.md +145 -0
- package/docs/plugins/manifest.md +241 -0
- package/docs/plugins/sdk-channel-plugins.md +370 -0
- package/docs/plugins/sdk-entrypoints.md +161 -0
- package/docs/plugins/sdk-migration.md +172 -0
- package/docs/plugins/sdk-overview.md +196 -0
- package/docs/plugins/sdk-provider-plugins.md +370 -0
- package/docs/plugins/sdk-runtime.md +345 -0
- package/docs/plugins/sdk-setup.md +331 -0
- package/docs/plugins/sdk-testing.md +263 -0
- package/docs/plugins/voice-call.md +380 -0
- package/docs/plugins/zalouser.md +77 -0
- package/docs/prose.md +134 -0
- package/docs/providers/anthropic.md +259 -0
- package/docs/providers/bedrock.md +176 -0
- package/docs/providers/claude-max-api-proxy.md +154 -0
- package/docs/providers/cloudflare-ai-gateway.md +71 -0
- package/docs/providers/deepgram.md +93 -0
- package/docs/providers/github-copilot.md +72 -0
- package/docs/providers/glm.md +43 -0
- package/docs/providers/google.md +78 -0
- package/docs/providers/groq.md +96 -0
- package/docs/providers/huggingface.md +209 -0
- package/docs/providers/index.md +69 -0
- package/docs/providers/kilocode.md +74 -0
- package/docs/providers/litellm.md +154 -0
- package/docs/providers/minimax.md +224 -0
- package/docs/providers/mistral.md +54 -0
- package/docs/providers/models.md +45 -0
- package/docs/providers/modelstudio.md +66 -0
- package/docs/providers/moonshot.md +175 -0
- package/docs/providers/nvidia.md +55 -0
- package/docs/providers/ollama.md +352 -0
- package/docs/providers/openai.md +303 -0
- package/docs/providers/opencode-go.md +45 -0
- package/docs/providers/opencode.md +64 -0
- package/docs/providers/openrouter.md +37 -0
- package/docs/providers/perplexity-provider.md +62 -0
- package/docs/providers/qianfan.md +38 -0
- package/docs/providers/qwen.md +53 -0
- package/docs/providers/sglang.md +104 -0
- package/docs/providers/synthetic.md +99 -0
- package/docs/providers/together.md +66 -0
- package/docs/providers/venice.md +282 -0
- package/docs/providers/vercel-ai-gateway.md +60 -0
- package/docs/providers/vllm.md +92 -0
- package/docs/providers/volcengine.md +74 -0
- package/docs/providers/xai.md +60 -0
- package/docs/providers/xiaomi.md +86 -0
- package/docs/providers/zai.md +46 -0
- package/docs/reference/AGENTS.default.md +126 -0
- package/docs/reference/RELEASING.md +42 -0
- package/docs/reference/api-usage-costs.md +144 -0
- package/docs/reference/credits.md +30 -0
- package/docs/reference/device-models.md +47 -0
- package/docs/reference/memory-config.md +711 -0
- package/docs/reference/prompt-caching.md +185 -0
- package/docs/reference/rpc.md +43 -0
- package/docs/reference/secretref-credential-surface.md +140 -0
- package/docs/reference/secretref-user-supplied-credentials-matrix.json +563 -0
- package/docs/reference/session-management-compaction.md +324 -0
- package/docs/reference/templates/AGENTS.dev.md +83 -0
- package/docs/reference/templates/AGENTS.md +219 -0
- package/docs/reference/templates/BOOT.md +11 -0
- package/docs/reference/templates/BOOTSTRAP.md +62 -0
- package/docs/reference/templates/HEARTBEAT.md +14 -0
- package/docs/reference/templates/IDENTITY.dev.md +47 -0
- package/docs/reference/templates/IDENTITY.md +29 -0
- package/docs/reference/templates/SOUL.dev.md +76 -0
- package/docs/reference/templates/SOUL.md +43 -0
- package/docs/reference/templates/TOOLS.dev.md +24 -0
- package/docs/reference/templates/TOOLS.md +47 -0
- package/docs/reference/templates/USER.dev.md +18 -0
- package/docs/reference/templates/USER.md +23 -0
- package/docs/reference/test.md +90 -0
- package/docs/reference/token-use.md +175 -0
- package/docs/reference/transcript-hygiene.md +151 -0
- package/docs/reference/wizard.md +235 -0
- package/docs/security/CONTRIBUTING-THREAT-MODEL.md +98 -0
- package/docs/security/THREAT-MODEL-ATLAS.md +611 -0
- package/docs/security/formal-verification.md +167 -0
- package/docs/start/bootstrapping.md +41 -0
- package/docs/start/docs-directory.md +66 -0
- package/docs/start/getting-started.md +116 -0
- package/docs/start/hubs.md +198 -0
- package/docs/start/lore.md +219 -0
- package/docs/start/onboarding-overview.md +67 -0
- package/docs/start/onboarding.md +91 -0
- package/docs/start/openclaw.md +221 -0
- package/docs/start/quickstart.md +22 -0
- package/docs/start/setup.md +164 -0
- package/docs/start/showcase.md +418 -0
- package/docs/start/wizard-cli-automation.md +215 -0
- package/docs/start/wizard-cli-reference.md +299 -0
- package/docs/start/wizard.md +125 -0
- package/docs/style.css +37 -0
- package/docs/tools/acp-agents.md +623 -0
- package/docs/tools/agent-send.md +100 -0
- package/docs/tools/apply-patch.md +51 -0
- package/docs/tools/brave-search.md +93 -0
- package/docs/tools/browser-linux-troubleshooting.md +138 -0
- package/docs/tools/browser-login.md +73 -0
- package/docs/tools/browser-wsl2-windows-remote-cdp-troubleshooting.md +211 -0
- package/docs/tools/browser.md +731 -0
- package/docs/tools/btw.md +142 -0
- package/docs/tools/capability-cookbook.md +119 -0
- package/docs/tools/clawhub.md +298 -0
- package/docs/tools/creating-skills.md +117 -0
- package/docs/tools/diffs.md +386 -0
- package/docs/tools/elevated.md +114 -0
- package/docs/tools/exec-approvals.md +430 -0
- package/docs/tools/exec.md +207 -0
- package/docs/tools/firecrawl.md +140 -0
- package/docs/tools/index.md +137 -0
- package/docs/tools/llm-task.md +119 -0
- package/docs/tools/lobster.md +340 -0
- package/docs/tools/loop-detection.md +100 -0
- package/docs/tools/multi-agent-sandbox-tools.md +364 -0
- package/docs/tools/pdf.md +156 -0
- package/docs/tools/perplexity-search.md +174 -0
- package/docs/tools/plugin.md +255 -0
- package/docs/tools/reactions.md +64 -0
- package/docs/tools/skills-config.md +86 -0
- package/docs/tools/skills.md +309 -0
- package/docs/tools/slash-commands.md +294 -0
- package/docs/tools/subagents.md +295 -0
- package/docs/tools/tavily.md +125 -0
- package/docs/tools/thinking.md +96 -0
- package/docs/tools/tts.md +406 -0
- package/docs/tools/web.md +516 -0
- package/docs/tts.md +406 -0
- package/docs/vps.md +112 -0
- package/docs/web/control-ui.md +275 -0
- package/docs/web/dashboard.md +54 -0
- package/docs/web/index.md +120 -0
- package/docs/web/tui.md +170 -0
- package/docs/web/webchat.md +61 -0
- package/docs/whatsapp-openclaw-ai-zh.jpg +0 -0
- package/docs/whatsapp-openclaw.jpg +0 -0
- package/docs/zh-CN/AGENTS.md +61 -0
- package/docs/zh-CN/automation/auth-monitoring.md +47 -0
- package/docs/zh-CN/automation/cron-jobs.md +435 -0
- package/docs/zh-CN/automation/cron-vs-heartbeat.md +286 -0
- package/docs/zh-CN/automation/gmail-pubsub.md +249 -0
- package/docs/zh-CN/automation/hooks.md +1051 -0
- package/docs/zh-CN/automation/poll.md +76 -0
- package/docs/zh-CN/automation/troubleshooting.md +8 -0
- package/docs/zh-CN/automation/webhook.md +163 -0
- package/docs/zh-CN/brave-search.md +60 -0
- package/docs/zh-CN/channels/bluebubbles.md +354 -0
- package/docs/zh-CN/channels/broadcast-groups.md +449 -0
- package/docs/zh-CN/channels/channel-routing.md +117 -0
- package/docs/zh-CN/channels/discord.md +468 -0
- package/docs/zh-CN/channels/feishu.md +728 -0
- package/docs/zh-CN/channels/googlechat.md +257 -0
- package/docs/zh-CN/channels/grammy.md +38 -0
- package/docs/zh-CN/channels/group-messages.md +91 -0
- package/docs/zh-CN/channels/groups.md +379 -0
- package/docs/zh-CN/channels/imessage.md +302 -0
- package/docs/zh-CN/channels/index.md +53 -0
- package/docs/zh-CN/channels/line.md +180 -0
- package/docs/zh-CN/channels/location.md +63 -0
- package/docs/zh-CN/channels/matrix.md +221 -0
- package/docs/zh-CN/channels/mattermost.md +144 -0
- package/docs/zh-CN/channels/msteams.md +775 -0
- package/docs/zh-CN/channels/nextcloud-talk.md +142 -0
- package/docs/zh-CN/channels/nostr.md +249 -0
- package/docs/zh-CN/channels/pairing.md +89 -0
- package/docs/zh-CN/channels/signal.md +209 -0
- package/docs/zh-CN/channels/slack.md +531 -0
- package/docs/zh-CN/channels/synology-chat.md +138 -0
- package/docs/zh-CN/channels/telegram.md +751 -0
- package/docs/zh-CN/channels/tlon.md +136 -0
- package/docs/zh-CN/channels/troubleshooting.md +36 -0
- package/docs/zh-CN/channels/twitch.md +385 -0
- package/docs/zh-CN/channels/whatsapp.md +411 -0
- package/docs/zh-CN/channels/zalo.md +196 -0
- package/docs/zh-CN/channels/zalouser.md +147 -0
- package/docs/zh-CN/cli/acp.md +173 -0
- package/docs/zh-CN/cli/agent.md +30 -0
- package/docs/zh-CN/cli/agents.md +82 -0
- package/docs/zh-CN/cli/approvals.md +57 -0
- package/docs/zh-CN/cli/browser.md +114 -0
- package/docs/zh-CN/cli/channels.md +86 -0
- package/docs/zh-CN/cli/config.md +57 -0
- package/docs/zh-CN/cli/configure.md +38 -0
- package/docs/zh-CN/cli/cron.md +43 -0
- package/docs/zh-CN/cli/dashboard.md +23 -0
- package/docs/zh-CN/cli/devices.md +74 -0
- package/docs/zh-CN/cli/directory.md +70 -0
- package/docs/zh-CN/cli/dns.md +30 -0
- package/docs/zh-CN/cli/docs.md +22 -0
- package/docs/zh-CN/cli/doctor.md +48 -0
- package/docs/zh-CN/cli/gateway.md +206 -0
- package/docs/zh-CN/cli/health.md +28 -0
- package/docs/zh-CN/cli/hooks.md +298 -0
- package/docs/zh-CN/cli/index.md +1143 -0
- package/docs/zh-CN/cli/logs.md +31 -0
- package/docs/zh-CN/cli/memory.md +52 -0
- package/docs/zh-CN/cli/message.md +246 -0
- package/docs/zh-CN/cli/models.md +85 -0
- package/docs/zh-CN/cli/node.md +115 -0
- package/docs/zh-CN/cli/nodes.md +80 -0
- package/docs/zh-CN/cli/onboard.md +164 -0
- package/docs/zh-CN/cli/pairing.md +28 -0
- package/docs/zh-CN/cli/plugins.md +66 -0
- package/docs/zh-CN/cli/reset.md +24 -0
- package/docs/zh-CN/cli/sandbox.md +158 -0
- package/docs/zh-CN/cli/security.md +33 -0
- package/docs/zh-CN/cli/sessions.md +23 -0
- package/docs/zh-CN/cli/setup.md +36 -0
- package/docs/zh-CN/cli/skills.md +33 -0
- package/docs/zh-CN/cli/status.md +33 -0
- package/docs/zh-CN/cli/system.md +63 -0
- package/docs/zh-CN/cli/tui.md +30 -0
- package/docs/zh-CN/cli/uninstall.md +24 -0
- package/docs/zh-CN/cli/update.md +101 -0
- package/docs/zh-CN/cli/voicecall.md +41 -0
- package/docs/zh-CN/cli/webhooks.md +32 -0
- package/docs/zh-CN/concepts/agent-loop.md +146 -0
- package/docs/zh-CN/concepts/agent-workspace.md +219 -0
- package/docs/zh-CN/concepts/agent.md +115 -0
- package/docs/zh-CN/concepts/architecture.md +123 -0
- package/docs/zh-CN/concepts/compaction.md +67 -0
- package/docs/zh-CN/concepts/context.md +168 -0
- package/docs/zh-CN/concepts/features.md +59 -0
- package/docs/zh-CN/concepts/markdown-formatting.md +117 -0
- package/docs/zh-CN/concepts/memory.md +412 -0
- package/docs/zh-CN/concepts/messages.md +141 -0
- package/docs/zh-CN/concepts/model-failover.md +145 -0
- package/docs/zh-CN/concepts/model-providers.md +606 -0
- package/docs/zh-CN/concepts/models.md +225 -0
- package/docs/zh-CN/concepts/multi-agent.md +372 -0
- package/docs/zh-CN/concepts/oauth.md +164 -0
- package/docs/zh-CN/concepts/presence.md +99 -0
- package/docs/zh-CN/concepts/queue.md +94 -0
- package/docs/zh-CN/concepts/retry.md +76 -0
- package/docs/zh-CN/concepts/session-pruning.md +129 -0
- package/docs/zh-CN/concepts/session-tool.md +200 -0
- package/docs/zh-CN/concepts/session.md +166 -0
- package/docs/zh-CN/concepts/streaming.md +133 -0
- package/docs/zh-CN/concepts/system-prompt.md +101 -0
- package/docs/zh-CN/concepts/timezone.md +96 -0
- package/docs/zh-CN/concepts/typebox.md +284 -0
- package/docs/zh-CN/concepts/typing-indicators.md +74 -0
- package/docs/zh-CN/concepts/usage-tracking.md +42 -0
- package/docs/zh-CN/date-time.md +129 -0
- package/docs/zh-CN/debug/node-issue.md +90 -0
- package/docs/zh-CN/diagnostics/flags.md +98 -0
- package/docs/zh-CN/gateway/authentication.md +184 -0
- package/docs/zh-CN/gateway/background-process.md +100 -0
- package/docs/zh-CN/gateway/bonjour.md +174 -0
- package/docs/zh-CN/gateway/bridge-protocol.md +86 -0
- package/docs/zh-CN/gateway/cli-backends.md +213 -0
- package/docs/zh-CN/gateway/configuration-examples.md +587 -0
- package/docs/zh-CN/gateway/configuration-reference.md +3103 -0
- package/docs/zh-CN/gateway/configuration.md +640 -0
- package/docs/zh-CN/gateway/discovery.md +123 -0
- package/docs/zh-CN/gateway/doctor.md +238 -0
- package/docs/zh-CN/gateway/gateway-lock.md +41 -0
- package/docs/zh-CN/gateway/health.md +42 -0
- package/docs/zh-CN/gateway/heartbeat.md +274 -0
- package/docs/zh-CN/gateway/index.md +335 -0
- package/docs/zh-CN/gateway/local-models.md +159 -0
- package/docs/zh-CN/gateway/logging.md +114 -0
- package/docs/zh-CN/gateway/multiple-gateways.md +119 -0
- package/docs/zh-CN/gateway/network-model.md +23 -0
- package/docs/zh-CN/gateway/openai-http-api.md +125 -0
- package/docs/zh-CN/gateway/openresponses-http-api.md +317 -0
- package/docs/zh-CN/gateway/pairing.md +99 -0
- package/docs/zh-CN/gateway/protocol.md +220 -0
- package/docs/zh-CN/gateway/remote-gateway-readme.md +164 -0
- package/docs/zh-CN/gateway/remote.md +133 -0
- package/docs/zh-CN/gateway/sandbox-vs-tool-policy-vs-elevated.md +135 -0
- package/docs/zh-CN/gateway/sandboxing.md +188 -0
- package/docs/zh-CN/gateway/security/index.md +777 -0
- package/docs/zh-CN/gateway/tailscale.md +124 -0
- package/docs/zh-CN/gateway/tools-invoke-http-api.md +92 -0
- package/docs/zh-CN/gateway/troubleshooting.md +771 -0
- package/docs/zh-CN/help/debugging.md +160 -0
- package/docs/zh-CN/help/environment.md +88 -0
- package/docs/zh-CN/help/faq.md +2640 -0
- package/docs/zh-CN/help/index.md +28 -0
- package/docs/zh-CN/help/scripts.md +35 -0
- package/docs/zh-CN/help/testing.md +375 -0
- package/docs/zh-CN/help/troubleshooting.md +104 -0
- package/docs/zh-CN/index.md +186 -0
- package/docs/zh-CN/install/ansible.md +215 -0
- package/docs/zh-CN/install/bun.md +65 -0
- package/docs/zh-CN/install/development-channels.md +81 -0
- package/docs/zh-CN/install/docker.md +532 -0
- package/docs/zh-CN/install/exe-dev.md +133 -0
- package/docs/zh-CN/install/fly.md +490 -0
- package/docs/zh-CN/install/gcp.md +510 -0
- package/docs/zh-CN/install/hetzner.md +337 -0
- package/docs/zh-CN/install/index.md +235 -0
- package/docs/zh-CN/install/installer.md +422 -0
- package/docs/zh-CN/install/macos-vm.md +288 -0
- package/docs/zh-CN/install/migrating.md +199 -0
- package/docs/zh-CN/install/nix.md +99 -0
- package/docs/zh-CN/install/node.md +8 -0
- package/docs/zh-CN/install/northflank.mdx +60 -0
- package/docs/zh-CN/install/railway.mdx +106 -0
- package/docs/zh-CN/install/render.mdx +169 -0
- package/docs/zh-CN/install/uninstall.md +135 -0
- package/docs/zh-CN/install/updating.md +233 -0
- package/docs/zh-CN/logging.md +329 -0
- package/docs/zh-CN/network.md +59 -0
- package/docs/zh-CN/nodes/audio.md +120 -0
- package/docs/zh-CN/nodes/camera.md +162 -0
- package/docs/zh-CN/nodes/images.md +79 -0
- package/docs/zh-CN/nodes/index.md +348 -0
- package/docs/zh-CN/nodes/location-command.md +120 -0
- package/docs/zh-CN/nodes/media-understanding.md +380 -0
- package/docs/zh-CN/nodes/talk.md +97 -0
- package/docs/zh-CN/nodes/troubleshooting.md +8 -0
- package/docs/zh-CN/nodes/voicewake.md +72 -0
- package/docs/zh-CN/perplexity.md +102 -0
- package/docs/zh-CN/pi-dev.md +77 -0
- package/docs/zh-CN/pi.md +619 -0
- package/docs/zh-CN/platforms/android.md +155 -0
- package/docs/zh-CN/platforms/digitalocean.md +273 -0
- package/docs/zh-CN/platforms/index.md +60 -0
- package/docs/zh-CN/platforms/ios.md +114 -0
- package/docs/zh-CN/platforms/linux.md +100 -0
- package/docs/zh-CN/platforms/mac/bundled-gateway.md +75 -0
- package/docs/zh-CN/platforms/mac/canvas.md +128 -0
- package/docs/zh-CN/platforms/mac/child-process.md +73 -0
- package/docs/zh-CN/platforms/mac/dev-setup.md +109 -0
- package/docs/zh-CN/platforms/mac/health.md +41 -0
- package/docs/zh-CN/platforms/mac/icon.md +38 -0
- package/docs/zh-CN/platforms/mac/logging.md +64 -0
- package/docs/zh-CN/platforms/mac/menu-bar.md +88 -0
- package/docs/zh-CN/platforms/mac/peekaboo.md +62 -0
- package/docs/zh-CN/platforms/mac/permissions.md +46 -0
- package/docs/zh-CN/platforms/mac/remote.md +90 -0
- package/docs/zh-CN/platforms/mac/signing.md +54 -0
- package/docs/zh-CN/platforms/mac/skills.md +40 -0
- package/docs/zh-CN/platforms/mac/voice-overlay.md +67 -0
- package/docs/zh-CN/platforms/mac/voicewake.md +74 -0
- package/docs/zh-CN/platforms/mac/webchat.md +43 -0
- package/docs/zh-CN/platforms/mac/xpc.md +68 -0
- package/docs/zh-CN/platforms/macos.md +193 -0
- package/docs/zh-CN/platforms/oracle.md +310 -0
- package/docs/zh-CN/platforms/raspberry-pi.md +416 -0
- package/docs/zh-CN/platforms/windows.md +247 -0
- package/docs/zh-CN/plugins/agent-tools.md +99 -0
- package/docs/zh-CN/plugins/manifest.md +68 -0
- package/docs/zh-CN/plugins/voice-call.md +250 -0
- package/docs/zh-CN/plugins/zalouser.md +88 -0
- package/docs/zh-CN/prose.md +141 -0
- package/docs/zh-CN/providers/anthropic.md +265 -0
- package/docs/zh-CN/providers/bedrock.md +170 -0
- package/docs/zh-CN/providers/claude-max-api-proxy.md +155 -0
- package/docs/zh-CN/providers/cloudflare-ai-gateway.md +78 -0
- package/docs/zh-CN/providers/deepgram.md +97 -0
- package/docs/zh-CN/providers/github-copilot.md +67 -0
- package/docs/zh-CN/providers/glm.md +50 -0
- package/docs/zh-CN/providers/huggingface.md +216 -0
- package/docs/zh-CN/providers/index.md +69 -0
- package/docs/zh-CN/providers/kilocode.md +80 -0
- package/docs/zh-CN/providers/litellm.md +160 -0
- package/docs/zh-CN/providers/minimax.md +222 -0
- package/docs/zh-CN/providers/mistral.md +61 -0
- package/docs/zh-CN/providers/models.md +51 -0
- package/docs/zh-CN/providers/moonshot.md +182 -0
- package/docs/zh-CN/providers/nvidia.md +62 -0
- package/docs/zh-CN/providers/ollama.md +359 -0
- package/docs/zh-CN/providers/openai.md +308 -0
- package/docs/zh-CN/providers/opencode-go.md +52 -0
- package/docs/zh-CN/providers/opencode.md +71 -0
- package/docs/zh-CN/providers/openrouter.md +44 -0
- package/docs/zh-CN/providers/qianfan.md +45 -0
- package/docs/zh-CN/providers/qwen.md +55 -0
- package/docs/zh-CN/providers/sglang.md +111 -0
- package/docs/zh-CN/providers/synthetic.md +106 -0
- package/docs/zh-CN/providers/together.md +72 -0
- package/docs/zh-CN/providers/venice.md +289 -0
- package/docs/zh-CN/providers/vercel-ai-gateway.md +66 -0
- package/docs/zh-CN/providers/xiaomi.md +93 -0
- package/docs/zh-CN/providers/zai.md +53 -0
- package/docs/zh-CN/reference/AGENTS.default.md +131 -0
- package/docs/zh-CN/reference/RELEASING.md +48 -0
- package/docs/zh-CN/reference/api-usage-costs.md +141 -0
- package/docs/zh-CN/reference/credits.md +34 -0
- package/docs/zh-CN/reference/device-models.md +54 -0
- package/docs/zh-CN/reference/rpc.md +48 -0
- package/docs/zh-CN/reference/session-management-compaction.md +287 -0
- package/docs/zh-CN/reference/templates/AGENTS.dev.md +89 -0
- package/docs/zh-CN/reference/templates/AGENTS.md +225 -0
- package/docs/zh-CN/reference/templates/BOOT.md +17 -0
- package/docs/zh-CN/reference/templates/BOOTSTRAP.md +68 -0
- package/docs/zh-CN/reference/templates/HEARTBEAT.md +18 -0
- package/docs/zh-CN/reference/templates/IDENTITY.dev.md +54 -0
- package/docs/zh-CN/reference/templates/IDENTITY.md +36 -0
- package/docs/zh-CN/reference/templates/SOUL.dev.md +83 -0
- package/docs/zh-CN/reference/templates/SOUL.md +49 -0
- package/docs/zh-CN/reference/templates/TOOLS.dev.md +31 -0
- package/docs/zh-CN/reference/templates/TOOLS.md +53 -0
- package/docs/zh-CN/reference/templates/USER.dev.md +25 -0
- package/docs/zh-CN/reference/templates/USER.md +30 -0
- package/docs/zh-CN/reference/test.md +57 -0
- package/docs/zh-CN/reference/token-use.md +119 -0
- package/docs/zh-CN/reference/transcript-hygiene.md +109 -0
- package/docs/zh-CN/reference/wizard.md +242 -0
- package/docs/zh-CN/security/formal-verification.md +171 -0
- package/docs/zh-CN/start/bootstrapping.md +9 -0
- package/docs/zh-CN/start/docs-directory.md +70 -0
- package/docs/zh-CN/start/getting-started.md +143 -0
- package/docs/zh-CN/start/hubs.md +194 -0
- package/docs/zh-CN/start/lore.md +226 -0
- package/docs/zh-CN/start/onboarding-overview.md +58 -0
- package/docs/zh-CN/start/onboarding.md +105 -0
- package/docs/zh-CN/start/openclaw.md +248 -0
- package/docs/zh-CN/start/quickstart.md +88 -0
- package/docs/zh-CN/start/setup.md +153 -0
- package/docs/zh-CN/start/showcase.md +423 -0
- package/docs/zh-CN/start/wizard-cli-automation.md +222 -0
- package/docs/zh-CN/start/wizard-cli-reference.md +306 -0
- package/docs/zh-CN/start/wizard.md +132 -0
- package/docs/zh-CN/tools/agent-send.md +59 -0
- package/docs/zh-CN/tools/apply-patch.md +57 -0
- package/docs/zh-CN/tools/browser-linux-troubleshooting.md +144 -0
- package/docs/zh-CN/tools/browser-login.md +75 -0
- package/docs/zh-CN/tools/browser.md +553 -0
- package/docs/zh-CN/tools/chrome-extension.md +183 -0
- package/docs/zh-CN/tools/clawhub.md +209 -0
- package/docs/zh-CN/tools/creating-skills.md +61 -0
- package/docs/zh-CN/tools/elevated.md +64 -0
- package/docs/zh-CN/tools/exec-approvals.md +234 -0
- package/docs/zh-CN/tools/exec.md +169 -0
- package/docs/zh-CN/tools/firecrawl.md +68 -0
- package/docs/zh-CN/tools/index.md +515 -0
- package/docs/zh-CN/tools/llm-task.md +117 -0
- package/docs/zh-CN/tools/lobster.md +349 -0
- package/docs/zh-CN/tools/multi-agent-sandbox-tools.md +401 -0
- package/docs/zh-CN/tools/plugin.md +1612 -0
- package/docs/zh-CN/tools/reactions.md +29 -0
- package/docs/zh-CN/tools/skills-config.md +78 -0
- package/docs/zh-CN/tools/skills.md +279 -0
- package/docs/zh-CN/tools/slash-commands.md +205 -0
- package/docs/zh-CN/tools/subagents.md +167 -0
- package/docs/zh-CN/tools/thinking.md +80 -0
- package/docs/zh-CN/tools/web.md +289 -0
- package/docs/zh-CN/tts.md +375 -0
- package/docs/zh-CN/vps.md +47 -0
- package/docs/zh-CN/web/control-ui.md +191 -0
- package/docs/zh-CN/web/dashboard.md +53 -0
- package/docs/zh-CN/web/index.md +118 -0
- package/docs/zh-CN/web/tui.md +166 -0
- package/docs/zh-CN/web/webchat.md +56 -0
- package/package.json +841 -0
- package/quantumclaw.mjs +135 -0
- package/skills/1password/SKILL.md +70 -0
- package/skills/1password/references/cli-examples.md +29 -0
- package/skills/1password/references/get-started.md +17 -0
- package/skills/apple-notes/SKILL.md +77 -0
- package/skills/apple-reminders/SKILL.md +118 -0
- package/skills/bear-notes/SKILL.md +107 -0
- package/skills/blogwatcher/SKILL.md +69 -0
- package/skills/blucli/SKILL.md +47 -0
- package/skills/bluebubbles/SKILL.md +131 -0
- package/skills/camsnap/SKILL.md +45 -0
- package/skills/canvas/SKILL.md +198 -0
- package/skills/clawhub/SKILL.md +77 -0
- package/skills/coding-agent/SKILL.md +295 -0
- package/skills/discord/SKILL.md +197 -0
- package/skills/eightctl/SKILL.md +50 -0
- package/skills/gemini/SKILL.md +43 -0
- package/skills/gh-issues/SKILL.md +865 -0
- package/skills/gifgrep/SKILL.md +79 -0
- package/skills/github/SKILL.md +163 -0
- package/skills/gog/SKILL.md +116 -0
- package/skills/goplaces/SKILL.md +52 -0
- package/skills/healthcheck/SKILL.md +245 -0
- package/skills/himalaya/SKILL.md +257 -0
- package/skills/himalaya/references/configuration.md +184 -0
- package/skills/himalaya/references/message-composition.md +199 -0
- package/skills/imsg/SKILL.md +122 -0
- package/skills/mcporter/SKILL.md +61 -0
- package/skills/model-usage/SKILL.md +69 -0
- package/skills/model-usage/references/codexbar-cli.md +33 -0
- package/skills/model-usage/scripts/model_usage.py +320 -0
- package/skills/model-usage/scripts/test_model_usage.py +40 -0
- package/skills/nano-pdf/SKILL.md +38 -0
- package/skills/node-connect/SKILL.md +142 -0
- package/skills/notion/SKILL.md +174 -0
- package/skills/obsidian/SKILL.md +81 -0
- package/skills/openai-image-gen/SKILL.md +92 -0
- package/skills/openai-image-gen/scripts/gen.py +328 -0
- package/skills/openai-image-gen/scripts/test_gen.py +140 -0
- package/skills/openai-whisper/SKILL.md +38 -0
- package/skills/openai-whisper-api/SKILL.md +52 -0
- package/skills/openai-whisper-api/scripts/transcribe.sh +85 -0
- package/skills/openhue/SKILL.md +112 -0
- package/skills/oracle/SKILL.md +125 -0
- package/skills/ordercli/SKILL.md +78 -0
- package/skills/peekaboo/SKILL.md +190 -0
- package/skills/sag/SKILL.md +87 -0
- package/skills/session-logs/SKILL.md +115 -0
- package/skills/sherpa-onnx-tts/SKILL.md +103 -0
- package/skills/sherpa-onnx-tts/bin/sherpa-onnx-tts +178 -0
- package/skills/skill-creator/SKILL.md +372 -0
- package/skills/skill-creator/license.txt +202 -0
- package/skills/skill-creator/scripts/init_skill.py +378 -0
- package/skills/skill-creator/scripts/package_skill.py +139 -0
- package/skills/skill-creator/scripts/quick_validate.py +159 -0
- package/skills/skill-creator/scripts/test_package_skill.py +160 -0
- package/skills/skill-creator/scripts/test_quick_validate.py +72 -0
- package/skills/slack/SKILL.md +144 -0
- package/skills/songsee/SKILL.md +49 -0
- package/skills/sonoscli/SKILL.md +65 -0
- package/skills/spotify-player/SKILL.md +64 -0
- package/skills/summarize/SKILL.md +87 -0
- package/skills/things-mac/SKILL.md +86 -0
- package/skills/tmux/SKILL.md +153 -0
- package/skills/tmux/scripts/find-sessions.sh +112 -0
- package/skills/tmux/scripts/wait-for-text.sh +83 -0
- package/skills/trello/SKILL.md +95 -0
- package/skills/video-frames/SKILL.md +46 -0
- package/skills/video-frames/scripts/frame.sh +81 -0
- package/skills/voice-call/SKILL.md +45 -0
- package/skills/wacli/SKILL.md +72 -0
- package/skills/weather/SKILL.md +112 -0
- package/skills/xurl/SKILL.md +461 -0
|
@@ -0,0 +1,1150 @@
|
|
|
1
|
+
---
|
|
2
|
+
summary: "QuantumClaw CLI reference for `quantumclaw` commands, subcommands, and options"
|
|
3
|
+
read_when:
|
|
4
|
+
- Adding or modifying CLI commands or options
|
|
5
|
+
- Documenting new command surfaces
|
|
6
|
+
title: "CLI Reference"
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# CLI reference
|
|
10
|
+
|
|
11
|
+
This page describes the current CLI behavior. If commands change, update this doc.
|
|
12
|
+
|
|
13
|
+
## Command pages
|
|
14
|
+
|
|
15
|
+
- [`setup`](/cli/setup)
|
|
16
|
+
- [`onboard`](/cli/onboard)
|
|
17
|
+
- [`configure`](/cli/configure)
|
|
18
|
+
- [`config`](/cli/config)
|
|
19
|
+
- [`completion`](/cli/completion)
|
|
20
|
+
- [`doctor`](/cli/doctor)
|
|
21
|
+
- [`dashboard`](/cli/dashboard)
|
|
22
|
+
- [`backup`](/cli/backup)
|
|
23
|
+
- [`reset`](/cli/reset)
|
|
24
|
+
- [`uninstall`](/cli/uninstall)
|
|
25
|
+
- [`update`](/cli/update)
|
|
26
|
+
- [`message`](/cli/message)
|
|
27
|
+
- [`agent`](/cli/agent)
|
|
28
|
+
- [`agents`](/cli/agents)
|
|
29
|
+
- [`acp`](/cli/acp)
|
|
30
|
+
- [`status`](/cli/status)
|
|
31
|
+
- [`health`](/cli/health)
|
|
32
|
+
- [`sessions`](/cli/sessions)
|
|
33
|
+
- [`gateway`](/cli/gateway)
|
|
34
|
+
- [`logs`](/cli/logs)
|
|
35
|
+
- [`system`](/cli/system)
|
|
36
|
+
- [`models`](/cli/models)
|
|
37
|
+
- [`memory`](/cli/memory)
|
|
38
|
+
- [`directory`](/cli/directory)
|
|
39
|
+
- [`nodes`](/cli/nodes)
|
|
40
|
+
- [`devices`](/cli/devices)
|
|
41
|
+
- [`node`](/cli/node)
|
|
42
|
+
- [`approvals`](/cli/approvals)
|
|
43
|
+
- [`sandbox`](/cli/sandbox)
|
|
44
|
+
- [`tui`](/cli/tui)
|
|
45
|
+
- [`browser`](/cli/browser)
|
|
46
|
+
- [`cron`](/cli/cron)
|
|
47
|
+
- [`dns`](/cli/dns)
|
|
48
|
+
- [`docs`](/cli/docs)
|
|
49
|
+
- [`hooks`](/cli/hooks)
|
|
50
|
+
- [`webhooks`](/cli/webhooks)
|
|
51
|
+
- [`pairing`](/cli/pairing)
|
|
52
|
+
- [`qr`](/cli/qr)
|
|
53
|
+
- [`plugins`](/cli/plugins) (plugin commands)
|
|
54
|
+
- [`channels`](/cli/channels)
|
|
55
|
+
- [`security`](/cli/security)
|
|
56
|
+
- [`secrets`](/cli/secrets)
|
|
57
|
+
- [`skills`](/cli/skills)
|
|
58
|
+
- [`daemon`](/cli/daemon) (legacy alias for gateway service commands)
|
|
59
|
+
- [`clawbot`](/cli/clawbot) (legacy alias namespace)
|
|
60
|
+
- [`voicecall`](/cli/voicecall) (plugin; if installed)
|
|
61
|
+
|
|
62
|
+
## Global flags
|
|
63
|
+
|
|
64
|
+
- `--dev`: isolate state under `~/.quantumclaw-dev` and shift default ports.
|
|
65
|
+
- `--profile <name>`: isolate state under `~/.quantumclaw-<name>`.
|
|
66
|
+
- `--no-color`: disable ANSI colors.
|
|
67
|
+
- `--update`: shorthand for `quantumclaw update` (source installs only).
|
|
68
|
+
- `-V`, `--version`, `-v`: print version and exit.
|
|
69
|
+
|
|
70
|
+
## Output styling
|
|
71
|
+
|
|
72
|
+
- ANSI colors and progress indicators only render in TTY sessions.
|
|
73
|
+
- OSC-8 hyperlinks render as clickable links in supported terminals; otherwise we fall back to plain URLs.
|
|
74
|
+
- `--json` (and `--plain` where supported) disables styling for clean output.
|
|
75
|
+
- `--no-color` disables ANSI styling; `NO_COLOR=1` is also respected.
|
|
76
|
+
- Long-running commands show a progress indicator (OSC 9;4 when supported).
|
|
77
|
+
|
|
78
|
+
## Color palette
|
|
79
|
+
|
|
80
|
+
QuantumClaw uses a lobster palette for CLI output.
|
|
81
|
+
|
|
82
|
+
- `accent` (#FF5A2D): headings, labels, primary highlights.
|
|
83
|
+
- `accentBright` (#FF7A3D): command names, emphasis.
|
|
84
|
+
- `accentDim` (#D14A22): secondary highlight text.
|
|
85
|
+
- `info` (#FF8A5B): informational values.
|
|
86
|
+
- `success` (#2FBF71): success states.
|
|
87
|
+
- `warn` (#FFB020): warnings, fallbacks, attention.
|
|
88
|
+
- `error` (#E23D2D): errors, failures.
|
|
89
|
+
- `muted` (#8B7F77): de-emphasis, metadata.
|
|
90
|
+
|
|
91
|
+
Palette source of truth: `src/terminal/palette.ts` (the “lobster palette”).
|
|
92
|
+
|
|
93
|
+
## Command tree
|
|
94
|
+
|
|
95
|
+
```
|
|
96
|
+
quantumclaw [--dev] [--profile <name>] <command>
|
|
97
|
+
setup
|
|
98
|
+
onboard
|
|
99
|
+
configure
|
|
100
|
+
config
|
|
101
|
+
get
|
|
102
|
+
set
|
|
103
|
+
unset
|
|
104
|
+
file
|
|
105
|
+
validate
|
|
106
|
+
completion
|
|
107
|
+
doctor
|
|
108
|
+
dashboard
|
|
109
|
+
backup
|
|
110
|
+
create
|
|
111
|
+
verify
|
|
112
|
+
security
|
|
113
|
+
audit
|
|
114
|
+
secrets
|
|
115
|
+
reload
|
|
116
|
+
migrate
|
|
117
|
+
reset
|
|
118
|
+
uninstall
|
|
119
|
+
update
|
|
120
|
+
channels
|
|
121
|
+
list
|
|
122
|
+
status
|
|
123
|
+
logs
|
|
124
|
+
add
|
|
125
|
+
remove
|
|
126
|
+
login
|
|
127
|
+
logout
|
|
128
|
+
directory
|
|
129
|
+
skills
|
|
130
|
+
list
|
|
131
|
+
info
|
|
132
|
+
check
|
|
133
|
+
plugins
|
|
134
|
+
list
|
|
135
|
+
info
|
|
136
|
+
install
|
|
137
|
+
enable
|
|
138
|
+
disable
|
|
139
|
+
doctor
|
|
140
|
+
memory
|
|
141
|
+
status
|
|
142
|
+
index
|
|
143
|
+
search
|
|
144
|
+
message
|
|
145
|
+
agent
|
|
146
|
+
agents
|
|
147
|
+
list
|
|
148
|
+
add
|
|
149
|
+
delete
|
|
150
|
+
acp
|
|
151
|
+
status
|
|
152
|
+
health
|
|
153
|
+
sessions
|
|
154
|
+
gateway
|
|
155
|
+
call
|
|
156
|
+
health
|
|
157
|
+
status
|
|
158
|
+
probe
|
|
159
|
+
discover
|
|
160
|
+
install
|
|
161
|
+
uninstall
|
|
162
|
+
start
|
|
163
|
+
stop
|
|
164
|
+
restart
|
|
165
|
+
run
|
|
166
|
+
daemon
|
|
167
|
+
status
|
|
168
|
+
install
|
|
169
|
+
uninstall
|
|
170
|
+
start
|
|
171
|
+
stop
|
|
172
|
+
restart
|
|
173
|
+
logs
|
|
174
|
+
system
|
|
175
|
+
event
|
|
176
|
+
heartbeat last|enable|disable
|
|
177
|
+
presence
|
|
178
|
+
models
|
|
179
|
+
list
|
|
180
|
+
status
|
|
181
|
+
set
|
|
182
|
+
set-image
|
|
183
|
+
aliases list|add|remove
|
|
184
|
+
fallbacks list|add|remove|clear
|
|
185
|
+
image-fallbacks list|add|remove|clear
|
|
186
|
+
scan
|
|
187
|
+
auth add|setup-token|paste-token
|
|
188
|
+
auth order get|set|clear
|
|
189
|
+
sandbox
|
|
190
|
+
list
|
|
191
|
+
recreate
|
|
192
|
+
explain
|
|
193
|
+
cron
|
|
194
|
+
status
|
|
195
|
+
list
|
|
196
|
+
add
|
|
197
|
+
edit
|
|
198
|
+
rm
|
|
199
|
+
enable
|
|
200
|
+
disable
|
|
201
|
+
runs
|
|
202
|
+
run
|
|
203
|
+
nodes
|
|
204
|
+
devices
|
|
205
|
+
node
|
|
206
|
+
run
|
|
207
|
+
status
|
|
208
|
+
install
|
|
209
|
+
uninstall
|
|
210
|
+
start
|
|
211
|
+
stop
|
|
212
|
+
restart
|
|
213
|
+
approvals
|
|
214
|
+
get
|
|
215
|
+
set
|
|
216
|
+
allowlist add|remove
|
|
217
|
+
browser
|
|
218
|
+
status
|
|
219
|
+
start
|
|
220
|
+
stop
|
|
221
|
+
reset-profile
|
|
222
|
+
tabs
|
|
223
|
+
open
|
|
224
|
+
focus
|
|
225
|
+
close
|
|
226
|
+
profiles
|
|
227
|
+
create-profile
|
|
228
|
+
delete-profile
|
|
229
|
+
screenshot
|
|
230
|
+
snapshot
|
|
231
|
+
navigate
|
|
232
|
+
resize
|
|
233
|
+
click
|
|
234
|
+
type
|
|
235
|
+
press
|
|
236
|
+
hover
|
|
237
|
+
drag
|
|
238
|
+
select
|
|
239
|
+
upload
|
|
240
|
+
fill
|
|
241
|
+
dialog
|
|
242
|
+
wait
|
|
243
|
+
evaluate
|
|
244
|
+
console
|
|
245
|
+
pdf
|
|
246
|
+
hooks
|
|
247
|
+
list
|
|
248
|
+
info
|
|
249
|
+
check
|
|
250
|
+
enable
|
|
251
|
+
disable
|
|
252
|
+
install
|
|
253
|
+
update
|
|
254
|
+
webhooks
|
|
255
|
+
gmail setup|run
|
|
256
|
+
pairing
|
|
257
|
+
list
|
|
258
|
+
approve
|
|
259
|
+
qr
|
|
260
|
+
clawbot
|
|
261
|
+
qr
|
|
262
|
+
docs
|
|
263
|
+
dns
|
|
264
|
+
setup
|
|
265
|
+
tui
|
|
266
|
+
```
|
|
267
|
+
|
|
268
|
+
Note: plugins can add additional top-level commands (for example `quantumclaw voicecall`).
|
|
269
|
+
|
|
270
|
+
## Security
|
|
271
|
+
|
|
272
|
+
- `quantumclaw security audit` — audit config + local state for common security foot-guns.
|
|
273
|
+
- `quantumclaw security audit --deep` — best-effort live Gateway probe.
|
|
274
|
+
- `quantumclaw security audit --fix` — tighten safe defaults and chmod state/config.
|
|
275
|
+
|
|
276
|
+
## Secrets
|
|
277
|
+
|
|
278
|
+
- `quantumclaw secrets reload` — re-resolve refs and atomically swap the runtime snapshot.
|
|
279
|
+
- `quantumclaw secrets audit` — scan for plaintext residues, unresolved refs, and precedence drift (`--allow-exec` to execute exec providers during audit).
|
|
280
|
+
- `quantumclaw secrets configure` — interactive helper for provider setup + SecretRef mapping + preflight/apply (`--allow-exec` to execute exec providers during preflight and exec-containing apply flows).
|
|
281
|
+
- `quantumclaw secrets apply --from <plan.json>` — apply a previously generated plan (`--dry-run` supported; use `--allow-exec` to permit exec providers in dry-run and exec-containing write plans).
|
|
282
|
+
|
|
283
|
+
## Plugins
|
|
284
|
+
|
|
285
|
+
Manage extensions and their config:
|
|
286
|
+
|
|
287
|
+
- `quantumclaw plugins list` — discover plugins (use `--json` for machine output).
|
|
288
|
+
- `quantumclaw plugins inspect <id>` — show details for a plugin (`info` is an alias).
|
|
289
|
+
- `quantumclaw plugins install <path|.tgz|npm-spec|plugin@marketplace>` — install a plugin (or add a plugin path to `plugins.load.paths`).
|
|
290
|
+
- `quantumclaw plugins marketplace list <marketplace>` — list marketplace entries before install.
|
|
291
|
+
- `quantumclaw plugins enable <id>` / `disable <id>` — toggle `plugins.entries.<id>.enabled`.
|
|
292
|
+
- `quantumclaw plugins doctor` — report plugin load errors.
|
|
293
|
+
|
|
294
|
+
Most plugin changes require a gateway restart. See [/plugin](/tools/plugin).
|
|
295
|
+
|
|
296
|
+
## Memory
|
|
297
|
+
|
|
298
|
+
Vector search over `MEMORY.md` + `memory/*.md`:
|
|
299
|
+
|
|
300
|
+
- `quantumclaw memory status` — show index stats.
|
|
301
|
+
- `quantumclaw memory index` — reindex memory files.
|
|
302
|
+
- `quantumclaw memory search "<query>"` (or `--query "<query>"`) — semantic search over memory.
|
|
303
|
+
|
|
304
|
+
## Chat slash commands
|
|
305
|
+
|
|
306
|
+
Chat messages support `/...` commands (text and native). See [/tools/slash-commands](/tools/slash-commands).
|
|
307
|
+
|
|
308
|
+
Highlights:
|
|
309
|
+
|
|
310
|
+
- `/status` for quick diagnostics.
|
|
311
|
+
- `/config` for persisted config changes.
|
|
312
|
+
- `/debug` for runtime-only config overrides (memory, not disk; requires `commands.debug: true`).
|
|
313
|
+
|
|
314
|
+
## Setup + onboarding
|
|
315
|
+
|
|
316
|
+
### `setup`
|
|
317
|
+
|
|
318
|
+
Initialize config + workspace.
|
|
319
|
+
|
|
320
|
+
Options:
|
|
321
|
+
|
|
322
|
+
- `--workspace <dir>`: agent workspace path (default `~/.quantumclaw/workspace`).
|
|
323
|
+
- `--wizard`: run onboarding.
|
|
324
|
+
- `--non-interactive`: run onboarding without prompts.
|
|
325
|
+
- `--mode <local|remote>`: onboard mode.
|
|
326
|
+
- `--remote-url <url>`: remote Gateway URL.
|
|
327
|
+
- `--remote-token <token>`: remote Gateway token.
|
|
328
|
+
|
|
329
|
+
Onboarding auto-runs when any onboarding flags are present (`--non-interactive`, `--mode`, `--remote-url`, `--remote-token`).
|
|
330
|
+
|
|
331
|
+
### `onboard`
|
|
332
|
+
|
|
333
|
+
Interactive onboarding for gateway, workspace, and skills.
|
|
334
|
+
|
|
335
|
+
Options:
|
|
336
|
+
|
|
337
|
+
- `--workspace <dir>`
|
|
338
|
+
- `--reset` (reset config + credentials + sessions before onboarding)
|
|
339
|
+
- `--reset-scope <config|config+creds+sessions|full>` (default `config+creds+sessions`; use `full` to also remove workspace)
|
|
340
|
+
- `--non-interactive`
|
|
341
|
+
- `--mode <local|remote>`
|
|
342
|
+
- `--flow <quickstart|advanced|manual>` (manual is an alias for advanced)
|
|
343
|
+
- `--auth-choice <setup-token|token|chutes|openai-codex|openai-api-key|openrouter-api-key|ollama|ai-gateway-api-key|moonshot-api-key|moonshot-api-key-cn|kimi-code-api-key|synthetic-api-key|venice-api-key|gemini-api-key|zai-api-key|mistral-api-key|apiKey|minimax-api|minimax-api-lightning|opencode-zen|opencode-go|custom-api-key|skip>`
|
|
344
|
+
- `--token-provider <id>` (non-interactive; used with `--auth-choice token`)
|
|
345
|
+
- `--token <token>` (non-interactive; used with `--auth-choice token`)
|
|
346
|
+
- `--token-profile-id <id>` (non-interactive; default: `<provider>:manual`)
|
|
347
|
+
- `--token-expires-in <duration>` (non-interactive; e.g. `365d`, `12h`)
|
|
348
|
+
- `--secret-input-mode <plaintext|ref>` (default `plaintext`; use `ref` to store provider default env refs instead of plaintext keys)
|
|
349
|
+
- `--anthropic-api-key <key>`
|
|
350
|
+
- `--openai-api-key <key>`
|
|
351
|
+
- `--mistral-api-key <key>`
|
|
352
|
+
- `--openrouter-api-key <key>`
|
|
353
|
+
- `--ai-gateway-api-key <key>`
|
|
354
|
+
- `--moonshot-api-key <key>`
|
|
355
|
+
- `--kimi-code-api-key <key>`
|
|
356
|
+
- `--gemini-api-key <key>`
|
|
357
|
+
- `--zai-api-key <key>`
|
|
358
|
+
- `--minimax-api-key <key>`
|
|
359
|
+
- `--opencode-zen-api-key <key>`
|
|
360
|
+
- `--opencode-go-api-key <key>`
|
|
361
|
+
- `--custom-base-url <url>` (non-interactive; used with `--auth-choice custom-api-key` or `--auth-choice ollama`)
|
|
362
|
+
- `--custom-model-id <id>` (non-interactive; used with `--auth-choice custom-api-key` or `--auth-choice ollama`)
|
|
363
|
+
- `--custom-api-key <key>` (non-interactive; optional; used with `--auth-choice custom-api-key`; falls back to `CUSTOM_API_KEY` when omitted)
|
|
364
|
+
- `--custom-provider-id <id>` (non-interactive; optional custom provider id)
|
|
365
|
+
- `--custom-compatibility <openai|anthropic>` (non-interactive; optional; default `openai`)
|
|
366
|
+
- `--gateway-port <port>`
|
|
367
|
+
- `--gateway-bind <loopback|lan|tailnet|auto|custom>`
|
|
368
|
+
- `--gateway-auth <token|password>`
|
|
369
|
+
- `--gateway-token <token>`
|
|
370
|
+
- `--gateway-token-ref-env <name>` (non-interactive; store `gateway.auth.token` as an env SecretRef; requires that env var to be set; cannot be combined with `--gateway-token`)
|
|
371
|
+
- `--gateway-password <password>`
|
|
372
|
+
- `--remote-url <url>`
|
|
373
|
+
- `--remote-token <token>`
|
|
374
|
+
- `--tailscale <off|serve|funnel>`
|
|
375
|
+
- `--tailscale-reset-on-exit`
|
|
376
|
+
- `--install-daemon`
|
|
377
|
+
- `--no-install-daemon` (alias: `--skip-daemon`)
|
|
378
|
+
- `--daemon-runtime <node|bun>`
|
|
379
|
+
- `--skip-channels`
|
|
380
|
+
- `--skip-skills`
|
|
381
|
+
- `--skip-health`
|
|
382
|
+
- `--skip-ui`
|
|
383
|
+
- `--node-manager <npm|pnpm|bun>` (pnpm recommended; bun not recommended for Gateway runtime)
|
|
384
|
+
- `--json`
|
|
385
|
+
|
|
386
|
+
### `configure`
|
|
387
|
+
|
|
388
|
+
Interactive configuration wizard (models, channels, skills, gateway).
|
|
389
|
+
|
|
390
|
+
### `config`
|
|
391
|
+
|
|
392
|
+
Non-interactive config helpers (get/set/unset/file/validate). Running `quantumclaw config` with no
|
|
393
|
+
subcommand launches the wizard.
|
|
394
|
+
|
|
395
|
+
Subcommands:
|
|
396
|
+
|
|
397
|
+
- `config get <path>`: print a config value (dot/bracket path).
|
|
398
|
+
- `config set`: supports four assignment modes:
|
|
399
|
+
- value mode: `config set <path> <value>` (JSON5-or-string parsing)
|
|
400
|
+
- SecretRef builder mode: `config set <path> --ref-provider <provider> --ref-source <source> --ref-id <id>`
|
|
401
|
+
- provider builder mode: `config set secrets.providers.<alias> --provider-source <env|file|exec> ...`
|
|
402
|
+
- batch mode: `config set --batch-json '<json>'` or `config set --batch-file <path>`
|
|
403
|
+
- `config set --dry-run`: validate assignments without writing `quantumclaw.json` (exec SecretRef checks are skipped by default).
|
|
404
|
+
- `config set --allow-exec --dry-run`: opt in to exec SecretRef dry-run checks (may execute provider commands).
|
|
405
|
+
- `config set --dry-run --json`: emit machine-readable dry-run output (checks + completeness signal, operations, refs checked/skipped, errors).
|
|
406
|
+
- `config set --strict-json`: require JSON5 parsing for path/value input. `--json` remains a legacy alias for strict parsing outside dry-run output mode.
|
|
407
|
+
- `config unset <path>`: remove a value.
|
|
408
|
+
- `config file`: print the active config file path.
|
|
409
|
+
- `config validate`: validate the current config against the schema without starting the gateway.
|
|
410
|
+
- `config validate --json`: emit machine-readable JSON output.
|
|
411
|
+
|
|
412
|
+
### `doctor`
|
|
413
|
+
|
|
414
|
+
Health checks + quick fixes (config + gateway + legacy services).
|
|
415
|
+
|
|
416
|
+
Options:
|
|
417
|
+
|
|
418
|
+
- `--no-workspace-suggestions`: disable workspace memory hints.
|
|
419
|
+
- `--yes`: accept defaults without prompting (headless).
|
|
420
|
+
- `--non-interactive`: skip prompts; apply safe migrations only.
|
|
421
|
+
- `--deep`: scan system services for extra gateway installs.
|
|
422
|
+
|
|
423
|
+
## Channel helpers
|
|
424
|
+
|
|
425
|
+
### `channels`
|
|
426
|
+
|
|
427
|
+
Manage chat channel accounts (WhatsApp/Telegram/Discord/Google Chat/Slack/Mattermost (plugin)/Signal/iMessage/Microsoft Teams).
|
|
428
|
+
|
|
429
|
+
Subcommands:
|
|
430
|
+
|
|
431
|
+
- `channels list`: show configured channels and auth profiles.
|
|
432
|
+
- `channels status`: check gateway reachability and channel health (`--probe` runs extra checks; use `quantumclaw health` or `quantumclaw status --deep` for gateway health probes).
|
|
433
|
+
- Tip: `channels status` prints warnings with suggested fixes when it can detect common misconfigurations (then points you to `quantumclaw doctor`).
|
|
434
|
+
- `channels logs`: show recent channel logs from the gateway log file.
|
|
435
|
+
- `channels add`: wizard-style setup when no flags are passed; flags switch to non-interactive mode.
|
|
436
|
+
- When adding a non-default account to a channel still using single-account top-level config, QuantumClaw moves account-scoped values into `channels.<channel>.accounts.default` before writing the new account.
|
|
437
|
+
- Non-interactive `channels add` does not auto-create/upgrade bindings; channel-only bindings continue to match the default account.
|
|
438
|
+
- `channels remove`: disable by default; pass `--delete` to remove config entries without prompts.
|
|
439
|
+
- `channels login`: interactive channel login (WhatsApp Web only).
|
|
440
|
+
- `channels logout`: log out of a channel session (if supported).
|
|
441
|
+
|
|
442
|
+
Common options:
|
|
443
|
+
|
|
444
|
+
- `--channel <name>`: `whatsapp|telegram|discord|googlechat|slack|mattermost|signal|imessage|msteams`
|
|
445
|
+
- `--account <id>`: channel account id (default `default`)
|
|
446
|
+
- `--name <label>`: display name for the account
|
|
447
|
+
|
|
448
|
+
`channels login` options:
|
|
449
|
+
|
|
450
|
+
- `--channel <channel>` (default `whatsapp`; supports `whatsapp`/`web`)
|
|
451
|
+
- `--account <id>`
|
|
452
|
+
- `--verbose`
|
|
453
|
+
|
|
454
|
+
`channels logout` options:
|
|
455
|
+
|
|
456
|
+
- `--channel <channel>` (default `whatsapp`)
|
|
457
|
+
- `--account <id>`
|
|
458
|
+
|
|
459
|
+
`channels list` options:
|
|
460
|
+
|
|
461
|
+
- `--no-usage`: skip model provider usage/quota snapshots (OAuth/API-backed only).
|
|
462
|
+
- `--json`: output JSON (includes usage unless `--no-usage` is set).
|
|
463
|
+
|
|
464
|
+
`channels logs` options:
|
|
465
|
+
|
|
466
|
+
- `--channel <name|all>` (default `all`)
|
|
467
|
+
- `--lines <n>` (default `200`)
|
|
468
|
+
- `--json`
|
|
469
|
+
|
|
470
|
+
More detail: [/concepts/oauth](/concepts/oauth)
|
|
471
|
+
|
|
472
|
+
Examples:
|
|
473
|
+
|
|
474
|
+
```bash
|
|
475
|
+
quantumclaw channels add --channel telegram --account alerts --name "Alerts Bot" --token $TELEGRAM_BOT_TOKEN
|
|
476
|
+
quantumclaw channels add --channel discord --account work --name "Work Bot" --token $DISCORD_BOT_TOKEN
|
|
477
|
+
quantumclaw channels remove --channel discord --account work --delete
|
|
478
|
+
quantumclaw channels status --probe
|
|
479
|
+
quantumclaw status --deep
|
|
480
|
+
```
|
|
481
|
+
|
|
482
|
+
### `skills`
|
|
483
|
+
|
|
484
|
+
List and inspect available skills plus readiness info.
|
|
485
|
+
|
|
486
|
+
Subcommands:
|
|
487
|
+
|
|
488
|
+
- `skills search [query...]`: search ClawHub skills.
|
|
489
|
+
- `skills install <slug>`: install a skill from ClawHub into the active workspace.
|
|
490
|
+
- `skills update <slug|--all>`: update tracked ClawHub skills.
|
|
491
|
+
- `skills list`: list skills (default when no subcommand).
|
|
492
|
+
- `skills info <name>`: show details for one skill.
|
|
493
|
+
- `skills check`: summary of ready vs missing requirements.
|
|
494
|
+
|
|
495
|
+
Options:
|
|
496
|
+
|
|
497
|
+
- `--eligible`: show only ready skills.
|
|
498
|
+
- `--json`: output JSON (no styling).
|
|
499
|
+
- `-v`, `--verbose`: include missing requirements detail.
|
|
500
|
+
|
|
501
|
+
Tip: use `quantumclaw skills search`, `quantumclaw skills install`, and `quantumclaw skills update` for ClawHub-backed skills.
|
|
502
|
+
|
|
503
|
+
### `pairing`
|
|
504
|
+
|
|
505
|
+
Approve DM pairing requests across channels.
|
|
506
|
+
|
|
507
|
+
Subcommands:
|
|
508
|
+
|
|
509
|
+
- `pairing list [channel] [--channel <channel>] [--account <id>] [--json]`
|
|
510
|
+
- `pairing approve <channel> <code> [--account <id>] [--notify]`
|
|
511
|
+
- `pairing approve --channel <channel> [--account <id>] <code> [--notify]`
|
|
512
|
+
|
|
513
|
+
### `devices`
|
|
514
|
+
|
|
515
|
+
Manage gateway device pairing entries and per-role device tokens.
|
|
516
|
+
|
|
517
|
+
Subcommands:
|
|
518
|
+
|
|
519
|
+
- `devices list [--json]`
|
|
520
|
+
- `devices approve [requestId] [--latest]`
|
|
521
|
+
- `devices reject <requestId>`
|
|
522
|
+
- `devices remove <deviceId>`
|
|
523
|
+
- `devices clear --yes [--pending]`
|
|
524
|
+
- `devices rotate --device <id> --role <role> [--scope <scope...>]`
|
|
525
|
+
- `devices revoke --device <id> --role <role>`
|
|
526
|
+
|
|
527
|
+
### `webhooks gmail`
|
|
528
|
+
|
|
529
|
+
Gmail Pub/Sub hook setup + runner. See [/automation/gmail-pubsub](/automation/gmail-pubsub).
|
|
530
|
+
|
|
531
|
+
Subcommands:
|
|
532
|
+
|
|
533
|
+
- `webhooks gmail setup` (requires `--account <email>`; supports `--project`, `--topic`, `--subscription`, `--label`, `--hook-url`, `--hook-token`, `--push-token`, `--bind`, `--port`, `--path`, `--include-body`, `--max-bytes`, `--renew-minutes`, `--tailscale`, `--tailscale-path`, `--tailscale-target`, `--push-endpoint`, `--json`)
|
|
534
|
+
- `webhooks gmail run` (runtime overrides for the same flags)
|
|
535
|
+
|
|
536
|
+
### `dns setup`
|
|
537
|
+
|
|
538
|
+
Wide-area discovery DNS helper (CoreDNS + Tailscale). See [/gateway/discovery](/gateway/discovery).
|
|
539
|
+
|
|
540
|
+
Options:
|
|
541
|
+
|
|
542
|
+
- `--apply`: install/update CoreDNS config (requires sudo; macOS only).
|
|
543
|
+
|
|
544
|
+
## Messaging + agent
|
|
545
|
+
|
|
546
|
+
### `message`
|
|
547
|
+
|
|
548
|
+
Unified outbound messaging + channel actions.
|
|
549
|
+
|
|
550
|
+
See: [/cli/message](/cli/message)
|
|
551
|
+
|
|
552
|
+
Subcommands:
|
|
553
|
+
|
|
554
|
+
- `message send|poll|react|reactions|read|edit|delete|pin|unpin|pins|permissions|search|timeout|kick|ban`
|
|
555
|
+
- `message thread <create|list|reply>`
|
|
556
|
+
- `message emoji <list|upload>`
|
|
557
|
+
- `message sticker <send|upload>`
|
|
558
|
+
- `message role <info|add|remove>`
|
|
559
|
+
- `message channel <info|list>`
|
|
560
|
+
- `message member info`
|
|
561
|
+
- `message voice status`
|
|
562
|
+
- `message event <list|create>`
|
|
563
|
+
|
|
564
|
+
Examples:
|
|
565
|
+
|
|
566
|
+
- `quantumclaw message send --target +15555550123 --message "Hi"`
|
|
567
|
+
- `quantumclaw message poll --channel discord --target channel:123 --poll-question "Snack?" --poll-option Pizza --poll-option Sushi`
|
|
568
|
+
|
|
569
|
+
### `agent`
|
|
570
|
+
|
|
571
|
+
Run one agent turn via the Gateway (or `--local` embedded).
|
|
572
|
+
|
|
573
|
+
Required:
|
|
574
|
+
|
|
575
|
+
- `--message <text>`
|
|
576
|
+
|
|
577
|
+
Options:
|
|
578
|
+
|
|
579
|
+
- `--to <dest>` (for session key and optional delivery)
|
|
580
|
+
- `--session-id <id>`
|
|
581
|
+
- `--thinking <off|minimal|low|medium|high|xhigh>` (GPT-5.2 + Codex models only)
|
|
582
|
+
- `--verbose <on|full|off>`
|
|
583
|
+
- `--channel <whatsapp|telegram|discord|slack|mattermost|signal|imessage|msteams>`
|
|
584
|
+
- `--local`
|
|
585
|
+
- `--deliver`
|
|
586
|
+
- `--json`
|
|
587
|
+
- `--timeout <seconds>`
|
|
588
|
+
|
|
589
|
+
### `agents`
|
|
590
|
+
|
|
591
|
+
Manage isolated agents (workspaces + auth + routing).
|
|
592
|
+
|
|
593
|
+
#### `agents list`
|
|
594
|
+
|
|
595
|
+
List configured agents.
|
|
596
|
+
|
|
597
|
+
Options:
|
|
598
|
+
|
|
599
|
+
- `--json`
|
|
600
|
+
- `--bindings`
|
|
601
|
+
|
|
602
|
+
#### `agents add [name]`
|
|
603
|
+
|
|
604
|
+
Add a new isolated agent. Runs the guided wizard unless flags (or `--non-interactive`) are passed; `--workspace` is required in non-interactive mode.
|
|
605
|
+
|
|
606
|
+
Options:
|
|
607
|
+
|
|
608
|
+
- `--workspace <dir>`
|
|
609
|
+
- `--model <id>`
|
|
610
|
+
- `--agent-dir <dir>`
|
|
611
|
+
- `--bind <channel[:accountId]>` (repeatable)
|
|
612
|
+
- `--non-interactive`
|
|
613
|
+
- `--json`
|
|
614
|
+
|
|
615
|
+
Binding specs use `channel[:accountId]`. When `accountId` is omitted, QuantumClaw may resolve account scope via channel defaults/plugin hooks; otherwise it is a channel binding without explicit account scope.
|
|
616
|
+
|
|
617
|
+
#### `agents bindings`
|
|
618
|
+
|
|
619
|
+
List routing bindings.
|
|
620
|
+
|
|
621
|
+
Options:
|
|
622
|
+
|
|
623
|
+
- `--agent <id>`
|
|
624
|
+
- `--json`
|
|
625
|
+
|
|
626
|
+
#### `agents bind`
|
|
627
|
+
|
|
628
|
+
Add routing bindings for an agent.
|
|
629
|
+
|
|
630
|
+
Options:
|
|
631
|
+
|
|
632
|
+
- `--agent <id>`
|
|
633
|
+
- `--bind <channel[:accountId]>` (repeatable)
|
|
634
|
+
- `--json`
|
|
635
|
+
|
|
636
|
+
#### `agents unbind`
|
|
637
|
+
|
|
638
|
+
Remove routing bindings for an agent.
|
|
639
|
+
|
|
640
|
+
Options:
|
|
641
|
+
|
|
642
|
+
- `--agent <id>`
|
|
643
|
+
- `--bind <channel[:accountId]>` (repeatable)
|
|
644
|
+
- `--all`
|
|
645
|
+
- `--json`
|
|
646
|
+
|
|
647
|
+
#### `agents delete <id>`
|
|
648
|
+
|
|
649
|
+
Delete an agent and prune its workspace + state.
|
|
650
|
+
|
|
651
|
+
Options:
|
|
652
|
+
|
|
653
|
+
- `--force`
|
|
654
|
+
- `--json`
|
|
655
|
+
|
|
656
|
+
### `acp`
|
|
657
|
+
|
|
658
|
+
Run the ACP bridge that connects IDEs to the Gateway.
|
|
659
|
+
|
|
660
|
+
See [`acp`](/cli/acp) for full options and examples.
|
|
661
|
+
|
|
662
|
+
### `status`
|
|
663
|
+
|
|
664
|
+
Show linked session health and recent recipients.
|
|
665
|
+
|
|
666
|
+
Options:
|
|
667
|
+
|
|
668
|
+
- `--json`
|
|
669
|
+
- `--all` (full diagnosis; read-only, pasteable)
|
|
670
|
+
- `--deep` (probe channels)
|
|
671
|
+
- `--usage` (show model provider usage/quota)
|
|
672
|
+
- `--timeout <ms>`
|
|
673
|
+
- `--verbose`
|
|
674
|
+
- `--debug` (alias for `--verbose`)
|
|
675
|
+
|
|
676
|
+
Notes:
|
|
677
|
+
|
|
678
|
+
- Overview includes Gateway + node host service status when available.
|
|
679
|
+
|
|
680
|
+
### Usage tracking
|
|
681
|
+
|
|
682
|
+
QuantumClaw can surface provider usage/quota when OAuth/API creds are available.
|
|
683
|
+
|
|
684
|
+
Surfaces:
|
|
685
|
+
|
|
686
|
+
- `/status` (adds a short provider usage line when available)
|
|
687
|
+
- `quantumclaw status --usage` (prints full provider breakdown)
|
|
688
|
+
- macOS menu bar (Usage section under Context)
|
|
689
|
+
|
|
690
|
+
Notes:
|
|
691
|
+
|
|
692
|
+
- Data comes directly from provider usage endpoints (no estimates).
|
|
693
|
+
- Providers: Anthropic, GitHub Copilot, OpenAI Codex OAuth, plus Gemini CLI via the bundled `google` plugin and Antigravity where configured.
|
|
694
|
+
- If no matching credentials exist, usage is hidden.
|
|
695
|
+
- Details: see [Usage tracking](/concepts/usage-tracking).
|
|
696
|
+
|
|
697
|
+
### `health`
|
|
698
|
+
|
|
699
|
+
Fetch health from the running Gateway.
|
|
700
|
+
|
|
701
|
+
Options:
|
|
702
|
+
|
|
703
|
+
- `--json`
|
|
704
|
+
- `--timeout <ms>`
|
|
705
|
+
- `--verbose`
|
|
706
|
+
|
|
707
|
+
### `sessions`
|
|
708
|
+
|
|
709
|
+
List stored conversation sessions.
|
|
710
|
+
|
|
711
|
+
Options:
|
|
712
|
+
|
|
713
|
+
- `--json`
|
|
714
|
+
- `--verbose`
|
|
715
|
+
- `--store <path>`
|
|
716
|
+
- `--active <minutes>`
|
|
717
|
+
|
|
718
|
+
## Reset / Uninstall
|
|
719
|
+
|
|
720
|
+
### `reset`
|
|
721
|
+
|
|
722
|
+
Reset local config/state (keeps the CLI installed).
|
|
723
|
+
|
|
724
|
+
Options:
|
|
725
|
+
|
|
726
|
+
- `--scope <config|config+creds+sessions|full>`
|
|
727
|
+
- `--yes`
|
|
728
|
+
- `--non-interactive`
|
|
729
|
+
- `--dry-run`
|
|
730
|
+
|
|
731
|
+
Notes:
|
|
732
|
+
|
|
733
|
+
- `--non-interactive` requires `--scope` and `--yes`.
|
|
734
|
+
|
|
735
|
+
### `uninstall`
|
|
736
|
+
|
|
737
|
+
Uninstall the gateway service + local data (CLI remains).
|
|
738
|
+
|
|
739
|
+
Options:
|
|
740
|
+
|
|
741
|
+
- `--service`
|
|
742
|
+
- `--state`
|
|
743
|
+
- `--workspace`
|
|
744
|
+
- `--app`
|
|
745
|
+
- `--all`
|
|
746
|
+
- `--yes`
|
|
747
|
+
- `--non-interactive`
|
|
748
|
+
- `--dry-run`
|
|
749
|
+
|
|
750
|
+
Notes:
|
|
751
|
+
|
|
752
|
+
- `--non-interactive` requires `--yes` and explicit scopes (or `--all`).
|
|
753
|
+
|
|
754
|
+
## Gateway
|
|
755
|
+
|
|
756
|
+
### `gateway`
|
|
757
|
+
|
|
758
|
+
Run the WebSocket Gateway.
|
|
759
|
+
|
|
760
|
+
Options:
|
|
761
|
+
|
|
762
|
+
- `--port <port>`
|
|
763
|
+
- `--bind <loopback|tailnet|lan|auto|custom>`
|
|
764
|
+
- `--token <token>`
|
|
765
|
+
- `--auth <token|password>`
|
|
766
|
+
- `--password <password>`
|
|
767
|
+
- `--password-file <path>`
|
|
768
|
+
- `--tailscale <off|serve|funnel>`
|
|
769
|
+
- `--tailscale-reset-on-exit`
|
|
770
|
+
- `--allow-unconfigured`
|
|
771
|
+
- `--dev`
|
|
772
|
+
- `--reset` (reset dev config + credentials + sessions + workspace)
|
|
773
|
+
- `--force` (kill existing listener on port)
|
|
774
|
+
- `--verbose`
|
|
775
|
+
- `--claude-cli-logs`
|
|
776
|
+
- `--ws-log <auto|full|compact>`
|
|
777
|
+
- `--compact` (alias for `--ws-log compact`)
|
|
778
|
+
- `--raw-stream`
|
|
779
|
+
- `--raw-stream-path <path>`
|
|
780
|
+
|
|
781
|
+
### `gateway service`
|
|
782
|
+
|
|
783
|
+
Manage the Gateway service (launchd/systemd/schtasks).
|
|
784
|
+
|
|
785
|
+
Subcommands:
|
|
786
|
+
|
|
787
|
+
- `gateway status` (probes the Gateway RPC by default)
|
|
788
|
+
- `gateway install` (service install)
|
|
789
|
+
- `gateway uninstall`
|
|
790
|
+
- `gateway start`
|
|
791
|
+
- `gateway stop`
|
|
792
|
+
- `gateway restart`
|
|
793
|
+
|
|
794
|
+
Notes:
|
|
795
|
+
|
|
796
|
+
- `gateway status` probes the Gateway RPC by default using the service’s resolved port/config (override with `--url/--token/--password`).
|
|
797
|
+
- `gateway status` supports `--no-probe`, `--deep`, `--require-rpc`, and `--json` for scripting.
|
|
798
|
+
- `gateway status` also surfaces legacy or extra gateway services when it can detect them (`--deep` adds system-level scans). Profile-named QuantumClaw services are treated as first-class and aren't flagged as "extra".
|
|
799
|
+
- `gateway status` prints which config path the CLI uses vs which config the service likely uses (service env), plus the resolved probe target URL.
|
|
800
|
+
- If gateway auth SecretRefs are unresolved in the current command path, `gateway status --json` reports `rpc.authWarning` only when probe connectivity/auth fails (warnings are suppressed when probe succeeds).
|
|
801
|
+
- On Linux systemd installs, status token-drift checks include both `Environment=` and `EnvironmentFile=` unit sources.
|
|
802
|
+
- `gateway install|uninstall|start|stop|restart` support `--json` for scripting (default output stays human-friendly).
|
|
803
|
+
- `gateway install` defaults to Node runtime; bun is **not recommended** (WhatsApp/Telegram bugs).
|
|
804
|
+
- `gateway install` options: `--port`, `--runtime`, `--token`, `--force`, `--json`.
|
|
805
|
+
|
|
806
|
+
### `logs`
|
|
807
|
+
|
|
808
|
+
Tail Gateway file logs via RPC.
|
|
809
|
+
|
|
810
|
+
Notes:
|
|
811
|
+
|
|
812
|
+
- TTY sessions render a colorized, structured view; non-TTY falls back to plain text.
|
|
813
|
+
- `--json` emits line-delimited JSON (one log event per line).
|
|
814
|
+
|
|
815
|
+
Examples:
|
|
816
|
+
|
|
817
|
+
```bash
|
|
818
|
+
quantumclaw logs --follow
|
|
819
|
+
quantumclaw logs --limit 200
|
|
820
|
+
quantumclaw logs --plain
|
|
821
|
+
quantumclaw logs --json
|
|
822
|
+
quantumclaw logs --no-color
|
|
823
|
+
```
|
|
824
|
+
|
|
825
|
+
### `gateway <subcommand>`
|
|
826
|
+
|
|
827
|
+
Gateway CLI helpers (use `--url`, `--token`, `--password`, `--timeout`, `--expect-final` for RPC subcommands).
|
|
828
|
+
When you pass `--url`, the CLI does not auto-apply config or environment credentials.
|
|
829
|
+
Include `--token` or `--password` explicitly. Missing explicit credentials is an error.
|
|
830
|
+
|
|
831
|
+
Subcommands:
|
|
832
|
+
|
|
833
|
+
- `gateway call <method> [--params <json>]`
|
|
834
|
+
- `gateway health`
|
|
835
|
+
- `gateway status`
|
|
836
|
+
- `gateway probe`
|
|
837
|
+
- `gateway discover`
|
|
838
|
+
- `gateway install|uninstall|start|stop|restart`
|
|
839
|
+
- `gateway run`
|
|
840
|
+
|
|
841
|
+
Common RPCs:
|
|
842
|
+
|
|
843
|
+
- `config.apply` (validate + write config + restart + wake)
|
|
844
|
+
- `config.patch` (merge a partial update + restart + wake)
|
|
845
|
+
- `update.run` (run update + restart + wake)
|
|
846
|
+
|
|
847
|
+
Tip: when calling `config.set`/`config.apply`/`config.patch` directly, pass `baseHash` from
|
|
848
|
+
`config.get` if a config already exists.
|
|
849
|
+
|
|
850
|
+
## Models
|
|
851
|
+
|
|
852
|
+
See [/concepts/models](/concepts/models) for fallback behavior and scanning strategy.
|
|
853
|
+
|
|
854
|
+
Anthropic setup-token (supported):
|
|
855
|
+
|
|
856
|
+
```bash
|
|
857
|
+
claude setup-token
|
|
858
|
+
quantumclaw models auth setup-token --provider anthropic
|
|
859
|
+
quantumclaw models status
|
|
860
|
+
```
|
|
861
|
+
|
|
862
|
+
Policy note: this is technical compatibility. Anthropic has blocked some
|
|
863
|
+
subscription usage outside Claude Code in the past; verify current Anthropic
|
|
864
|
+
terms before relying on setup-token in production.
|
|
865
|
+
|
|
866
|
+
### `models` (root)
|
|
867
|
+
|
|
868
|
+
`quantumclaw models` is an alias for `models status`.
|
|
869
|
+
|
|
870
|
+
Root options:
|
|
871
|
+
|
|
872
|
+
- `--status-json` (alias for `models status --json`)
|
|
873
|
+
- `--status-plain` (alias for `models status --plain`)
|
|
874
|
+
|
|
875
|
+
### `models list`
|
|
876
|
+
|
|
877
|
+
Options:
|
|
878
|
+
|
|
879
|
+
- `--all`
|
|
880
|
+
- `--local`
|
|
881
|
+
- `--provider <name>`
|
|
882
|
+
- `--json`
|
|
883
|
+
- `--plain`
|
|
884
|
+
|
|
885
|
+
### `models status`
|
|
886
|
+
|
|
887
|
+
Options:
|
|
888
|
+
|
|
889
|
+
- `--json`
|
|
890
|
+
- `--plain`
|
|
891
|
+
- `--check` (exit 1=expired/missing, 2=expiring)
|
|
892
|
+
- `--probe` (live probe of configured auth profiles)
|
|
893
|
+
- `--probe-provider <name>`
|
|
894
|
+
- `--probe-profile <id>` (repeat or comma-separated)
|
|
895
|
+
- `--probe-timeout <ms>`
|
|
896
|
+
- `--probe-concurrency <n>`
|
|
897
|
+
- `--probe-max-tokens <n>`
|
|
898
|
+
|
|
899
|
+
Always includes the auth overview and OAuth expiry status for profiles in the auth store.
|
|
900
|
+
`--probe` runs live requests (may consume tokens and trigger rate limits).
|
|
901
|
+
|
|
902
|
+
### `models set <model>`
|
|
903
|
+
|
|
904
|
+
Set `agents.defaults.model.primary`.
|
|
905
|
+
|
|
906
|
+
### `models set-image <model>`
|
|
907
|
+
|
|
908
|
+
Set `agents.defaults.imageModel.primary`.
|
|
909
|
+
|
|
910
|
+
### `models aliases list|add|remove`
|
|
911
|
+
|
|
912
|
+
Options:
|
|
913
|
+
|
|
914
|
+
- `list`: `--json`, `--plain`
|
|
915
|
+
- `add <alias> <model>`
|
|
916
|
+
- `remove <alias>`
|
|
917
|
+
|
|
918
|
+
### `models fallbacks list|add|remove|clear`
|
|
919
|
+
|
|
920
|
+
Options:
|
|
921
|
+
|
|
922
|
+
- `list`: `--json`, `--plain`
|
|
923
|
+
- `add <model>`
|
|
924
|
+
- `remove <model>`
|
|
925
|
+
- `clear`
|
|
926
|
+
|
|
927
|
+
### `models image-fallbacks list|add|remove|clear`
|
|
928
|
+
|
|
929
|
+
Options:
|
|
930
|
+
|
|
931
|
+
- `list`: `--json`, `--plain`
|
|
932
|
+
- `add <model>`
|
|
933
|
+
- `remove <model>`
|
|
934
|
+
- `clear`
|
|
935
|
+
|
|
936
|
+
### `models scan`
|
|
937
|
+
|
|
938
|
+
Options:
|
|
939
|
+
|
|
940
|
+
- `--min-params <b>`
|
|
941
|
+
- `--max-age-days <days>`
|
|
942
|
+
- `--provider <name>`
|
|
943
|
+
- `--max-candidates <n>`
|
|
944
|
+
- `--timeout <ms>`
|
|
945
|
+
- `--concurrency <n>`
|
|
946
|
+
- `--no-probe`
|
|
947
|
+
- `--yes`
|
|
948
|
+
- `--no-input`
|
|
949
|
+
- `--set-default`
|
|
950
|
+
- `--set-image`
|
|
951
|
+
- `--json`
|
|
952
|
+
|
|
953
|
+
### `models auth add|setup-token|paste-token`
|
|
954
|
+
|
|
955
|
+
Options:
|
|
956
|
+
|
|
957
|
+
- `add`: interactive auth helper
|
|
958
|
+
- `setup-token`: `--provider <name>` (default `anthropic`), `--yes`
|
|
959
|
+
- `paste-token`: `--provider <name>`, `--profile-id <id>`, `--expires-in <duration>`
|
|
960
|
+
|
|
961
|
+
### `models auth order get|set|clear`
|
|
962
|
+
|
|
963
|
+
Options:
|
|
964
|
+
|
|
965
|
+
- `get`: `--provider <name>`, `--agent <id>`, `--json`
|
|
966
|
+
- `set`: `--provider <name>`, `--agent <id>`, `<profileIds...>`
|
|
967
|
+
- `clear`: `--provider <name>`, `--agent <id>`
|
|
968
|
+
|
|
969
|
+
## System
|
|
970
|
+
|
|
971
|
+
### `system event`
|
|
972
|
+
|
|
973
|
+
Enqueue a system event and optionally trigger a heartbeat (Gateway RPC).
|
|
974
|
+
|
|
975
|
+
Required:
|
|
976
|
+
|
|
977
|
+
- `--text <text>`
|
|
978
|
+
|
|
979
|
+
Options:
|
|
980
|
+
|
|
981
|
+
- `--mode <now|next-heartbeat>`
|
|
982
|
+
- `--json`
|
|
983
|
+
- `--url`, `--token`, `--timeout`, `--expect-final`
|
|
984
|
+
|
|
985
|
+
### `system heartbeat last|enable|disable`
|
|
986
|
+
|
|
987
|
+
Heartbeat controls (Gateway RPC).
|
|
988
|
+
|
|
989
|
+
Options:
|
|
990
|
+
|
|
991
|
+
- `--json`
|
|
992
|
+
- `--url`, `--token`, `--timeout`, `--expect-final`
|
|
993
|
+
|
|
994
|
+
### `system presence`
|
|
995
|
+
|
|
996
|
+
List system presence entries (Gateway RPC).
|
|
997
|
+
|
|
998
|
+
Options:
|
|
999
|
+
|
|
1000
|
+
- `--json`
|
|
1001
|
+
- `--url`, `--token`, `--timeout`, `--expect-final`
|
|
1002
|
+
|
|
1003
|
+
## Cron
|
|
1004
|
+
|
|
1005
|
+
Manage scheduled jobs (Gateway RPC). See [/automation/cron-jobs](/automation/cron-jobs).
|
|
1006
|
+
|
|
1007
|
+
Subcommands:
|
|
1008
|
+
|
|
1009
|
+
- `cron status [--json]`
|
|
1010
|
+
- `cron list [--all] [--json]` (table output by default; use `--json` for raw)
|
|
1011
|
+
- `cron add` (alias: `create`; requires `--name` and exactly one of `--at` | `--every` | `--cron`, and exactly one payload of `--system-event` | `--message`)
|
|
1012
|
+
- `cron edit <id>` (patch fields)
|
|
1013
|
+
- `cron rm <id>` (aliases: `remove`, `delete`)
|
|
1014
|
+
- `cron enable <id>`
|
|
1015
|
+
- `cron disable <id>`
|
|
1016
|
+
- `cron runs --id <id> [--limit <n>]`
|
|
1017
|
+
- `cron run <id> [--force]`
|
|
1018
|
+
|
|
1019
|
+
All `cron` commands accept `--url`, `--token`, `--timeout`, `--expect-final`.
|
|
1020
|
+
|
|
1021
|
+
## Node host
|
|
1022
|
+
|
|
1023
|
+
`node` runs a **headless node host** or manages it as a background service. See
|
|
1024
|
+
[`quantumclaw node`](/cli/node).
|
|
1025
|
+
|
|
1026
|
+
Subcommands:
|
|
1027
|
+
|
|
1028
|
+
- `node run --host <gateway-host> --port 18789`
|
|
1029
|
+
- `node status`
|
|
1030
|
+
- `node install [--host <gateway-host>] [--port <port>] [--tls] [--tls-fingerprint <sha256>] [--node-id <id>] [--display-name <name>] [--runtime <node|bun>] [--force]`
|
|
1031
|
+
- `node uninstall`
|
|
1032
|
+
- `node stop`
|
|
1033
|
+
- `node restart`
|
|
1034
|
+
|
|
1035
|
+
Auth notes:
|
|
1036
|
+
|
|
1037
|
+
- `node` resolves gateway auth from env/config (no `--token`/`--password` flags): `QUANTUMCLAW_GATEWAY_TOKEN` / `QUANTUMCLAW_GATEWAY_PASSWORD`, then `gateway.auth.*`. In local mode, node host intentionally ignores `gateway.remote.*`; in `gateway.mode=remote`, `gateway.remote.*` participates per remote precedence rules.
|
|
1038
|
+
- Legacy `CLAWDBOT_GATEWAY_*` env vars are intentionally ignored for node-host auth resolution.
|
|
1039
|
+
|
|
1040
|
+
## Nodes
|
|
1041
|
+
|
|
1042
|
+
`nodes` talks to the Gateway and targets paired nodes. See [/nodes](/nodes).
|
|
1043
|
+
|
|
1044
|
+
Common options:
|
|
1045
|
+
|
|
1046
|
+
- `--url`, `--token`, `--timeout`, `--json`
|
|
1047
|
+
|
|
1048
|
+
Subcommands:
|
|
1049
|
+
|
|
1050
|
+
- `nodes status [--connected] [--last-connected <duration>]`
|
|
1051
|
+
- `nodes describe --node <id|name|ip>`
|
|
1052
|
+
- `nodes list [--connected] [--last-connected <duration>]`
|
|
1053
|
+
- `nodes pending`
|
|
1054
|
+
- `nodes approve <requestId>`
|
|
1055
|
+
- `nodes reject <requestId>`
|
|
1056
|
+
- `nodes rename --node <id|name|ip> --name <displayName>`
|
|
1057
|
+
- `nodes invoke --node <id|name|ip> --command <command> [--params <json>] [--invoke-timeout <ms>] [--idempotency-key <key>]`
|
|
1058
|
+
- `nodes run --node <id|name|ip> [--cwd <path>] [--env KEY=VAL] [--command-timeout <ms>] [--needs-screen-recording] [--invoke-timeout <ms>] <command...>` (mac node or headless node host)
|
|
1059
|
+
- `nodes notify --node <id|name|ip> [--title <text>] [--body <text>] [--sound <name>] [--priority <passive|active|timeSensitive>] [--delivery <system|overlay|auto>] [--invoke-timeout <ms>]` (mac only)
|
|
1060
|
+
|
|
1061
|
+
Camera:
|
|
1062
|
+
|
|
1063
|
+
- `nodes camera list --node <id|name|ip>`
|
|
1064
|
+
- `nodes camera snap --node <id|name|ip> [--facing front|back|both] [--device-id <id>] [--max-width <px>] [--quality <0-1>] [--delay-ms <ms>] [--invoke-timeout <ms>]`
|
|
1065
|
+
- `nodes camera clip --node <id|name|ip> [--facing front|back] [--device-id <id>] [--duration <ms|10s|1m>] [--no-audio] [--invoke-timeout <ms>]`
|
|
1066
|
+
|
|
1067
|
+
Canvas + screen:
|
|
1068
|
+
|
|
1069
|
+
- `nodes canvas snapshot --node <id|name|ip> [--format png|jpg|jpeg] [--max-width <px>] [--quality <0-1>] [--invoke-timeout <ms>]`
|
|
1070
|
+
- `nodes canvas present --node <id|name|ip> [--target <urlOrPath>] [--x <px>] [--y <px>] [--width <px>] [--height <px>] [--invoke-timeout <ms>]`
|
|
1071
|
+
- `nodes canvas hide --node <id|name|ip> [--invoke-timeout <ms>]`
|
|
1072
|
+
- `nodes canvas navigate <url> --node <id|name|ip> [--invoke-timeout <ms>]`
|
|
1073
|
+
- `nodes canvas eval [<js>] --node <id|name|ip> [--js <code>] [--invoke-timeout <ms>]`
|
|
1074
|
+
- `nodes canvas a2ui push --node <id|name|ip> (--jsonl <path> | --text <text>) [--invoke-timeout <ms>]`
|
|
1075
|
+
- `nodes canvas a2ui reset --node <id|name|ip> [--invoke-timeout <ms>]`
|
|
1076
|
+
- `nodes screen record --node <id|name|ip> [--screen <index>] [--duration <ms|10s>] [--fps <n>] [--no-audio] [--out <path>] [--invoke-timeout <ms>]`
|
|
1077
|
+
|
|
1078
|
+
Location:
|
|
1079
|
+
|
|
1080
|
+
- `nodes location get --node <id|name|ip> [--max-age <ms>] [--accuracy <coarse|balanced|precise>] [--location-timeout <ms>] [--invoke-timeout <ms>]`
|
|
1081
|
+
|
|
1082
|
+
## Browser
|
|
1083
|
+
|
|
1084
|
+
Browser control CLI (dedicated Chrome/Brave/Edge/Chromium). See [`quantumclaw browser`](/cli/browser) and the [Browser tool](/tools/browser).
|
|
1085
|
+
|
|
1086
|
+
Common options:
|
|
1087
|
+
|
|
1088
|
+
- `--url`, `--token`, `--timeout`, `--json`
|
|
1089
|
+
- `--browser-profile <name>`
|
|
1090
|
+
|
|
1091
|
+
Manage:
|
|
1092
|
+
|
|
1093
|
+
- `browser status`
|
|
1094
|
+
- `browser start`
|
|
1095
|
+
- `browser stop`
|
|
1096
|
+
- `browser reset-profile`
|
|
1097
|
+
- `browser tabs`
|
|
1098
|
+
- `browser open <url>`
|
|
1099
|
+
- `browser focus <targetId>`
|
|
1100
|
+
- `browser close [targetId]`
|
|
1101
|
+
- `browser profiles`
|
|
1102
|
+
- `browser create-profile --name <name> [--color <hex>] [--cdp-url <url>]`
|
|
1103
|
+
- `browser delete-profile --name <name>`
|
|
1104
|
+
|
|
1105
|
+
Inspect:
|
|
1106
|
+
|
|
1107
|
+
- `browser screenshot [targetId] [--full-page] [--ref <ref>] [--element <selector>] [--type png|jpeg]`
|
|
1108
|
+
- `browser snapshot [--format aria|ai] [--target-id <id>] [--limit <n>] [--interactive] [--compact] [--depth <n>] [--selector <sel>] [--out <path>]`
|
|
1109
|
+
|
|
1110
|
+
Actions:
|
|
1111
|
+
|
|
1112
|
+
- `browser navigate <url> [--target-id <id>]`
|
|
1113
|
+
- `browser resize <width> <height> [--target-id <id>]`
|
|
1114
|
+
- `browser click <ref> [--double] [--button <left|right|middle>] [--modifiers <csv>] [--target-id <id>]`
|
|
1115
|
+
- `browser type <ref> <text> [--submit] [--slowly] [--target-id <id>]`
|
|
1116
|
+
- `browser press <key> [--target-id <id>]`
|
|
1117
|
+
- `browser hover <ref> [--target-id <id>]`
|
|
1118
|
+
- `browser drag <startRef> <endRef> [--target-id <id>]`
|
|
1119
|
+
- `browser select <ref> <values...> [--target-id <id>]`
|
|
1120
|
+
- `browser upload <paths...> [--ref <ref>] [--input-ref <ref>] [--element <selector>] [--target-id <id>] [--timeout-ms <ms>]`
|
|
1121
|
+
- `browser fill [--fields <json>] [--fields-file <path>] [--target-id <id>]`
|
|
1122
|
+
- `browser dialog --accept|--dismiss [--prompt <text>] [--target-id <id>] [--timeout-ms <ms>]`
|
|
1123
|
+
- `browser wait [--time <ms>] [--text <value>] [--text-gone <value>] [--target-id <id>]`
|
|
1124
|
+
- `browser evaluate --fn <code> [--ref <ref>] [--target-id <id>]`
|
|
1125
|
+
- `browser console [--level <error|warn|info>] [--target-id <id>]`
|
|
1126
|
+
- `browser pdf [--target-id <id>]`
|
|
1127
|
+
|
|
1128
|
+
## Docs search
|
|
1129
|
+
|
|
1130
|
+
### `docs [query...]`
|
|
1131
|
+
|
|
1132
|
+
Search the live docs index.
|
|
1133
|
+
|
|
1134
|
+
## TUI
|
|
1135
|
+
|
|
1136
|
+
### `tui`
|
|
1137
|
+
|
|
1138
|
+
Open the terminal UI connected to the Gateway.
|
|
1139
|
+
|
|
1140
|
+
Options:
|
|
1141
|
+
|
|
1142
|
+
- `--url <url>`
|
|
1143
|
+
- `--token <token>`
|
|
1144
|
+
- `--password <password>`
|
|
1145
|
+
- `--session <key>`
|
|
1146
|
+
- `--deliver`
|
|
1147
|
+
- `--thinking <level>`
|
|
1148
|
+
- `--message <text>`
|
|
1149
|
+
- `--timeout-ms <ms>` (defaults to `agents.defaults.timeoutSeconds`)
|
|
1150
|
+
- `--history-limit <n>`
|