vilvona 1.0.0
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 +12331 -0
- package/LICENSE +24 -0
- package/README.md +314 -0
- package/THIRD_PARTY_NOTICES.md +37 -0
- package/docs/.i18n/README.md +81 -0
- package/docs/.i18n/ar-navigation.json +18 -0
- package/docs/.i18n/de-navigation.json +18 -0
- package/docs/.i18n/es-navigation.json +18 -0
- package/docs/.i18n/fr-navigation.json +18 -0
- package/docs/.i18n/glossary.ar.json +82 -0
- package/docs/.i18n/glossary.de.json +82 -0
- package/docs/.i18n/glossary.es.json +82 -0
- package/docs/.i18n/glossary.fa.json +82 -0
- package/docs/.i18n/glossary.fr.json +82 -0
- package/docs/.i18n/glossary.id.json +82 -0
- package/docs/.i18n/glossary.it.json +82 -0
- package/docs/.i18n/glossary.ja-JP.json +102 -0
- package/docs/.i18n/glossary.ko.json +82 -0
- package/docs/.i18n/glossary.nl.json +82 -0
- package/docs/.i18n/glossary.pl.json +82 -0
- package/docs/.i18n/glossary.pt-BR.json +82 -0
- package/docs/.i18n/glossary.th.json +82 -0
- package/docs/.i18n/glossary.tr.json +82 -0
- package/docs/.i18n/glossary.uk.json +82 -0
- package/docs/.i18n/glossary.vi.json +82 -0
- package/docs/.i18n/glossary.zh-CN.json +1182 -0
- package/docs/.i18n/glossary.zh-TW.json +162 -0
- package/docs/.i18n/id-navigation.json +18 -0
- package/docs/.i18n/it-navigation.json +18 -0
- package/docs/.i18n/ja-navigation.json +18 -0
- package/docs/.i18n/ko-navigation.json +18 -0
- package/docs/.i18n/pl-navigation.json +18 -0
- package/docs/.i18n/pt-BR-navigation.json +18 -0
- package/docs/.i18n/tr-navigation.json +18 -0
- package/docs/.i18n/translation-workflow.md +111 -0
- package/docs/.i18n/zh-Hans-navigation.json +552 -0
- package/docs/AGENTS.md +36 -0
- package/docs/agent-runtime-architecture.md +48 -0
- package/docs/announcements/bluebubbles-imessage.md +79 -0
- package/docs/auth-credential-semantics.md +124 -0
- package/docs/automation/auth-monitoring.md +11 -0
- package/docs/automation/clawflow.md +12 -0
- package/docs/automation/cron-jobs.md +569 -0
- package/docs/automation/cron-vs-heartbeat.md +11 -0
- package/docs/automation/gmail-pubsub.md +11 -0
- package/docs/automation/hooks.md +387 -0
- package/docs/automation/index.md +135 -0
- package/docs/automation/poll.md +12 -0
- package/docs/automation/standing-orders.md +250 -0
- package/docs/automation/taskflow.md +155 -0
- package/docs/automation/tasks.md +374 -0
- package/docs/automation/troubleshooting.md +12 -0
- package/docs/automation/webhook.md +12 -0
- package/docs/brave-search.md +11 -0
- package/docs/channels/access-groups.md +201 -0
- package/docs/channels/ambient-room-events.md +214 -0
- package/docs/channels/bot-loop-protection.md +131 -0
- package/docs/channels/broadcast-groups.md +472 -0
- package/docs/channels/channel-routing.md +162 -0
- package/docs/channels/clickclack.md +146 -0
- package/docs/channels/discord.md +1758 -0
- package/docs/channels/feishu.md +654 -0
- package/docs/channels/googlechat.md +286 -0
- package/docs/channels/group-messages.md +95 -0
- package/docs/channels/groups.md +610 -0
- package/docs/channels/imessage-from-bluebubbles.md +259 -0
- package/docs/channels/imessage.md +864 -0
- package/docs/channels/index.md +65 -0
- package/docs/channels/irc.md +253 -0
- package/docs/channels/line.md +243 -0
- package/docs/channels/location.md +71 -0
- package/docs/channels/matrix-migration.md +375 -0
- package/docs/channels/matrix-presentation.md +77 -0
- package/docs/channels/matrix-push-rules.md +150 -0
- package/docs/channels/matrix.md +935 -0
- package/docs/channels/mattermost.md +542 -0
- package/docs/channels/msteams.md +1097 -0
- package/docs/channels/nextcloud-talk.md +176 -0
- package/docs/channels/nostr.md +253 -0
- package/docs/channels/pairing.md +214 -0
- package/docs/channels/qqbot.md +317 -0
- package/docs/channels/signal.md +417 -0
- package/docs/channels/slack.md +1623 -0
- package/docs/channels/sms.md +380 -0
- package/docs/channels/synology-chat.md +187 -0
- package/docs/channels/telegram.md +1121 -0
- package/docs/channels/tlon.md +296 -0
- package/docs/channels/troubleshooting.md +162 -0
- package/docs/channels/twitch.md +431 -0
- package/docs/channels/wechat.md +171 -0
- package/docs/channels/whatsapp.md +796 -0
- package/docs/channels/yuanbao.md +416 -0
- package/docs/channels/zalo.md +253 -0
- package/docs/channels/zalouser.md +217 -0
- package/docs/ci.md +665 -0
- package/docs/clawhub/cli.md +82 -0
- package/docs/clawhub/publishing.md +96 -0
- package/docs/cli/acp.md +370 -0
- package/docs/cli/agent.md +109 -0
- package/docs/cli/agents.md +253 -0
- package/docs/cli/approvals.md +193 -0
- package/docs/cli/backup.md +98 -0
- package/docs/cli/browser.md +322 -0
- package/docs/cli/channels.md +154 -0
- package/docs/cli/clawbot.md +25 -0
- package/docs/cli/commitments.md +90 -0
- package/docs/cli/completion.md +39 -0
- package/docs/cli/config.md +504 -0
- package/docs/cli/configure.md +77 -0
- package/docs/cli/crestodian.md +337 -0
- package/docs/cli/cron.md +344 -0
- package/docs/cli/daemon.md +67 -0
- package/docs/cli/dashboard.md +33 -0
- package/docs/cli/devices.md +240 -0
- package/docs/cli/directory.md +68 -0
- package/docs/cli/dns.md +53 -0
- package/docs/cli/docs.md +63 -0
- package/docs/cli/doctor.md +254 -0
- package/docs/cli/flows.md +52 -0
- package/docs/cli/gateway.md +572 -0
- package/docs/cli/health.md +43 -0
- package/docs/cli/hooks.md +345 -0
- package/docs/cli/index.md +406 -0
- package/docs/cli/infer.md +364 -0
- package/docs/cli/logs.md +68 -0
- package/docs/cli/mcp.md +851 -0
- package/docs/cli/memory.md +183 -0
- package/docs/cli/message.md +317 -0
- package/docs/cli/migrate.md +334 -0
- package/docs/cli/models.md +239 -0
- package/docs/cli/node.md +178 -0
- package/docs/cli/nodes.md +76 -0
- package/docs/cli/onboard.md +251 -0
- package/docs/cli/pairing.md +77 -0
- package/docs/cli/path.md +511 -0
- package/docs/cli/plugins.md +480 -0
- package/docs/cli/policy.md +929 -0
- package/docs/cli/proxy.md +89 -0
- package/docs/cli/qr.md +56 -0
- package/docs/cli/reset.md +39 -0
- package/docs/cli/sandbox.md +208 -0
- package/docs/cli/secrets.md +202 -0
- package/docs/cli/security.md +135 -0
- package/docs/cli/sessions.md +178 -0
- package/docs/cli/setup.md +60 -0
- package/docs/cli/skills.md +156 -0
- package/docs/cli/status.md +45 -0
- package/docs/cli/system.md +89 -0
- package/docs/cli/tasks.md +111 -0
- package/docs/cli/transcripts.md +151 -0
- package/docs/cli/tui.md +92 -0
- package/docs/cli/uninstall.md +45 -0
- package/docs/cli/update.md +283 -0
- package/docs/cli/voicecall.md +204 -0
- package/docs/cli/webhooks.md +117 -0
- package/docs/cli/wiki.md +256 -0
- package/docs/cli/workboard.md +228 -0
- package/docs/concepts/active-memory.md +856 -0
- package/docs/concepts/agent-loop.md +185 -0
- package/docs/concepts/agent-runtimes.md +276 -0
- package/docs/concepts/agent-workspace.md +230 -0
- package/docs/concepts/agent.md +142 -0
- package/docs/concepts/architecture.md +154 -0
- package/docs/concepts/channel-docking.md +145 -0
- package/docs/concepts/commitments.md +150 -0
- package/docs/concepts/compaction.md +203 -0
- package/docs/concepts/context-engine.md +347 -0
- package/docs/concepts/context.md +199 -0
- package/docs/concepts/delegate-architecture.md +319 -0
- package/docs/concepts/dreaming.md +279 -0
- package/docs/concepts/experimental-features.md +111 -0
- package/docs/concepts/features.md +91 -0
- package/docs/concepts/mantis-slack-desktop-runbook.md +231 -0
- package/docs/concepts/mantis.md +744 -0
- package/docs/concepts/markdown-formatting.md +139 -0
- package/docs/concepts/memory-builtin.md +151 -0
- package/docs/concepts/memory-honcho.md +144 -0
- package/docs/concepts/memory-qmd.md +277 -0
- package/docs/concepts/memory-search.md +175 -0
- package/docs/concepts/memory.md +299 -0
- package/docs/concepts/message-lifecycle-refactor.md +1126 -0
- package/docs/concepts/messages.md +216 -0
- package/docs/concepts/model-failover.md +405 -0
- package/docs/concepts/model-providers.md +719 -0
- package/docs/concepts/models.md +371 -0
- package/docs/concepts/multi-agent.md +625 -0
- package/docs/concepts/oauth.md +218 -0
- package/docs/concepts/parallel-specialist-lanes.md +127 -0
- package/docs/concepts/personal-agent-benchmark-pack.md +74 -0
- package/docs/concepts/presence.md +117 -0
- package/docs/concepts/progress-drafts.md +406 -0
- package/docs/concepts/qa-e2e-automation.md +979 -0
- package/docs/concepts/qa-matrix.md +139 -0
- package/docs/concepts/queue-steering.md +90 -0
- package/docs/concepts/queue.md +136 -0
- package/docs/concepts/retry.md +86 -0
- package/docs/concepts/session-pruning.md +104 -0
- package/docs/concepts/session-tool.md +201 -0
- package/docs/concepts/session.md +164 -0
- package/docs/concepts/soul.md +116 -0
- package/docs/concepts/streaming.md +258 -0
- package/docs/concepts/system-prompt.md +330 -0
- package/docs/concepts/timezone.md +47 -0
- package/docs/concepts/typebox.md +309 -0
- package/docs/concepts/typing-indicators.md +88 -0
- package/docs/concepts/usage-tracking.md +72 -0
- package/docs/date-time.md +126 -0
- package/docs/debug/node-issue.md +90 -0
- package/docs/diagnostics/flags.md +182 -0
- package/docs/docs.json +1885 -0
- package/docs/gateway/authentication.md +286 -0
- package/docs/gateway/background-process.md +147 -0
- package/docs/gateway/bonjour.md +303 -0
- package/docs/gateway/bridge-protocol.md +97 -0
- package/docs/gateway/cli-backends.md +463 -0
- package/docs/gateway/config-agents.md +1525 -0
- package/docs/gateway/config-channels.md +942 -0
- package/docs/gateway/config-tools.md +806 -0
- package/docs/gateway/configuration-examples.md +706 -0
- package/docs/gateway/configuration-reference.md +1449 -0
- package/docs/gateway/configuration.md +748 -0
- package/docs/gateway/diagnostics.md +213 -0
- package/docs/gateway/discovery.md +154 -0
- package/docs/gateway/doctor.md +576 -0
- package/docs/gateway/external-apps.md +86 -0
- package/docs/gateway/gateway-lock.md +37 -0
- package/docs/gateway/health.md +73 -0
- package/docs/gateway/heartbeat.md +498 -0
- package/docs/gateway/index.md +385 -0
- package/docs/gateway/local-model-services.md +205 -0
- package/docs/gateway/local-models.md +355 -0
- package/docs/gateway/logging.md +149 -0
- package/docs/gateway/multiple-gateways.md +178 -0
- package/docs/gateway/network-model.md +15 -0
- package/docs/gateway/openai-http-api.md +379 -0
- package/docs/gateway/openresponses-http-api.md +349 -0
- package/docs/gateway/openshell.md +316 -0
- package/docs/gateway/opentelemetry.md +440 -0
- package/docs/gateway/operator-scopes.md +119 -0
- package/docs/gateway/pairing.md +207 -0
- package/docs/gateway/prometheus.md +249 -0
- package/docs/gateway/protocol.md +839 -0
- package/docs/gateway/remote-gateway-readme.md +169 -0
- package/docs/gateway/remote.md +280 -0
- package/docs/gateway/sandbox-vs-tool-policy-vs-elevated.md +148 -0
- package/docs/gateway/sandboxing.md +546 -0
- package/docs/gateway/secrets-plan-contract.md +159 -0
- package/docs/gateway/secrets.md +805 -0
- package/docs/gateway/security/audit-checks.md +127 -0
- package/docs/gateway/security/exposure-runbook.md +212 -0
- package/docs/gateway/security/index.md +1344 -0
- package/docs/gateway/security/secure-file-operations.md +76 -0
- package/docs/gateway/security/shrinkwrap.md +111 -0
- package/docs/gateway/tailscale.md +180 -0
- package/docs/gateway/tools-invoke-http-api.md +175 -0
- package/docs/gateway/troubleshooting.md +881 -0
- package/docs/gateway/trusted-proxy-auth.md +483 -0
- package/docs/help/debugging.md +341 -0
- package/docs/help/environment.md +240 -0
- package/docs/help/faq-first-run.md +872 -0
- package/docs/help/faq-models.md +557 -0
- package/docs/help/faq.md +2115 -0
- package/docs/help/index.md +39 -0
- package/docs/help/scripts.md +56 -0
- package/docs/help/testing-live.md +592 -0
- package/docs/help/testing-updates-plugins.md +299 -0
- package/docs/help/testing.md +977 -0
- package/docs/help/troubleshooting.md +500 -0
- package/docs/index.md +196 -0
- package/docs/install/ansible.md +233 -0
- package/docs/install/azure.md +315 -0
- package/docs/install/bun.md +59 -0
- package/docs/install/clawdock.md +112 -0
- package/docs/install/development-channels.md +148 -0
- package/docs/install/digitalocean.md +174 -0
- package/docs/install/docker-vm-runtime.md +154 -0
- package/docs/install/docker.md +564 -0
- package/docs/install/exe-dev.md +201 -0
- package/docs/install/fly.md +524 -0
- package/docs/install/gcp.md +418 -0
- package/docs/install/hetzner.md +285 -0
- package/docs/install/hostinger.md +98 -0
- package/docs/install/index.md +236 -0
- package/docs/install/installer.md +447 -0
- package/docs/install/kubernetes.md +196 -0
- package/docs/install/macos-vm.md +281 -0
- package/docs/install/migrating-claude.md +165 -0
- package/docs/install/migrating-hermes.md +178 -0
- package/docs/install/migrating.md +137 -0
- package/docs/install/nix.md +112 -0
- package/docs/install/node.md +142 -0
- package/docs/install/northflank.mdx +44 -0
- package/docs/install/oracle.md +218 -0
- package/docs/install/podman.md +216 -0
- package/docs/install/railway.mdx +92 -0
- package/docs/install/raspberry-pi.md +234 -0
- package/docs/install/render.mdx +167 -0
- package/docs/install/uninstall.md +140 -0
- package/docs/install/updating.md +284 -0
- package/docs/install/upstash.md +96 -0
- package/docs/logging.md +322 -0
- package/docs/maturity-scores.yaml +5361 -0
- package/docs/nav-tabs-underline.js +104 -0
- package/docs/network.md +72 -0
- package/docs/nodes/audio.md +216 -0
- package/docs/nodes/camera.md +166 -0
- package/docs/nodes/images.md +77 -0
- package/docs/nodes/index.md +444 -0
- package/docs/nodes/location-command.md +102 -0
- package/docs/nodes/media-understanding.md +495 -0
- package/docs/nodes/talk.md +160 -0
- package/docs/nodes/troubleshooting.md +123 -0
- package/docs/nodes/voicewake.md +93 -0
- package/docs/openclaw-agent-runtime.md +82 -0
- package/docs/perplexity.md +11 -0
- package/docs/plan/codex-context-engine-harness.md +624 -0
- package/docs/plan/ui-channels.md +284 -0
- package/docs/platforms/android.md +286 -0
- package/docs/platforms/digitalocean.md +12 -0
- package/docs/platforms/easyrunner.md +109 -0
- package/docs/platforms/index.md +65 -0
- package/docs/platforms/ios.md +287 -0
- package/docs/platforms/linux.md +141 -0
- package/docs/platforms/mac/bundled-gateway.md +79 -0
- package/docs/platforms/mac/canvas.md +128 -0
- package/docs/platforms/mac/child-process.md +72 -0
- package/docs/platforms/mac/dev-setup.md +112 -0
- package/docs/platforms/mac/health.md +39 -0
- package/docs/platforms/mac/icon.md +36 -0
- package/docs/platforms/mac/logging.md +62 -0
- package/docs/platforms/mac/menu-bar.md +93 -0
- package/docs/platforms/mac/peekaboo.md +96 -0
- package/docs/platforms/mac/permissions.md +73 -0
- package/docs/platforms/mac/remote.md +123 -0
- package/docs/platforms/mac/signing.md +52 -0
- package/docs/platforms/mac/skills.md +45 -0
- package/docs/platforms/mac/voice-overlay.md +66 -0
- package/docs/platforms/mac/voicewake.md +79 -0
- package/docs/platforms/mac/webchat.md +54 -0
- package/docs/platforms/mac/xpc.md +66 -0
- package/docs/platforms/macos.md +228 -0
- package/docs/platforms/oracle.md +12 -0
- package/docs/platforms/raspberry-pi.md +13 -0
- package/docs/platforms/windows.md +304 -0
- package/docs/plugins/adding-capabilities.md +146 -0
- package/docs/plugins/admin-http-rpc.md +216 -0
- package/docs/plugins/agent-tools.md +13 -0
- package/docs/plugins/architecture-internals.md +1203 -0
- package/docs/plugins/architecture.md +483 -0
- package/docs/plugins/building-extensions.md +13 -0
- package/docs/plugins/building-plugins.md +343 -0
- package/docs/plugins/bundles.md +310 -0
- package/docs/plugins/cli-backend-plugins.md +328 -0
- package/docs/plugins/codex-computer-use.md +297 -0
- package/docs/plugins/codex-harness-reference.md +480 -0
- package/docs/plugins/codex-harness-runtime.md +268 -0
- package/docs/plugins/codex-harness.md +800 -0
- package/docs/plugins/codex-native-plugins.md +280 -0
- package/docs/plugins/community.md +77 -0
- package/docs/plugins/compatibility.md +198 -0
- package/docs/plugins/copilot.md +355 -0
- package/docs/plugins/dependency-resolution.md +176 -0
- package/docs/plugins/google-meet.md +1737 -0
- package/docs/plugins/hooks.md +525 -0
- package/docs/plugins/install-overrides.md +80 -0
- package/docs/plugins/llama-cpp.md +58 -0
- package/docs/plugins/manage-plugins.md +214 -0
- package/docs/plugins/manifest.md +1468 -0
- package/docs/plugins/memory-lancedb.md +385 -0
- package/docs/plugins/memory-wiki.md +529 -0
- package/docs/plugins/message-presentation.md +487 -0
- package/docs/plugins/oc-path.md +166 -0
- package/docs/plugins/plugin-inventory.md +318 -0
- package/docs/plugins/plugin-permission-requests.md +193 -0
- package/docs/plugins/reference/acpx.md +23 -0
- package/docs/plugins/reference/admin-http-rpc.md +23 -0
- package/docs/plugins/reference/alibaba.md +23 -0
- package/docs/plugins/reference/amazon-bedrock-mantle.md +23 -0
- package/docs/plugins/reference/amazon-bedrock.md +23 -0
- package/docs/plugins/reference/anthropic-vertex.md +29 -0
- package/docs/plugins/reference/anthropic.md +23 -0
- package/docs/plugins/reference/arcee.md +23 -0
- package/docs/plugins/reference/azure-speech.md +23 -0
- package/docs/plugins/reference/bonjour.md +19 -0
- package/docs/plugins/reference/brave.md +23 -0
- package/docs/plugins/reference/browser.md +23 -0
- package/docs/plugins/reference/byteplus.md +19 -0
- package/docs/plugins/reference/canvas.md +19 -0
- package/docs/plugins/reference/cerebras.md +23 -0
- package/docs/plugins/reference/chutes.md +23 -0
- package/docs/plugins/reference/clickclack.md +23 -0
- package/docs/plugins/reference/cloudflare-ai-gateway.md +23 -0
- package/docs/plugins/reference/codex-supervisor.md +27 -0
- package/docs/plugins/reference/codex.md +23 -0
- package/docs/plugins/reference/comfy.md +23 -0
- package/docs/plugins/reference/copilot-proxy.md +19 -0
- package/docs/plugins/reference/copilot.md +23 -0
- package/docs/plugins/reference/deepgram.md +23 -0
- package/docs/plugins/reference/deepinfra.md +23 -0
- package/docs/plugins/reference/deepseek.md +23 -0
- package/docs/plugins/reference/diagnostics-otel.md +19 -0
- package/docs/plugins/reference/diagnostics-prometheus.md +19 -0
- package/docs/plugins/reference/diffs-language-pack.md +31 -0
- package/docs/plugins/reference/diffs.md +19 -0
- package/docs/plugins/reference/discord.md +23 -0
- package/docs/plugins/reference/document-extract.md +23 -0
- package/docs/plugins/reference/duckduckgo.md +23 -0
- package/docs/plugins/reference/elevenlabs.md +23 -0
- package/docs/plugins/reference/exa.md +23 -0
- package/docs/plugins/reference/fal.md +23 -0
- package/docs/plugins/reference/feishu.md +23 -0
- package/docs/plugins/reference/file-transfer.md +19 -0
- package/docs/plugins/reference/firecrawl.md +23 -0
- package/docs/plugins/reference/fireworks.md +23 -0
- package/docs/plugins/reference/github-copilot.md +23 -0
- package/docs/plugins/reference/gmi.md +23 -0
- package/docs/plugins/reference/google-meet.md +23 -0
- package/docs/plugins/reference/google.md +23 -0
- package/docs/plugins/reference/googlechat.md +23 -0
- package/docs/plugins/reference/gradium.md +23 -0
- package/docs/plugins/reference/groq.md +23 -0
- package/docs/plugins/reference/huggingface.md +23 -0
- package/docs/plugins/reference/imessage.md +23 -0
- package/docs/plugins/reference/inworld.md +23 -0
- package/docs/plugins/reference/irc.md +23 -0
- package/docs/plugins/reference/kilocode.md +23 -0
- package/docs/plugins/reference/kimi.md +23 -0
- package/docs/plugins/reference/line.md +23 -0
- package/docs/plugins/reference/litellm.md +23 -0
- package/docs/plugins/reference/llama-cpp.md +23 -0
- package/docs/plugins/reference/llm-task.md +19 -0
- package/docs/plugins/reference/lmstudio.md +23 -0
- package/docs/plugins/reference/lobster.md +19 -0
- package/docs/plugins/reference/matrix.md +23 -0
- package/docs/plugins/reference/mattermost.md +23 -0
- package/docs/plugins/reference/memory-core.md +19 -0
- package/docs/plugins/reference/memory-lancedb.md +23 -0
- package/docs/plugins/reference/memory-wiki.md +23 -0
- package/docs/plugins/reference/microsoft-foundry.md +113 -0
- package/docs/plugins/reference/microsoft.md +19 -0
- package/docs/plugins/reference/migrate-claude.md +19 -0
- package/docs/plugins/reference/migrate-hermes.md +19 -0
- package/docs/plugins/reference/minimax.md +23 -0
- package/docs/plugins/reference/mistral.md +23 -0
- package/docs/plugins/reference/moonshot.md +23 -0
- package/docs/plugins/reference/msteams.md +23 -0
- package/docs/plugins/reference/nextcloud-talk.md +23 -0
- package/docs/plugins/reference/nostr.md +23 -0
- package/docs/plugins/reference/novita.md +23 -0
- package/docs/plugins/reference/nvidia.md +23 -0
- package/docs/plugins/reference/oc-path.md +23 -0
- package/docs/plugins/reference/ollama.md +24 -0
- package/docs/plugins/reference/open-prose.md +19 -0
- package/docs/plugins/reference/openai.md +23 -0
- package/docs/plugins/reference/opencode-go.md +23 -0
- package/docs/plugins/reference/opencode.md +23 -0
- package/docs/plugins/reference/openrouter.md +23 -0
- package/docs/plugins/reference/openshell.md +19 -0
- package/docs/plugins/reference/perplexity.md +23 -0
- package/docs/plugins/reference/pixverse.md +23 -0
- package/docs/plugins/reference/policy.md +79 -0
- package/docs/plugins/reference/qa-channel.md +23 -0
- package/docs/plugins/reference/qa-lab.md +19 -0
- package/docs/plugins/reference/qa-matrix.md +19 -0
- package/docs/plugins/reference/qianfan.md +23 -0
- package/docs/plugins/reference/qqbot.md +23 -0
- package/docs/plugins/reference/qwen.md +24 -0
- package/docs/plugins/reference/runway.md +23 -0
- package/docs/plugins/reference/searxng.md +19 -0
- package/docs/plugins/reference/senseaudio.md +23 -0
- package/docs/plugins/reference/sglang.md +23 -0
- package/docs/plugins/reference/signal.md +23 -0
- package/docs/plugins/reference/slack.md +23 -0
- package/docs/plugins/reference/sms.md +23 -0
- package/docs/plugins/reference/stepfun.md +23 -0
- package/docs/plugins/reference/synology-chat.md +23 -0
- package/docs/plugins/reference/synthetic.md +23 -0
- package/docs/plugins/reference/tavily.md +23 -0
- package/docs/plugins/reference/telegram.md +23 -0
- package/docs/plugins/reference/tencent.md +23 -0
- package/docs/plugins/reference/tlon.md +23 -0
- package/docs/plugins/reference/together.md +23 -0
- package/docs/plugins/reference/tokenjuice.md +23 -0
- package/docs/plugins/reference/tts-local-cli.md +19 -0
- package/docs/plugins/reference/twitch.md +23 -0
- package/docs/plugins/reference/venice.md +23 -0
- package/docs/plugins/reference/vercel-ai-gateway.md +23 -0
- package/docs/plugins/reference/vllm.md +23 -0
- package/docs/plugins/reference/voice-call.md +23 -0
- package/docs/plugins/reference/volcengine.md +23 -0
- package/docs/plugins/reference/voyage.md +19 -0
- package/docs/plugins/reference/vydra.md +23 -0
- package/docs/plugins/reference/web-readability.md +19 -0
- package/docs/plugins/reference/webhooks.md +23 -0
- package/docs/plugins/reference/whatsapp.md +23 -0
- package/docs/plugins/reference/workboard.md +23 -0
- package/docs/plugins/reference/xai.md +23 -0
- package/docs/plugins/reference/xiaomi.md +23 -0
- package/docs/plugins/reference/zai.md +23 -0
- package/docs/plugins/reference/zalo.md +23 -0
- package/docs/plugins/reference/zalouser.md +24 -0
- package/docs/plugins/reference.md +19 -0
- package/docs/plugins/sdk-agent-harness.md +339 -0
- package/docs/plugins/sdk-channel-inbound.md +70 -0
- package/docs/plugins/sdk-channel-ingress.md +137 -0
- package/docs/plugins/sdk-channel-message.md +18 -0
- package/docs/plugins/sdk-channel-outbound.md +113 -0
- package/docs/plugins/sdk-channel-plugins.md +770 -0
- package/docs/plugins/sdk-channel-turn.md +9 -0
- package/docs/plugins/sdk-entrypoints.md +344 -0
- package/docs/plugins/sdk-migration.md +1011 -0
- package/docs/plugins/sdk-overview.md +525 -0
- package/docs/plugins/sdk-provider-plugins.md +1019 -0
- package/docs/plugins/sdk-runtime.md +683 -0
- package/docs/plugins/sdk-setup.md +550 -0
- package/docs/plugins/sdk-subpaths.md +401 -0
- package/docs/plugins/sdk-testing.md +403 -0
- package/docs/plugins/tool-plugins.md +411 -0
- package/docs/plugins/voice-call.md +942 -0
- package/docs/plugins/webhooks.md +192 -0
- package/docs/plugins/workboard.md +402 -0
- package/docs/plugins/zalouser.md +86 -0
- package/docs/prose.md +191 -0
- package/docs/providers/alibaba.md +158 -0
- package/docs/providers/anthropic.md +386 -0
- package/docs/providers/arcee.md +144 -0
- package/docs/providers/azure-speech.md +119 -0
- package/docs/providers/bedrock-mantle.md +224 -0
- package/docs/providers/bedrock.md +433 -0
- package/docs/providers/cerebras.md +130 -0
- package/docs/providers/chutes.md +153 -0
- package/docs/providers/claude-max-api-proxy.md +191 -0
- package/docs/providers/cloudflare-ai-gateway.md +119 -0
- package/docs/providers/comfy.md +362 -0
- package/docs/providers/deepgram.md +184 -0
- package/docs/providers/deepinfra.md +92 -0
- package/docs/providers/deepseek.md +146 -0
- package/docs/providers/ds4.md +309 -0
- package/docs/providers/elevenlabs.md +130 -0
- package/docs/providers/fal.md +240 -0
- package/docs/providers/fireworks.md +144 -0
- package/docs/providers/github-copilot.md +257 -0
- package/docs/providers/gmi.md +92 -0
- package/docs/providers/google.md +472 -0
- package/docs/providers/gradium.md +123 -0
- package/docs/providers/groq.md +171 -0
- package/docs/providers/huggingface.md +235 -0
- package/docs/providers/index.md +105 -0
- package/docs/providers/inferrs.md +272 -0
- package/docs/providers/inworld.md +120 -0
- package/docs/providers/kilocode.md +135 -0
- package/docs/providers/litellm.md +234 -0
- package/docs/providers/lmstudio.md +224 -0
- package/docs/providers/minimax.md +518 -0
- package/docs/providers/mistral.md +235 -0
- package/docs/providers/models.md +64 -0
- package/docs/providers/moonshot.md +413 -0
- package/docs/providers/novita.md +92 -0
- package/docs/providers/nvidia.md +208 -0
- package/docs/providers/ollama-cloud.md +115 -0
- package/docs/providers/ollama.md +1225 -0
- package/docs/providers/openai.md +1091 -0
- package/docs/providers/opencode-go.md +123 -0
- package/docs/providers/opencode.md +149 -0
- package/docs/providers/openrouter.md +390 -0
- package/docs/providers/perplexity-provider.md +123 -0
- package/docs/providers/pixverse.md +165 -0
- package/docs/providers/qianfan.md +132 -0
- package/docs/providers/qwen-oauth.md +115 -0
- package/docs/providers/qwen.md +364 -0
- package/docs/providers/runway.md +103 -0
- package/docs/providers/senseaudio.md +68 -0
- package/docs/providers/sglang.md +161 -0
- package/docs/providers/stepfun.md +229 -0
- package/docs/providers/synthetic.md +154 -0
- package/docs/providers/tencent.md +130 -0
- package/docs/providers/together.md +140 -0
- package/docs/providers/venice.md +312 -0
- package/docs/providers/vercel-ai-gateway.md +128 -0
- package/docs/providers/vllm.md +407 -0
- package/docs/providers/volcengine.md +199 -0
- package/docs/providers/vydra.md +180 -0
- package/docs/providers/xai.md +571 -0
- package/docs/providers/xiaomi.md +286 -0
- package/docs/providers/zai.md +224 -0
- package/docs/refactor/access.md +9 -0
- package/docs/refactor/acp.md +298 -0
- package/docs/refactor/canvas.md +131 -0
- package/docs/refactor/database-first.md +2263 -0
- package/docs/refactor/ingress-core.md +341 -0
- package/docs/reference/AGENTS.default.md +131 -0
- package/docs/reference/RELEASING.md +844 -0
- package/docs/reference/api-usage-costs.md +208 -0
- package/docs/reference/application-modernization-plan.md +208 -0
- package/docs/reference/code-mode.md +1058 -0
- package/docs/reference/credits.md +33 -0
- package/docs/reference/device-models.md +50 -0
- package/docs/reference/full-release-validation.md +206 -0
- package/docs/reference/memory-config.md +630 -0
- package/docs/reference/prompt-caching.md +358 -0
- package/docs/reference/release-performance-sweep.md +347 -0
- package/docs/reference/rich-output-protocol.md +93 -0
- package/docs/reference/rpc.md +43 -0
- package/docs/reference/secret-placeholder-conventions.md +33 -0
- package/docs/reference/secretref-credential-surface.md +163 -0
- package/docs/reference/secretref-user-supplied-credentials-matrix.json +691 -0
- package/docs/reference/session-management-compaction.md +474 -0
- package/docs/reference/templates/AGENTS.dev.md +90 -0
- package/docs/reference/templates/AGENTS.md +227 -0
- package/docs/reference/templates/BOOT.md +16 -0
- package/docs/reference/templates/BOOTSTRAP.md +66 -0
- package/docs/reference/templates/HEARTBEAT.md +24 -0
- package/docs/reference/templates/IDENTITY.dev.md +52 -0
- package/docs/reference/templates/IDENTITY.md +34 -0
- package/docs/reference/templates/SOUL.dev.md +82 -0
- package/docs/reference/templates/SOUL.md +49 -0
- package/docs/reference/templates/TOOLS.dev.md +29 -0
- package/docs/reference/templates/TOOLS.md +51 -0
- package/docs/reference/templates/USER.dev.md +23 -0
- package/docs/reference/templates/USER.md +28 -0
- package/docs/reference/test.md +248 -0
- package/docs/reference/token-use.md +246 -0
- package/docs/reference/transcript-hygiene.md +226 -0
- package/docs/reference/wizard.md +252 -0
- package/docs/security/CONTRIBUTING-THREAT-MODEL.md +101 -0
- package/docs/security/THREAT-MODEL-ATLAS.md +611 -0
- package/docs/security/formal-verification.md +170 -0
- package/docs/security/incident-response.md +59 -0
- package/docs/security/network-proxy.md +268 -0
- package/docs/snippets/plugin-publish/minimal-openclaw.plugin.json +12 -0
- package/docs/snippets/plugin-publish/minimal-package.json +16 -0
- package/docs/specs/claw-supervisor.md +247 -0
- package/docs/start/bootstrapping.md +49 -0
- package/docs/start/docs-directory.md +69 -0
- package/docs/start/getting-started.md +152 -0
- package/docs/start/hubs.md +201 -0
- package/docs/start/lore.md +223 -0
- package/docs/start/onboarding-overview.md +72 -0
- package/docs/start/onboarding.md +98 -0
- package/docs/start/openclaw.md +246 -0
- package/docs/start/quickstart.md +25 -0
- package/docs/start/setup.md +178 -0
- package/docs/start/showcase.md +371 -0
- package/docs/start/wizard-cli-automation.md +232 -0
- package/docs/start/wizard-cli-reference.md +331 -0
- package/docs/start/wizard.md +142 -0
- package/docs/style.css +137 -0
- package/docs/tools/acp-agents-setup.md +356 -0
- package/docs/tools/acp-agents.md +865 -0
- package/docs/tools/agent-send.md +130 -0
- package/docs/tools/apply-patch.md +64 -0
- package/docs/tools/brave-search.md +139 -0
- package/docs/tools/browser-control.md +405 -0
- package/docs/tools/browser-linux-troubleshooting.md +173 -0
- package/docs/tools/browser-login.md +77 -0
- package/docs/tools/browser-wsl2-windows-remote-cdp-troubleshooting.md +219 -0
- package/docs/tools/browser.md +866 -0
- package/docs/tools/btw.md +159 -0
- package/docs/tools/capability-cookbook.md +12 -0
- package/docs/tools/clawhub.md +5 -0
- package/docs/tools/code-execution.md +173 -0
- package/docs/tools/creating-skills.md +271 -0
- package/docs/tools/diffs.md +527 -0
- package/docs/tools/duckduckgo-search.md +109 -0
- package/docs/tools/elevated.md +128 -0
- package/docs/tools/exa-search.md +152 -0
- package/docs/tools/exec-approvals-advanced.md +457 -0
- package/docs/tools/exec-approvals.md +520 -0
- package/docs/tools/exec.md +294 -0
- package/docs/tools/firecrawl.md +155 -0
- package/docs/tools/gemini-search.md +114 -0
- package/docs/tools/goal.md +217 -0
- package/docs/tools/grok-search.md +129 -0
- package/docs/tools/image-generation.md +538 -0
- package/docs/tools/index.md +176 -0
- package/docs/tools/kimi-search.md +105 -0
- package/docs/tools/llm-task.md +137 -0
- package/docs/tools/lobster.md +365 -0
- package/docs/tools/loop-detection.md +154 -0
- package/docs/tools/media-overview.md +161 -0
- package/docs/tools/minimax-search.md +102 -0
- package/docs/tools/multi-agent-sandbox-tools.md +409 -0
- package/docs/tools/music-generation.md +372 -0
- package/docs/tools/ollama-search.md +153 -0
- package/docs/tools/parallel-search.md +154 -0
- package/docs/tools/pdf.md +213 -0
- package/docs/tools/permission-modes.md +111 -0
- package/docs/tools/perplexity-search.md +220 -0
- package/docs/tools/plugin.md +378 -0
- package/docs/tools/reactions.md +100 -0
- package/docs/tools/searxng-search.md +141 -0
- package/docs/tools/skill-workshop.md +283 -0
- package/docs/tools/skills-config.md +457 -0
- package/docs/tools/skills.md +591 -0
- package/docs/tools/slash-commands.md +518 -0
- package/docs/tools/steer.md +77 -0
- package/docs/tools/subagents.md +652 -0
- package/docs/tools/tavily.md +162 -0
- package/docs/tools/thinking.md +142 -0
- package/docs/tools/tokenjuice.md +84 -0
- package/docs/tools/tool-search.md +269 -0
- package/docs/tools/trajectory.md +229 -0
- package/docs/tools/tts.md +1013 -0
- package/docs/tools/video-generation.md +555 -0
- package/docs/tools/web-fetch.md +210 -0
- package/docs/tools/web.md +476 -0
- package/docs/tts.md +11 -0
- package/docs/vps.md +139 -0
- package/docs/web/control-ui.md +530 -0
- package/docs/web/dashboard.md +107 -0
- package/docs/web/index.md +133 -0
- package/docs/web/tui.md +258 -0
- package/docs/web/webchat.md +102 -0
- package/npm-shrinkwrap.json +3485 -0
- package/openclaw.mjs +661 -0
- package/package.json +1971 -0
- package/patches/.gitkeep +0 -0
- package/patches/@agentclientprotocol__claude-agent-acp@0.39.0.patch +40 -0
- package/pnpm-workspace.yaml +124 -0
- package/scripts/crabbox-wrapper.mjs +2470 -0
- package/scripts/lib/official-external-channel-catalog.json +570 -0
- package/scripts/lib/official-external-plugin-catalog.json +284 -0
- package/scripts/lib/official-external-provider-catalog.json +158 -0
- package/scripts/lib/package-dist-imports.mjs +174 -0
- package/scripts/npm-runner.mjs +95 -0
- package/scripts/postinstall-bundled-plugins.mjs +978 -0
- package/scripts/preinstall-package-manager-warning.mjs +74 -0
- package/scripts/prepare-git-hooks.mjs +73 -0
- package/scripts/windows-cmd-helpers.mjs +29 -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/camsnap/SKILL.md +45 -0
- package/skills/canvas/SKILL.md +78 -0
- package/skills/clawhub/SKILL.md +77 -0
- package/skills/coding-agent/SKILL.md +143 -0
- package/skills/diagram-maker/SKILL.md +53 -0
- package/skills/diagram-maker/references/excalidraw-patterns.md +85 -0
- package/skills/diagram-maker/references/svg-template.md +112 -0
- package/skills/discord/SKILL.md +136 -0
- package/skills/eightctl/SKILL.md +50 -0
- package/skills/gemini/SKILL.md +47 -0
- package/skills/gh-issues/SKILL.md +213 -0
- package/skills/gifgrep/SKILL.md +85 -0
- package/skills/github/SKILL.md +84 -0
- package/skills/gog/SKILL.md +116 -0
- package/skills/goplaces/SKILL.md +52 -0
- package/skills/healthcheck/SKILL.md +105 -0
- package/skills/himalaya/SKILL.md +80 -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/meme-maker/SKILL.md +42 -0
- package/skills/meme-maker/references/templates.json +358 -0
- package/skills/meme-maker/scripts/meme.mjs +398 -0
- package/skills/model-usage/SKILL.md +71 -0
- package/skills/model-usage/references/codexbar-cli.md +33 -0
- package/skills/model-usage/scripts/model_usage.py +319 -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 +143 -0
- package/skills/node-inspect-debugger/SKILL.md +85 -0
- package/skills/notion/SKILL.md +150 -0
- package/skills/obsidian/SKILL.md +119 -0
- package/skills/openai-whisper/SKILL.md +38 -0
- package/skills/openai-whisper-api/SKILL.md +71 -0
- package/skills/openai-whisper-api/scripts/transcribe.sh +154 -0
- package/skills/openhue/SKILL.md +112 -0
- package/skills/oracle/SKILL.md +126 -0
- package/skills/ordercli/SKILL.md +78 -0
- package/skills/peekaboo/SKILL.md +198 -0
- package/skills/pyproject.toml +10 -0
- package/skills/python-debugpy/SKILL.md +73 -0
- package/skills/sag/SKILL.md +87 -0
- package/skills/session-logs/SKILL.md +151 -0
- package/skills/sherpa-onnx-tts/SKILL.md +109 -0
- package/skills/sherpa-onnx-tts/bin/sherpa-onnx-tts +178 -0
- package/skills/skill-creator/SKILL.md +78 -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 +144 -0
- package/skills/skill-creator/scripts/quick_validate.py +169 -0
- package/skills/skill-creator/scripts/test_package_skill.py +199 -0
- package/skills/skill-creator/scripts/test_quick_validate.py +116 -0
- package/skills/slack/SKILL.md +78 -0
- package/skills/songsee/SKILL.md +49 -0
- package/skills/sonoscli/SKILL.md +65 -0
- package/skills/spike/SKILL.md +51 -0
- package/skills/spotify-player/SKILL.md +64 -0
- package/skills/summarize/SKILL.md +87 -0
- package/skills/taskflow/SKILL.md +149 -0
- package/skills/taskflow/examples/inbox-triage.lobster +33 -0
- package/skills/taskflow/examples/pr-intake.lobster +32 -0
- package/skills/taskflow-inbox-triage/SKILL.md +119 -0
- package/skills/things-mac/SKILL.md +86 -0
- package/skills/tmux/SKILL.md +91 -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 +108 -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 +87 -0
- package/skills/xurl/SKILL.md +120 -0
- package/src/agents/templates/HEARTBEAT.md +5 -0
|
@@ -0,0 +1,457 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: "Skills config"
|
|
3
|
+
sidebarTitle: "Skills config"
|
|
4
|
+
summary: "Full reference for the skills.* config schema, agent allowlists, workshop settings, and sandbox env var handling."
|
|
5
|
+
read_when:
|
|
6
|
+
- Configuring skill loading, install, or gating behavior
|
|
7
|
+
- Setting per-agent skill visibility
|
|
8
|
+
- Adjusting Skill Workshop limits or approval policy
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
Most skills configuration lives under `skills` in
|
|
12
|
+
`~/.openclaw/openclaw.json`. Agent-specific visibility lives under
|
|
13
|
+
`agents.defaults.skills` and `agents.list[].skills`.
|
|
14
|
+
|
|
15
|
+
```json5
|
|
16
|
+
{
|
|
17
|
+
skills: {
|
|
18
|
+
allowBundled: ["gemini", "peekaboo"],
|
|
19
|
+
load: {
|
|
20
|
+
extraDirs: ["~/Projects/agent-scripts/skills"],
|
|
21
|
+
allowSymlinkTargets: ["~/Projects/manager/skills"],
|
|
22
|
+
watch: true,
|
|
23
|
+
watchDebounceMs: 250,
|
|
24
|
+
},
|
|
25
|
+
install: {
|
|
26
|
+
preferBrew: true,
|
|
27
|
+
nodeManager: "npm",
|
|
28
|
+
allowUploadedArchives: false,
|
|
29
|
+
},
|
|
30
|
+
workshop: {
|
|
31
|
+
autonomous: { enabled: false },
|
|
32
|
+
allowSymlinkTargetWrites: false,
|
|
33
|
+
approvalPolicy: "pending",
|
|
34
|
+
maxPending: 50,
|
|
35
|
+
maxSkillBytes: 40000,
|
|
36
|
+
},
|
|
37
|
+
entries: {
|
|
38
|
+
"image-lab": {
|
|
39
|
+
enabled: true,
|
|
40
|
+
apiKey: { source: "env", provider: "default", id: "GEMINI_API_KEY" },
|
|
41
|
+
env: { GEMINI_API_KEY: "GEMINI_KEY_HERE" },
|
|
42
|
+
},
|
|
43
|
+
peekaboo: { enabled: true },
|
|
44
|
+
sag: { enabled: false },
|
|
45
|
+
},
|
|
46
|
+
},
|
|
47
|
+
}
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
<Note>
|
|
51
|
+
For built-in image generation, use `agents.defaults.imageGenerationModel`
|
|
52
|
+
plus the core `image_generate` tool instead of `skills.entries`. Skill
|
|
53
|
+
entries are for custom or third-party skill workflows only.
|
|
54
|
+
</Note>
|
|
55
|
+
|
|
56
|
+
## Loading (`skills.load`)
|
|
57
|
+
|
|
58
|
+
<ParamField path="skills.load.extraDirs" type="string[]">
|
|
59
|
+
Additional skill directories to scan, at the lowest precedence (after bundled
|
|
60
|
+
and plugin skills). Paths are expanded with `~` support.
|
|
61
|
+
</ParamField>
|
|
62
|
+
|
|
63
|
+
<ParamField path="skills.load.allowSymlinkTargets" type="string[]">
|
|
64
|
+
Trusted real target directories that symlinked skill folders may resolve into,
|
|
65
|
+
even when the symlink lives outside the configured root. Use this for
|
|
66
|
+
intentional sibling-repo layouts such as
|
|
67
|
+
`<workspace>/skills/manager -> ~/Projects/manager/skills`. Keep this list
|
|
68
|
+
narrow — do not point at broad roots like `~` or `~/Projects`.
|
|
69
|
+
</ParamField>
|
|
70
|
+
|
|
71
|
+
<ParamField path="skills.load.watch" type="boolean" default="true">
|
|
72
|
+
Watch skill folders and refresh the skills snapshot when `SKILL.md` files
|
|
73
|
+
change. Covers nested files under grouped skill roots.
|
|
74
|
+
</ParamField>
|
|
75
|
+
|
|
76
|
+
<ParamField path="skills.load.watchDebounceMs" type="number" default="250">
|
|
77
|
+
Debounce window for skill watcher events in milliseconds.
|
|
78
|
+
</ParamField>
|
|
79
|
+
|
|
80
|
+
## Install (`skills.install`)
|
|
81
|
+
|
|
82
|
+
<ParamField path="skills.install.preferBrew" type="boolean" default="true">
|
|
83
|
+
Prefer Homebrew installers when `brew` is available.
|
|
84
|
+
</ParamField>
|
|
85
|
+
|
|
86
|
+
<ParamField path="skills.install.nodeManager" type='"npm" | "pnpm" | "yarn" | "bun"' default='"npm"'>
|
|
87
|
+
Node package manager preference for skill installs. This only affects skill
|
|
88
|
+
installs — the Gateway runtime should still use Node (Bun is not recommended
|
|
89
|
+
for WhatsApp/Telegram). Use `openclaw setup --node-manager` for npm, pnpm,
|
|
90
|
+
or bun; set `"yarn"` manually for Yarn-backed skill installs.
|
|
91
|
+
</ParamField>
|
|
92
|
+
|
|
93
|
+
<ParamField path="skills.install.allowUploadedArchives" type="boolean" default="false">
|
|
94
|
+
Allow trusted `operator.admin` Gateway clients to install private zip
|
|
95
|
+
archives staged through `skills.upload.*`. Normal ClawHub installs do not
|
|
96
|
+
need this setting.
|
|
97
|
+
</ParamField>
|
|
98
|
+
|
|
99
|
+
## Operator Install Policy (`security.installPolicy`)
|
|
100
|
+
|
|
101
|
+
Use `security.installPolicy` when operators need a trusted local command to
|
|
102
|
+
approve or block skill and plugin installs with host-specific policy. The policy
|
|
103
|
+
runs after OpenClaw has staged source material and before the install or update
|
|
104
|
+
continues. It applies to ClawHub skills, uploaded skills, Git/local skills,
|
|
105
|
+
skill dependency installers, and plugin install/update sources.
|
|
106
|
+
|
|
107
|
+
```json5
|
|
108
|
+
{
|
|
109
|
+
security: {
|
|
110
|
+
installPolicy: {
|
|
111
|
+
enabled: true,
|
|
112
|
+
// Omit targets to cover every supported target.
|
|
113
|
+
targets: ["skill", "plugin"],
|
|
114
|
+
exec: {
|
|
115
|
+
source: "exec",
|
|
116
|
+
command: "/usr/local/bin/openclaw-install-policy",
|
|
117
|
+
args: ["--json"],
|
|
118
|
+
timeoutMs: 10000,
|
|
119
|
+
noOutputTimeoutMs: 10000,
|
|
120
|
+
maxOutputBytes: 1048576,
|
|
121
|
+
passEnv: ["OPENCLAW_STATE_DIR", "PATH"],
|
|
122
|
+
env: { POLICY_MODE: "strict" },
|
|
123
|
+
trustedDirs: ["/usr/local/bin"],
|
|
124
|
+
},
|
|
125
|
+
},
|
|
126
|
+
},
|
|
127
|
+
}
|
|
128
|
+
```
|
|
129
|
+
|
|
130
|
+
<ParamField path="security.installPolicy.enabled" type="boolean" default="false">
|
|
131
|
+
Enables operator-owned install policy. When enabled without a valid `exec`
|
|
132
|
+
command, installs fail closed.
|
|
133
|
+
</ParamField>
|
|
134
|
+
|
|
135
|
+
<ParamField path="security.installPolicy.targets" type='("skill" | "plugin")[]'>
|
|
136
|
+
Optional target filter. When omitted, policy applies to every supported target
|
|
137
|
+
so new installs do not unexpectedly fail open.
|
|
138
|
+
</ParamField>
|
|
139
|
+
|
|
140
|
+
<ParamField path="security.installPolicy.exec.command" type="string">
|
|
141
|
+
Absolute path to the trusted policy executable. OpenClaw runs it without a
|
|
142
|
+
shell and validates the path before use.
|
|
143
|
+
</ParamField>
|
|
144
|
+
|
|
145
|
+
<ParamField path="security.installPolicy.exec.args" type="string[]">
|
|
146
|
+
Static arguments passed after `command`.
|
|
147
|
+
</ParamField>
|
|
148
|
+
|
|
149
|
+
<ParamField path="security.installPolicy.exec.timeoutMs" type="number" default="10000">
|
|
150
|
+
Maximum wall-clock runtime for one policy decision.
|
|
151
|
+
</ParamField>
|
|
152
|
+
|
|
153
|
+
<ParamField path="security.installPolicy.exec.noOutputTimeoutMs" type="number" default="timeoutMs">
|
|
154
|
+
Maximum time without stdout or stderr output before the policy fails closed.
|
|
155
|
+
</ParamField>
|
|
156
|
+
|
|
157
|
+
<ParamField path="security.installPolicy.exec.maxOutputBytes" type="number" default="1048576">
|
|
158
|
+
Maximum combined stdout and stderr bytes accepted from the policy process.
|
|
159
|
+
</ParamField>
|
|
160
|
+
|
|
161
|
+
<ParamField path="security.installPolicy.exec.env" type="Record<string, string>">
|
|
162
|
+
Literal environment variables provided to the policy process.
|
|
163
|
+
</ParamField>
|
|
164
|
+
|
|
165
|
+
<ParamField path="security.installPolicy.exec.passEnv" type="string[]">
|
|
166
|
+
Environment variable names copied from the OpenClaw process into the policy
|
|
167
|
+
process. Only named variables are passed.
|
|
168
|
+
</ParamField>
|
|
169
|
+
|
|
170
|
+
<ParamField path="security.installPolicy.exec.trustedDirs" type="string[]">
|
|
171
|
+
Optional allowlist of directories that may contain the policy executable.
|
|
172
|
+
</ParamField>
|
|
173
|
+
|
|
174
|
+
<ParamField path="security.installPolicy.exec.allowInsecurePath" type="boolean" default="false">
|
|
175
|
+
Bypasses command path ownership and permission checks. Use only when the path
|
|
176
|
+
is protected by another mechanism.
|
|
177
|
+
</ParamField>
|
|
178
|
+
|
|
179
|
+
<ParamField path="security.installPolicy.exec.allowSymlinkCommand" type="boolean" default="false">
|
|
180
|
+
Allows the configured command path to be a symlink. The resolved target must
|
|
181
|
+
still satisfy the other path checks. Interpreter script arguments must be
|
|
182
|
+
direct regular files, not symlinks.
|
|
183
|
+
</ParamField>
|
|
184
|
+
|
|
185
|
+
The policy receives one JSON object on stdin with `protocolVersion: 1`,
|
|
186
|
+
`openclawVersion`, `targetType`, `targetName`, `sourcePath`, `sourcePathKind`,
|
|
187
|
+
optional structured `source`, structured `origin`, and `request`. It must write
|
|
188
|
+
one JSON object on stdout: `{ "protocolVersion": 1, "decision": "allow" }` or
|
|
189
|
+
`{ "protocolVersion": 1, "decision": "block", "reason": "..." }`. Non-zero
|
|
190
|
+
exit, timeout, malformed JSON, missing fields, or unsupported protocol versions
|
|
191
|
+
fail closed.
|
|
192
|
+
|
|
193
|
+
OpenClaw does not execute install policy during normal Gateway startup. Installs
|
|
194
|
+
and updates fail closed when policy is enabled but unavailable. `openclaw doctor`
|
|
195
|
+
performs static validation, and `openclaw doctor --deep` executes a synthetic
|
|
196
|
+
install probe against the configured command.
|
|
197
|
+
|
|
198
|
+
Bulk updates apply policy per target: a blocked skill or plugin update fails
|
|
199
|
+
that target without disabling the policy or skipping later targets in the batch.
|
|
200
|
+
|
|
201
|
+
Example stdin:
|
|
202
|
+
|
|
203
|
+
```json
|
|
204
|
+
{
|
|
205
|
+
"protocolVersion": 1,
|
|
206
|
+
"openclawVersion": "2026.6.1",
|
|
207
|
+
"targetType": "skill",
|
|
208
|
+
"targetName": "weather",
|
|
209
|
+
"sourcePath": "/var/folders/.../openclaw-skill-clawhub/root",
|
|
210
|
+
"sourcePathKind": "directory",
|
|
211
|
+
"source": {
|
|
212
|
+
"kind": "clawhub",
|
|
213
|
+
"authority": "openclaw",
|
|
214
|
+
"mutable": false,
|
|
215
|
+
"network": true
|
|
216
|
+
},
|
|
217
|
+
"origin": {
|
|
218
|
+
"type": "clawhub",
|
|
219
|
+
"registry": "https://clawhub.openclaw.ai",
|
|
220
|
+
"slug": "weather",
|
|
221
|
+
"version": "1.0.0"
|
|
222
|
+
},
|
|
223
|
+
"request": {
|
|
224
|
+
"kind": "skill-install",
|
|
225
|
+
"mode": "install",
|
|
226
|
+
"requestedSpecifier": "clawhub:weather@1.0.0"
|
|
227
|
+
},
|
|
228
|
+
"skill": {
|
|
229
|
+
"installId": "clawhub"
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
```
|
|
233
|
+
|
|
234
|
+
Minimal policy command:
|
|
235
|
+
|
|
236
|
+
```js
|
|
237
|
+
#!/usr/bin/env node
|
|
238
|
+
|
|
239
|
+
let input = "";
|
|
240
|
+
process.stdin.setEncoding("utf8");
|
|
241
|
+
process.stdin.on("data", (chunk) => {
|
|
242
|
+
input += chunk;
|
|
243
|
+
});
|
|
244
|
+
process.stdin.on("end", () => {
|
|
245
|
+
const request = JSON.parse(input);
|
|
246
|
+
if (request.targetType === "plugin" && request.source?.kind === "local-path") {
|
|
247
|
+
process.stdout.write(
|
|
248
|
+
JSON.stringify({
|
|
249
|
+
protocolVersion: 1,
|
|
250
|
+
decision: "block",
|
|
251
|
+
reason: "local plugin paths are not approved on this host",
|
|
252
|
+
}),
|
|
253
|
+
);
|
|
254
|
+
return;
|
|
255
|
+
}
|
|
256
|
+
process.stdout.write(JSON.stringify({ protocolVersion: 1, decision: "allow" }));
|
|
257
|
+
});
|
|
258
|
+
```
|
|
259
|
+
|
|
260
|
+
## Bundled skill allowlist
|
|
261
|
+
|
|
262
|
+
<ParamField path="skills.allowBundled" type="string[]">
|
|
263
|
+
Optional allowlist for **bundled** skills only. When set, only bundled skills
|
|
264
|
+
in the list are eligible. Managed, agent-level, and workspace skills are
|
|
265
|
+
unaffected.
|
|
266
|
+
</ParamField>
|
|
267
|
+
|
|
268
|
+
## Per-skill entries (`skills.entries`)
|
|
269
|
+
|
|
270
|
+
Keys under `entries` match the skill `name` by default. If a skill defines
|
|
271
|
+
`metadata.openclaw.skillKey`, use that key instead. Quote hyphenated names
|
|
272
|
+
(JSON5 allows quoted keys).
|
|
273
|
+
|
|
274
|
+
<ParamField path="skills.entries.<key>.enabled" type="boolean">
|
|
275
|
+
`false` disables the skill even when bundled or installed. The `coding-agent`
|
|
276
|
+
bundled skill is opt-in — set it to `true` and ensure one of `claude`,
|
|
277
|
+
`codex`, `opencode`, or another supported CLI is installed and authenticated.
|
|
278
|
+
</ParamField>
|
|
279
|
+
|
|
280
|
+
<ParamField path="skills.entries.<key>.apiKey" type='string | { source, provider, id }'>
|
|
281
|
+
Convenience field for skills that declare `metadata.openclaw.primaryEnv`.
|
|
282
|
+
Supports a plaintext string or a SecretRef: `{ source: "env", provider: "default", id: "VAR_NAME" }`.
|
|
283
|
+
</ParamField>
|
|
284
|
+
|
|
285
|
+
<ParamField path="skills.entries.<key>.env" type="Record<string, string>">
|
|
286
|
+
Environment variables injected for the agent run. Only injected when the
|
|
287
|
+
variable is not already set in the process.
|
|
288
|
+
</ParamField>
|
|
289
|
+
|
|
290
|
+
<ParamField path="skills.entries.<key>.config" type="object">
|
|
291
|
+
Optional bag for custom per-skill configuration fields.
|
|
292
|
+
</ParamField>
|
|
293
|
+
|
|
294
|
+
## Agent allowlists (`agents`)
|
|
295
|
+
|
|
296
|
+
Use agent config when you want the same machine/workspace skill roots but a
|
|
297
|
+
different visible skill set per agent.
|
|
298
|
+
|
|
299
|
+
```json5
|
|
300
|
+
{
|
|
301
|
+
agents: {
|
|
302
|
+
defaults: {
|
|
303
|
+
skills: ["github", "weather"], // shared baseline
|
|
304
|
+
},
|
|
305
|
+
list: [
|
|
306
|
+
{ id: "writer" }, // inherits github, weather
|
|
307
|
+
{ id: "docs", skills: ["docs-search"] }, // replaces defaults entirely
|
|
308
|
+
{ id: "locked-down", skills: [] }, // no skills
|
|
309
|
+
],
|
|
310
|
+
},
|
|
311
|
+
}
|
|
312
|
+
```
|
|
313
|
+
|
|
314
|
+
<ParamField path="agents.defaults.skills" type="string[]">
|
|
315
|
+
Shared baseline allowlist inherited by agents that omit `agents.list[].skills`.
|
|
316
|
+
Omit entirely to leave skills unrestricted by default.
|
|
317
|
+
</ParamField>
|
|
318
|
+
|
|
319
|
+
<ParamField path="agents.list[].skills" type="string[]">
|
|
320
|
+
Explicit final skill set for that agent. Explicit lists **replace** inherited
|
|
321
|
+
defaults — they do not merge. Set to `[]` to expose no skills for that agent.
|
|
322
|
+
</ParamField>
|
|
323
|
+
|
|
324
|
+
## Workshop (`skills.workshop`)
|
|
325
|
+
|
|
326
|
+
<ParamField path="skills.workshop.autonomous.enabled" type="boolean" default="false">
|
|
327
|
+
When `true`, agents can create pending proposals from durable conversation
|
|
328
|
+
signals after successful turns. User-prompted skill creation always goes
|
|
329
|
+
through Skill Workshop regardless of this setting.
|
|
330
|
+
</ParamField>
|
|
331
|
+
|
|
332
|
+
<ParamField path="skills.workshop.approvalPolicy" type='"pending" | "auto"' default='"pending"'>
|
|
333
|
+
`pending` requires operator approval before agent-initiated apply, reject, or
|
|
334
|
+
quarantine. `auto` allows those actions without approval.
|
|
335
|
+
</ParamField>
|
|
336
|
+
|
|
337
|
+
<ParamField path="skills.workshop.allowSymlinkTargetWrites" type="boolean" default="false">
|
|
338
|
+
Allow Skill Workshop apply to write through workspace skill symlinks whose
|
|
339
|
+
real target is already trusted by `skills.load.allowSymlinkTargets`. Keep this
|
|
340
|
+
disabled unless generated proposal applies should mutate that shared skill
|
|
341
|
+
root.
|
|
342
|
+
</ParamField>
|
|
343
|
+
|
|
344
|
+
<ParamField path="skills.workshop.maxPending" type="number" default="50">
|
|
345
|
+
Maximum pending and quarantined proposals retained per workspace.
|
|
346
|
+
</ParamField>
|
|
347
|
+
|
|
348
|
+
<ParamField path="skills.workshop.maxSkillBytes" type="number" default="40000">
|
|
349
|
+
Maximum proposal body size in bytes. Proposal descriptions are hard-capped at
|
|
350
|
+
160 bytes because they appear in discovery and listing output.
|
|
351
|
+
</ParamField>
|
|
352
|
+
|
|
353
|
+
## Symlinked skill roots
|
|
354
|
+
|
|
355
|
+
By default, workspace, project-agent, extra-dir, and bundled skill roots are
|
|
356
|
+
containment boundaries. A symlinked skill folder under `<workspace>/skills`
|
|
357
|
+
that resolves outside the root is skipped with a log message.
|
|
358
|
+
|
|
359
|
+
To allow an intentional symlink layout, declare the trusted target:
|
|
360
|
+
|
|
361
|
+
```json5
|
|
362
|
+
{
|
|
363
|
+
skills: {
|
|
364
|
+
load: {
|
|
365
|
+
extraDirs: ["~/Projects/manager/skills"],
|
|
366
|
+
allowSymlinkTargets: ["~/Projects/manager/skills"],
|
|
367
|
+
},
|
|
368
|
+
},
|
|
369
|
+
}
|
|
370
|
+
```
|
|
371
|
+
|
|
372
|
+
With this config, `<workspace>/skills/manager -> ~/Projects/manager/skills` is
|
|
373
|
+
accepted after realpath resolution. `extraDirs` scans the sibling repo directly;
|
|
374
|
+
`allowSymlinkTargets` preserves the symlinked path for existing layouts.
|
|
375
|
+
|
|
376
|
+
Skill Workshop apply does not write through those symlinks by default. To let
|
|
377
|
+
Workshop apply mutate skills under already-trusted symlink targets, opt in
|
|
378
|
+
separately:
|
|
379
|
+
|
|
380
|
+
```json5
|
|
381
|
+
{
|
|
382
|
+
skills: {
|
|
383
|
+
load: {
|
|
384
|
+
allowSymlinkTargets: ["~/Projects/manager/skills"],
|
|
385
|
+
},
|
|
386
|
+
workshop: {
|
|
387
|
+
allowSymlinkTargetWrites: true,
|
|
388
|
+
},
|
|
389
|
+
},
|
|
390
|
+
}
|
|
391
|
+
```
|
|
392
|
+
|
|
393
|
+
Managed `~/.openclaw/skills` and personal `~/.agents/skills` directories
|
|
394
|
+
already accept skill-directory symlinks (per-skill `SKILL.md` containment still
|
|
395
|
+
applies).
|
|
396
|
+
|
|
397
|
+
## Sandboxed skills and env vars
|
|
398
|
+
|
|
399
|
+
<Warning>
|
|
400
|
+
`skills.entries.<skill>.env` and `apiKey` apply to **host** runs only. Inside
|
|
401
|
+
a sandbox they have no effect — a skill that depends on `GEMINI_API_KEY` will
|
|
402
|
+
fail with `apiKey not configured` unless the sandbox is given the variable
|
|
403
|
+
separately.
|
|
404
|
+
</Warning>
|
|
405
|
+
|
|
406
|
+
Pass secrets into a Docker sandbox with:
|
|
407
|
+
|
|
408
|
+
```json5
|
|
409
|
+
{
|
|
410
|
+
agents: {
|
|
411
|
+
defaults: {
|
|
412
|
+
sandbox: {
|
|
413
|
+
docker: {
|
|
414
|
+
env: { GEMINI_API_KEY: "your-key-here" },
|
|
415
|
+
},
|
|
416
|
+
},
|
|
417
|
+
},
|
|
418
|
+
},
|
|
419
|
+
}
|
|
420
|
+
```
|
|
421
|
+
|
|
422
|
+
<Note>
|
|
423
|
+
Users with Docker daemon access can inspect `sandbox.docker.env` values
|
|
424
|
+
through Docker metadata. Use a mounted secret file, a custom image, or
|
|
425
|
+
another delivery path when that exposure is not acceptable.
|
|
426
|
+
</Note>
|
|
427
|
+
|
|
428
|
+
## Loading order reminder
|
|
429
|
+
|
|
430
|
+
```text
|
|
431
|
+
workspace/skills (highest)
|
|
432
|
+
workspace/.agents/skills
|
|
433
|
+
~/.agents/skills
|
|
434
|
+
~/.openclaw/skills
|
|
435
|
+
bundled skills
|
|
436
|
+
skills.load.extraDirs (lowest)
|
|
437
|
+
```
|
|
438
|
+
|
|
439
|
+
Changes to skills and config take effect on the next new session when the
|
|
440
|
+
watcher is enabled, or on the next agent turn when the watcher detects a change.
|
|
441
|
+
|
|
442
|
+
## Related
|
|
443
|
+
|
|
444
|
+
<CardGroup cols={2}>
|
|
445
|
+
<Card title="Skills reference" href="/tools/skills" icon="puzzle-piece">
|
|
446
|
+
What skills are, loading order, gating, and SKILL.md format.
|
|
447
|
+
</Card>
|
|
448
|
+
<Card title="Creating skills" href="/tools/creating-skills" icon="hammer">
|
|
449
|
+
Authoring custom workspace skills.
|
|
450
|
+
</Card>
|
|
451
|
+
<Card title="Skill Workshop" href="/tools/skill-workshop" icon="flask">
|
|
452
|
+
Proposal queue for agent-drafted skills.
|
|
453
|
+
</Card>
|
|
454
|
+
<Card title="Slash commands" href="/tools/slash-commands" icon="terminal">
|
|
455
|
+
Native slash-command catalog and chat directives.
|
|
456
|
+
</Card>
|
|
457
|
+
</CardGroup>
|