content
large_stringlengths
3
20.5k
url
large_stringlengths
53
192
branch
large_stringclasses
4 values
source
large_stringclasses
51 values
embeddings
listlengths
384
384
score
float64
-0.21
0.65
## System requirements - \*\*Node 24\*\* (recommended) or Node 22.19+ - the installer script handles this automatically - \*\*macOS, Linux, or Windows\*\* - both native Windows and WSL2 are supported; WSL2 is more stable. See [Windows](/platforms/windows). - `pnpm` is only needed if you build from source ## Recommended...
https://github.com/openclaw/openclaw/blob/main/docs/install/index.md
main
opebclaw
[ 0.03940759599208832, -0.01368925254791975, -0.06114378198981285, 0.05480504035949707, 0.09138426929712296, -0.04726190119981766, -0.07213184237480164, 0.05692771077156067, -0.03720893710851669, 0.03276507183909416, 0.04888725280761719, -0.029330335557460785, -0.004659732803702354, 0.027633...
-0.007763
Node installed? npm prefix -g # Where are global packages? echo "$PATH" # Is the global bin dir in PATH? ``` If `$(npm prefix -g)/bin` is not in your `$PATH`, add it to your shell startup file (`~/.zshrc` or `~/.bashrc`): ```bash export PATH="$(npm prefix -g)/bin:$PATH" ``` Then open a new terminal. See [Node setup](/i...
https://github.com/openclaw/openclaw/blob/main/docs/install/index.md
main
opebclaw
[ 0.09749577194452286, -0.044299643486738205, 0.005047751124948263, 0.013898881152272224, 0.10229426622390747, -0.0021695184987038374, -0.03889329731464386, 0.020203903317451477, -0.03205949440598488, 0.08698383718729019, -0.017201146110892296, -0.04257819801568985, 0.00719309039413929, 0.03...
-0.016329
## Recommended default (most users) - \*\*Small Linux VPS\*\* for an always-on Gateway and low cost. See [VPS hosting](/vps). - \*\*Dedicated hardware\*\* (Mac mini or Linux box) if you want full control and a \*\*residential IP\*\* for browser automation. Many sites block data center IPs, so local browsing often works...
https://github.com/openclaw/openclaw/blob/main/docs/install/macos-vm.md
main
opebclaw
[ 0.0011358766350895166, -0.012210043147206306, 0.058783065527677536, -0.007422982715070248, 0.02610386535525322, -0.025724461302161217, -0.051099441945552826, 0.037012964487075806, -0.03555770218372345, 0.012950061820447445, 0.06015106663107872, -0.031025096774101257, 0.01024889200925827, -...
0.130019
Then login to WhatsApp (scan QR): ```bash openclaw channels login ``` --- ## 8) Run the VM headlessly Stop the VM and restart without display: ```bash lume stop openclaw lume run openclaw --no-display ``` The VM runs in the background. OpenClaw's daemon keeps the gateway running. To check status: ```bash ssh youruser@1...
https://github.com/openclaw/openclaw/blob/main/docs/install/macos-vm.md
main
opebclaw
[ 0.02944977767765522, 0.006990745663642883, -0.013127711601555347, 0.007121010217815638, 0.037815939635038376, -0.08316005766391754, -0.059986017644405365, -0.008427074179053307, 0.034028906375169754, 0.03389022499322891, 0.056310467422008514, -0.004586468916386366, -0.01341297198086977, 0....
0.035493
OpenClaw ships three update channels: - \*\*stable\*\*: npm dist-tag `latest`. Recommended for most users. - \*\*beta\*\*: npm dist-tag `beta` when it is current; if beta is missing or older than the latest stable release, the update flow falls back to `latest`. - \*\*dev\*\*: moving head of `main` (git). npm dist-tag:...
https://github.com/openclaw/openclaw/blob/main/docs/install/development-channels.md
main
opebclaw
[ -0.004667155910283327, -0.04445165395736694, 0.0029149423353374004, 0.03274763748049736, 0.06615220010280609, -0.10212672501802444, -0.06220686063170433, -0.03673674911260605, -0.020692739635705948, 0.07282965630292892, 0.01143178902566433, 0.02928960509598255, -0.036688826978206635, -0.03...
0.079761
be required. ## Plugins and channels When you switch channels with `openclaw update`, OpenClaw also syncs plugin sources: - `dev` prefers bundled plugins from the git checkout. - `stable` and `beta` restore npm-installed plugin packages. - npm-installed plugins are updated after the core update completes. ## Checking c...
https://github.com/openclaw/openclaw/blob/main/docs/install/development-channels.md
main
opebclaw
[ 0.021004322916269302, -0.08243378251791, -0.0480816587805748, 0.01144715491682291, 0.029029637575149536, -0.07762634754180908, -0.03509144484996796, -0.013640661723911762, -0.0660727471113205, 0.02047678828239441, 0.018398942425847054, 0.019342990592122078, -0.04093014448881149, -0.0058708...
0.07149
Deploy OpenClaw to production servers with \*\*[openclaw-ansible](https://github.com/openclaw/openclaw-ansible)\*\* -- an automated installer with security-first architecture. The [openclaw-ansible](https://github.com/openclaw/openclaw-ansible) repo is the source of truth for Ansible deployment. This page is a quick ov...
https://github.com/openclaw/openclaw/blob/main/docs/install/ansible.md
main
opebclaw
[ 0.002452968154102564, -0.04014172777533531, -0.01486270036548376, 0.000862881017383188, -0.01993653178215027, -0.08317042142152786, -0.10294735431671143, -0.03169127553701401, -0.04160531237721443, 0.07698230445384979, 0.05252893269062042, -0.021545395255088806, 0.03926800191402435, 0.0067...
0.004434
## Troubleshooting - Ensure you can access via Tailscale VPN first - SSH access (port 22) is always allowed - The gateway is only accessible via Tailscale by design ```bash # Check logs sudo journalctl -u openclaw -n 100 # Verify permissions sudo ls -la /opt/openclaw # Test manual start sudo -i -u openclaw cd ~/opencla...
https://github.com/openclaw/openclaw/blob/main/docs/install/ansible.md
main
opebclaw
[ 0.05319305136799812, 0.005123413633555174, 0.023894648998975754, 0.031704794615507126, 0.07274939119815826, -0.049243468791246414, -0.11167407780885696, -0.015447817742824554, -0.025004470720887184, -0.013855264522135258, 0.0458286888897419, -0.03404632583260536, -0.0092347152531147, 0.030...
-0.02134
Run a persistent OpenClaw Gateway on [Hostinger](https://www.hostinger.com/openclaw) via a \*\*1-Click\*\* managed deployment or a \*\*VPS\*\* install. ## Prerequisites - Hostinger account ([signup](https://www.hostinger.com/openclaw)) - About 5-10 minutes ## Option A: 1-Click OpenClaw The fastest way to get started. H...
https://github.com/openclaw/openclaw/blob/main/docs/install/hostinger.md
main
opebclaw
[ -0.015874218195676804, -0.04139323905110359, -0.017017053440213203, 0.029493512585759163, 0.0061415620148181915, -0.09829763323068619, -0.08333215117454529, -0.04253728687763214, -0.010659752413630486, 0.0351468101143837, 0.007192883174866438, -0.008375519886612892, -0.0003721111861523241, ...
0.043148
Run a persistent OpenClaw Gateway on a DigitalOcean Droplet (~$6/month for the 1 GB Basic plan). DigitalOcean is the simplest paid VPS path. If you prefer cheaper or free options: - [Hetzner](/install/hetzner) — €3.79/mo, more cores/RAM per dollar. - [Oracle Cloud](/install/oracle) — Always Free ARM (up to 4 OCPU, 24 G...
https://github.com/openclaw/openclaw/blob/main/docs/install/digitalocean.md
main
opebclaw
[ -0.011990915983915329, -0.0425814688205719, -0.09779298305511475, -0.03506311774253845, 0.00017584716260898858, -0.04214083030819893, -0.07658158242702484, 0.038138505071401596, -0.05028114840388298, 0.0893564447760582, 0.03130210191011429, 0.0073075261898338795, -0.013399099931120872, -0....
0.043021
- Monitor with `free -h` and `htop`. ## Troubleshooting \*\*Gateway will not start\*\* -- Run `openclaw doctor --non-interactive` and check logs with `journalctl --user -u openclaw-gateway.service -n 50`. \*\*Port already in use\*\* -- Run `lsof -i :18789` to find the process, then stop it. \*\*Out of memory\*\* -- Ver...
https://github.com/openclaw/openclaw/blob/main/docs/install/digitalocean.md
main
opebclaw
[ -0.021643126383423805, -0.025187261402606964, -0.058879554271698, 0.0064078825525939465, 0.030485855415463448, -0.11936318874359131, -0.03641572967171669, 0.006286595482379198, 0.02230946719646454, 0.07321177423000336, 0.01060194056481123, 0.013176508247852325, -0.066535584628582, -0.03100...
0.047703
Docker is \*\*optional\*\*. Use it only if you want a containerized gateway or to validate the Docker flow. ## Is Docker right for me? - \*\*Yes\*\*: you want an isolated, throwaway gateway environment or to run OpenClaw on a host without local installs. - \*\*No\*\*: you are running on your own machine and just want t...
https://github.com/openclaw/openclaw/blob/main/docs/install/docker.md
main
opebclaw
[ 0.08137793838977814, 0.01413477212190628, -0.002773843239992857, 0.0018763835541903973, 0.05845493823289871, -0.04138532653450966, -0.06524176150560379, -0.008604772388935089, 0.0038910123985260725, 0.011017238721251488, 0.019050534814596176, -0.08582621812820435, 0.014772501774132252, -0....
-0.003707
| | `OPENCLAW\_EXTENSIONS` | Pre-install plugin dependencies at build time (space-separated names) | | `OPENCLAW\_EXTRA\_MOUNTS` | Extra host bind mounts (comma-separated `source:target[:opts]`) | | `OPENCLAW\_HOME\_VOLUME` | Persist `/home/node` in a named Docker volume | | `OPENCLAW\_SANDBOX` | Opt in to sandbox boot...
https://github.com/openclaw/openclaw/blob/main/docs/install/docker.md
main
opebclaw
[ 0.005910092499107122, -0.007746699266135693, -0.03690752014517784, 0.03757597878575325, 0.054349690675735474, -0.05082628130912781, -0.053495198488235474, -0.003328647231683135, -0.057080816477537155, -0.020228302106261253, 0.04651983827352524, -0.02985386736690998, 0.026826579123735428, -...
0.008196
/ `loopback` / `custom` / `tailnet` / `auto`), not host aliases like `0.0.0.0` or `127.0.0.1`. ### Host Local Providers When OpenClaw runs in Docker, `127.0.0.1` inside the container is the container itself, not your host machine. Use `host.docker.internal` for AI providers that run on the host: | Provider | Host defau...
https://github.com/openclaw/openclaw/blob/main/docs/install/docker.md
main
opebclaw
[ 0.05637424811720848, 0.04195312410593033, -0.02959217131137848, 0.014035767875611782, 0.015355128794908524, -0.12085559219121933, -0.086612768471241, -0.0062081096693873405, 0.006492830812931061, -0.008035188540816307, -0.006681221537292004, -0.06937065720558167, -0.021195506677031517, -0....
-0.048146
socket into agent sandbox containers. Disable Compose pseudo-TTY allocation with `-T`: ```bash docker compose run -T --rm openclaw-cli gateway probe docker compose run -T --rm openclaw-cli devices list --json ``` `openclaw-cli` uses `network\_mode: "service:openclaw-gateway"` so CLI commands can reach the gateway over ...
https://github.com/openclaw/openclaw/blob/main/docs/install/docker.md
main
opebclaw
[ 0.01688334159553051, -0.0024503457825630903, -0.019589709118008614, 0.006151799112558365, -0.024745769798755646, -0.06397150456905365, -0.07368285208940506, -0.06900089234113693, -0.016262630000710487, -0.0371694341301918, 0.028497781604528427, -0.04327573627233505, 0.026736386120319366, 0...
0.024993
VPS)](/install/hetzner) and [Docker VM Runtime](/install/docker-vm-runtime) for shared VM deployment steps including binary baking, persistence, and updates. ## Agent sandbox When `agents.defaults.sandbox` is enabled with the Docker backend, the gateway runs agent tool execution (shell, file read/write, etc.) inside is...
https://github.com/openclaw/openclaw/blob/main/docs/install/docker.md
main
opebclaw
[ 0.0757066160440445, 0.042892344295978546, -0.05764593556523323, -0.034694086760282516, 0.024830088019371033, 0.0000970692781265825, -0.032284900546073914, -0.027718299999833107, -0.008303861133754253, -0.013890131376683712, 0.00007595279021188617, -0.012748881243169308, 0.03736548125743866, ...
0.038563
## Goal Run a persistent OpenClaw Gateway on a Hetzner VPS using Docker, with durable state, baked-in binaries, and safe restart behavior. If you want "OpenClaw 24/7 for ~$5", this is the simplest reliable setup. Hetzner pricing changes; pick the smallest Debian/Ubuntu VPS and scale up if you hit OOMs. Security model r...
https://github.com/openclaw/openclaw/blob/main/docs/install/hetzner.md
main
opebclaw
[ -0.041667260229587555, 0.011877259239554405, -0.07260015606880188, -0.02654087357223034, -0.014699367806315422, -0.06884117424488068, -0.0481698177754879, 0.017865387722849846, -0.014226410537958145, -0.023030927404761314, 0.011226215399801731, 0.02481023594737053, 0.058362238109111786, -0...
0.000385
access via SSH tunnel. # To expose it publicly, remove the `127.0.0.1:` prefix and firewall accordingly. - "127.0.0.1:${OPENCLAW\_GATEWAY\_PORT}:18789" command: [ "node", "dist/index.js", "gateway", "--bind", "${OPENCLAW\_GATEWAY\_BIND}", "--port", "${OPENCLAW\_GATEWAY\_PORT}", "--allow-unconfigured", ] ``` `--allow-un...
https://github.com/openclaw/openclaw/blob/main/docs/install/hetzner.md
main
opebclaw
[ 0.025431904941797256, 0.09571049362421036, -0.07419824600219727, 0.02798568457365036, 0.003350912593305111, -0.06952207535505295, -0.13108348846435547, -0.02192932926118374, -0.027948932722210884, -0.004372491035610437, -0.019412023946642876, -0.02437891811132431, 0.010270468890666962, -0....
-0.067758
OpenClaw supports three migration paths: importing from another agent system, moving an existing install to a new machine, and upgrading a plugin in place. ## Import from another agent system Use the bundled migration providers to bring instructions, MCP servers, skills, model config, and (opt-in) API keys into OpenCla...
https://github.com/openclaw/openclaw/blob/main/docs/install/migrating.md
main
opebclaw
[ -0.049116626381874084, -0.0469914935529232, -0.05661797523498535, -0.007781813852488995, 0.04364291951060295, -0.09233752638101578, -0.08344947546720505, -0.03632984682917595, -0.06933997571468353, -0.0030063821468502283, 0.027734827250242233, -0.02437453716993332, 0.06586495786905289, -0....
0.052531
On the new machine, confirm: - [ ] `openclaw status` shows the gateway running. - [ ] Channels are still connected (no re-pairing needed). - [ ] The dashboard opens and shows existing sessions. - [ ] Workspace files (memory, configs) are present. ## Upgrade a plugin in place In-place plugin upgrades preserve the same p...
https://github.com/openclaw/openclaw/blob/main/docs/install/migrating.md
main
opebclaw
[ -0.010785016231238842, -0.0646471157670021, -0.04510512948036194, -0.017623117193579674, 0.052291493862867355, -0.08147149533033371, -0.08960363268852234, -0.08526252210140228, -0.05062272027134895, -0.031915560364723206, 0.08852650970220566, 0.02221411094069481, -0.0088082579895854, -0.01...
0.033004
Run the OpenClaw Gateway in a rootless Podman container, managed by your current non-root user. The intended model is: - Podman runs the gateway container. - Your host `openclaw` CLI is the control plane. - Persistent state lives on the host under `~/.openclaw` by default. - Day-to-day management uses `openclaw --conta...
https://github.com/openclaw/openclaw/blob/main/docs/install/podman.md
main
opebclaw
[ 0.039467405527830124, -0.021032830700278282, -0.07073936611413956, -0.02023221179842949, -0.020721547305583954, -0.07754871994256973, -0.07782712578773499, 0.0012953744735568762, -0.0010140601079910994, 0.04389174282550812, 0.024874527007341385, 0.009747829288244247, -0.01527164876461029, ...
0.059801
ran `./scripts/podman/setup.sh --quadlet`, setup installs a Quadlet file at: ```bash ~/.config/containers/systemd/openclaw.container ``` Useful commands: - \*\*Start:\*\* `systemctl --user start openclaw.service` - \*\*Stop:\*\* `systemctl --user stop openclaw.service` - \*\*Status:\*\* `systemctl --user status opencla...
https://github.com/openclaw/openclaw/blob/main/docs/install/podman.md
main
opebclaw
[ 0.04136710241436958, 0.005120930727571249, -0.09088534861803055, -0.05238610506057739, -0.02116605080664158, -0.055599190294742584, -0.06100142002105713, -0.019010256975889206, 0.019130129367113113, 0.03285656124353409, 0.03755234181880951, 0.00794252846390009, -0.03718745708465576, 0.0487...
0.038721
permissive. ## Related - [Docker](/install/docker) - [Gateway background process](/gateway/background-process) - [Gateway troubleshooting](/gateway/troubleshooting)
https://github.com/openclaw/openclaw/blob/main/docs/install/podman.md
main
opebclaw
[ 0.03184765204787254, 0.08545161783695221, -0.0564914271235466, -0.07601973414421082, 0.06310607492923737, -0.05072364956140518, -0.019769567996263504, -0.03979678824543953, -0.05305815488100052, 0.03284745290875435, 0.005409294739365578, 0.013095694594085217, -0.0013913280563428998, 0.0488...
0.076787
Goal: OpenClaw Gateway running on an exe.dev VM, reachable from your laptop via: `https://.exe.xyz` This page assumes exe.dev's default \*\*exeuntu\*\* image. If you picked a different distro, map packages accordingly. ## Beginner quick path 1. [https://exe.new/openclaw](https://exe.new/openclaw) 2. Fill in your auth k...
https://github.com/openclaw/openclaw/blob/main/docs/install/exe-dev.md
main
opebclaw
[ 0.021453414112329483, -0.017172642052173615, -0.01414608396589756, -0.019816022366285324, 0.033515699207782745, -0.04855729267001152, -0.04240347072482109, 0.010447882115840912, -0.053061168640851974, 0.012771431356668472, 0.07053814083337784, -0.053982071578502655, 0.029594697058200836, 0...
-0.001589
local machine, create a patch file and pipe it to the VM: ```json5 // openclaw.remote.patch.json5 { secrets: { providers: { default: { source: "env" }, }, }, channels: { slack: { enabled: true, mode: "socket", botToken: { source: "env", provider: "default", id: "SLACK\_BOT\_TOKEN" }, appToken: { source: "env", provider...
https://github.com/openclaw/openclaw/blob/main/docs/install/exe-dev.md
main
opebclaw
[ -0.030922405421733856, -0.00900266319513321, -0.016902264207601547, 0.03921865299344063, 0.010024232789874077, -0.03297846019268036, -0.05507104843854904, 0.016277514398097992, -0.057329993695020676, 0.06008356437087059, 0.04137687757611275, -0.0677168071269989, -0.023759370669722557, 0.06...
0.070394
This guide sets up an Azure Linux VM with the Azure CLI, applies Network Security Group (NSG) hardening, configures Azure Bastion for SSH access, and installs OpenClaw. ## What you will do - Create Azure networking (VNet, subnets, NSG) and compute resources with the Azure CLI - Apply Network Security Group rules so VM ...
https://github.com/openclaw/openclaw/blob/main/docs/install/azure.md
main
opebclaw
[ 0.029402771964669228, 0.0012115112040191889, -0.08832105994224548, -0.00822865404188633, -0.04571404680609703, 0.05191411077976227, -0.0176959540694952, -0.049249548465013504, 0.00934535451233387, 0.10746387392282486, 0.010601704008877277, -0.047667428851127625, 0.07943585515022278, 0.0544...
0.016202
--address-prefixes "${VNET\_PREFIX}" \ --subnet-name "${VM\_SUBNET\_NAME}" \ --subnet-prefixes "${VM\_SUBNET\_PREFIX}" # Attach the NSG to the VM subnet az network vnet subnet update \ -g "${RG}" --vnet-name "${VNET\_NAME}" \ -n "${VM\_SUBNET\_NAME}" --nsg "${NSG\_NAME}" # AzureBastionSubnet — name is required by Azure...
https://github.com/openclaw/openclaw/blob/main/docs/install/azure.md
main
opebclaw
[ 0.05192212760448456, 0.00002543955088185612, -0.058748140931129456, -0.015588803216814995, -0.024253875017166138, 0.026737386360764503, 0.051532965153455734, -0.05978085845708847, 0.02306666411459446, 0.12505081295967102, 0.036625247448682785, -0.0615202896296978, 0.042688146233558655, 0.0...
0.037886
with the GitHub Copilot model provider: [OpenClaw on Azure with GitHub Copilot](https://github.com/johnsonshi/openclaw-azure-github-copilot) ## Related - [Install overview](/install) - [GCP](/install/gcp) - [DigitalOcean](/install/digitalocean)
https://github.com/openclaw/openclaw/blob/main/docs/install/azure.md
main
opebclaw
[ -0.053533878177404404, -0.07589150965213776, -0.076569564640522, -0.0001831551198847592, -0.02497025392949581, -0.025167783722281456, -0.06503811478614807, -0.053543053567409515, -0.024925608187913895, 0.10779232531785965, 0.06813398748636246, -0.026930535212159157, -0.0005970476777292788, ...
0.06742
This page tracks OpenClaw's \*\*formal security models\*\* (TLA+/TLC today; more as needed). > Note: some older links may refer to the previous project name. \*\*Goal (north star):\*\* provide a machine-checked argument that OpenClaw enforces its intended security policy (authorization, session isolation, tool gating, ...
https://github.com/openclaw/openclaw/blob/main/docs/security/formal-verification.md
main
opebclaw
[ -0.15648193657398224, 0.04344745725393295, -0.06607333570718765, 0.06470814347267151, 0.0468570739030838, -0.03641333803534508, 0.013663038611412048, 0.004781839903444052, -0.0042721605859696865, 0.04615050181746483, -0.01519060879945755, -0.03878200054168701, 0.046415843069553375, 0.03919...
0.153817
`make pairing-refresh-race` - Red (expected): - `make pairing-race-negative` (non-atomic begin/commit cap race) - `make pairing-idempotency-negative` - `make pairing-refresh-negative` - `make pairing-refresh-race-negative` ### Ingress trace correlation / idempotency \*\*Claim:\*\* ingestion should preserve trace correl...
https://github.com/openclaw/openclaw/blob/main/docs/security/formal-verification.md
main
opebclaw
[ -0.07952391356229782, -0.03343338891863823, 0.04667234420776367, 0.04845922067761421, 0.037106987088918686, -0.02113930694758892, 0.048009566962718964, -0.02186902053654194, 0.019287563860416412, 0.01006521936506033, 0.0725356787443161, -0.06664513051509857, 0.012494757771492004, -0.077068...
0.097419
Thanks for helping make OpenClaw more secure. This threat model is a living document and we welcome contributions from anyone - you don't need to be a security expert. ## Ways to contribute ### Add a threat Spotted an attack vector or risk we haven't covered? Open an issue on [openclaw/trust](https://github.com/opencla...
https://github.com/openclaw/openclaw/blob/main/docs/security/CONTRIBUTING-THREAT-MODEL.md
main
opebclaw
[ -0.06274698674678802, 0.03822797164320946, -0.06671111285686493, 0.055989280343055725, 0.058504048734903336, -0.06893344223499298, -0.03643840178847313, 0.03142416849732399, -0.03870599716901779, 0.00035635262611322105, 0.02767646685242653, -0.05084112286567688, 0.08195625990629196, -0.009...
0.086752
ATLAS mapping and threat ID, validate risk level 3. \*\*Documentation\*\* - We ensure everything is formatted and complete 4. \*\*Merge\*\* - Added to the threat model and visualization ## Resources - [ATLAS Website](https://atlas.mitre.org/) - [ATLAS Techniques](https://atlas.mitre.org/techniques/) - [ATLAS Case Studi...
https://github.com/openclaw/openclaw/blob/main/docs/security/CONTRIBUTING-THREAT-MODEL.md
main
opebclaw
[ -0.11867039650678635, 0.0224684476852417, -0.0894617810845375, 0.04804534837603569, 0.09426805377006531, -0.022109001874923706, -0.035780519247055054, 0.03425225242972374, 0.009510465897619724, -0.027455409988760948, 0.037219054996967316, -0.05400789901614189, 0.10710807889699936, 0.047187...
0.155142
OpenClaw can route runtime HTTP and WebSocket traffic through an operator-managed forward proxy. This is optional defense in depth for deployments that want central egress control, stronger SSRF protection, and better network auditability. OpenClaw does not ship, download, start, configure, or certify a proxy. You run ...
https://github.com/openclaw/openclaw/blob/main/docs/security/network-proxy.md
main
opebclaw
[ -0.08746149390935898, -0.017153626307845116, -0.04921187460422516, 0.03789248690009117, -0.03497818857431412, -0.06942981481552124, -0.008901440538465977, 0.052918605506420135, -0.013853451237082481, -0.026615381240844727, -0.05920422077178955, 0.06437936425209045, -0.01199600100517273, -0...
0.086102
endpoint TLS. For an HTTPS destination, OpenClaw still asks the proxy for an HTTP `CONNECT` tunnel and then starts destination TLS through that tunnel. While the proxy is active, OpenClaw clears `no\_proxy` and `NO\_PROXY`. Those bypass lists are destination-based, so leaving `localhost` or `127.0.0.1` there would let ...
https://github.com/openclaw/openclaw/blob/main/docs/security/network-proxy.md
main
opebclaw
[ -0.038923606276512146, 0.03918588161468506, -0.06552941352128983, 0.07207248359918594, -0.03017583116889, -0.06964782625436783, -0.06287195533514023, -0.039739206433296204, 0.02423030696809292, -0.04586819186806679, -0.06966470181941986, 0.07300283014774323, -0.0024968134239315987, 0.01012...
-0.012934
The URL must be reachable from inside the container; `127.0.0.1` refers to the container itself, not the host. OpenClaw rejects loopback proxy URLs for container-targeted commands unless you explicitly override that safety check. ## Proxy Requirements The proxy policy is the security boundary. OpenClaw cannot verify th...
https://github.com/openclaw/openclaw/blob/main/docs/security/network-proxy.md
main
opebclaw
[ -0.019388021901249886, 0.05193977430462837, -0.015589971095323563, 0.008094372227787971, -0.05149245262145996, -0.12800806760787964, -0.09624988585710526, -0.06994491070508957, -0.015578960068523884, -0.03084731288254261, -0.04832187294960022, 0.003124678274616599, -0.0017611505463719368, ...
-0.043155
CONNECT tunnel through the proxy and receive a sandbox APNs response; the probe uses an intentionally invalid provider token, so `403 InvalidProviderToken` is expected and counts as reachable. Custom denied destinations are fail-closed: any HTTP response means the destination was reachable through the proxy, and any tr...
https://github.com/openclaw/openclaw/blob/main/docs/security/network-proxy.md
main
opebclaw
[ -0.079388827085495, 0.024346644058823586, -0.02807060442864895, 0.014340132474899292, -0.04382946342229843, -0.10569552332162857, -0.03714737296104431, -0.04914872720837593, 0.009792385622859001, 0.0054905530996620655, -0.004756051115691662, 0.00688216183334589, 0.028023548424243927, 0.025...
-0.000831
proxy requests and CONNECT tunnels is disabled by default while managed proxy mode is active; enable direct forwarding only for approved local diagnostics. - User local WebUIs and local model servers should be allowlisted in the operator proxy policy when needed; OpenClaw does not expose a general local-network bypass ...
https://github.com/openclaw/openclaw/blob/main/docs/security/network-proxy.md
main
opebclaw
[ -0.0104445219039917, -0.016247492283582687, -0.035790227353572845, 0.07620174437761307, -0.07385087758302689, -0.08796189725399017, -0.06919099390506744, -0.03622537851333618, -0.023565953597426414, -0.00618679728358984, 0.007990475744009018, 0.09684968739748001, -0.03978995233774185, -0.0...
-0.006012
## 1. Detection and triage We monitor security signals from: - GitHub Security Advisories (GHSA) and private vulnerability reports. - Public GitHub issues/discussions when reports are not sensitive. - Automated signals (for example Dependabot, CodeQL, npm advisories, and secret scanning). Initial triage: 1. Confirm aff...
https://github.com/openclaw/openclaw/blob/main/docs/security/incident-response.md
main
opebclaw
[ -0.03436276689171791, -0.005886994302272797, -0.07683917880058289, -0.009270170703530312, 0.07044679671525955, -0.03883662447333336, -0.009339003823697567, 0.025504495948553085, -0.05065805837512016, 0.03124450147151947, 0.029175907373428345, -0.03172881528735161, 0.04256971552968025, 0.00...
0.105597
## MITRE ATLAS framework \*\*Version:\*\* 1.0-draft \*\*Last Updated:\*\* 2026-02-04 \*\*Methodology:\*\* MITRE ATLAS + Data Flow Diagrams \*\*Framework:\*\* [MITRE ATLAS](https://atlas.mitre.org/) (Adversarial Threat Landscape for AI Systems) ### Framework attribution This threat model is built on [MITRE ATLAS](https:...
https://github.com/openclaw/openclaw/blob/main/docs/security/THREAT-MODEL-ATLAS.md
main
opebclaw
[ -0.12998001277446747, -0.0027604985516518354, -0.018413830548524857, -0.001163420733064413, 0.10429640114307404, 0.014622691087424755, -0.071031354367733, 0.026974443346261978, -0.016239231452345848, 0.0015573555137962103, -0.008175702765583992, -0.03494647145271301, 0.07054515182971954, 0...
0.256116
│ └─────────────────────────────────────────────────────────────────┘ ``` ### 2.2 Data Flows | Flow | Source | Destination | Data | Protection | | ---- | ------- | ----------- | ------------------ | -------------------- | | F1 | Channel | Gateway | User messages | TLS, AllowFrom | | F2 | Gateway | Agent | Routed messag...
https://github.com/openclaw/openclaw/blob/main/docs/security/THREAT-MODEL-ATLAS.md
main
opebclaw
[ -0.07863113284111023, 0.04425329715013504, -0.0959886834025383, -0.025247277691960335, 0.04437598958611488, -0.07851869612932205, 0.026382744312286377, -0.02855834551155567, -0.018512429669499397, 0.05745881050825119, 0.03862036019563675, -0.04175695404410362, 0.09601808339357376, -0.01265...
0.156686
storage | | \*\*Current Mitigations\*\* | File permissions | | \*\*Residual Risk\*\* | High - Tokens stored in plaintext | | \*\*Recommendations\*\* | Implement token encryption at rest, add token rotation | --- ### 3.3 Execution (AML.TA0005) #### T-EXEC-001: Direct Prompt Injection | Attribute | Value | | ------------...
https://github.com/openclaw/openclaw/blob/main/docs/security/THREAT-MODEL-ATLAS.md
main
opebclaw
[ -0.03840756416320801, 0.14458003640174866, -0.052425093948841095, 0.0054065450094640255, -0.04286850988864899, -0.054430995136499405, 0.03910539671778679, 0.05060700699687004, -0.0019671006593853235, 0.01196487806737423, 0.06370246410369873, -0.058915700763463974, 0.12240280956029892, -0.0...
0.095511
\*\*Affected Components\*\* | ClawHub versioning, auto-update flows | | \*\*Current Mitigations\*\* | Version fingerprinting | | \*\*Residual Risk\*\* | High - Auto-updates may pull malicious versions | | \*\*Recommendations\*\* | Implement update signing, rollback capability, version pinning | #### T-PERSIST-003: Agen...
https://github.com/openclaw/openclaw/blob/main/docs/security/THREAT-MODEL-ATLAS.md
main
opebclaw
[ -0.09575027227401733, 0.11220399290323257, -0.00677364319562912, -0.018445225432515144, 0.07011093199253082, -0.043740611523389816, 0.030948298051953316, -0.019613733515143394, -0.026549024507403374, -0.005139464512467384, 0.08372378349304199, 0.05088426545262337, 0.0896458849310875, -0.03...
0.105209
internal networks | | \*\*Residual Risk\*\* | High - External URLs permitted | | \*\*Recommendations\*\* | Implement URL allowlisting, data classification awareness | #### T-EXFIL-002: Unauthorized Message Sending | Attribute | Value | | ----------------------- | --------------------------------------------------------...
https://github.com/openclaw/openclaw/blob/main/docs/security/THREAT-MODEL-ATLAS.md
main
opebclaw
[ -0.08891020715236664, 0.0727495327591896, -0.06001286581158638, 0.04890453815460205, 0.06378284096717834, -0.07408817857503891, 0.030716439709067345, 0.02041689306497574, 0.003671756712719798, 0.008436908945441246, 0.035190824419260025, -0.02321450598537922, 0.09368117153644562, 0.02040016...
0.164685
| | Pattern Moderation | FLAG\_RULES in moderation.ts | Low - Easily bypassed | | Moderation Status | `moderationStatus` field | Medium - Manual review possible | ### 4.2 Moderation Flag Patterns Current patterns in `moderation.ts`: ```javascript // Known-bad identifiers /(keepcold131\/ClawdAuthenticatorTool|ClawdAuthe...
https://github.com/openclaw/openclaw/blob/main/docs/security/THREAT-MODEL-ATLAS.md
main
opebclaw
[ -0.09884969890117645, 0.045309025794267654, -0.02798001654446125, -0.02695458009839058, 0.08536074310541153, -0.052571553736925125, 0.10486827045679092, -0.055711716413497925, -0.059383414685726166, 0.005928101483732462, 0.03739200904965401, -0.011706002056598663, 0.048663072288036346, -0....
0.099701
verification where possible | T-ACCESS-002 | | R-009 | Implement config integrity verification | T-PERSIST-003 | | R-010 | Add update signing and version pinning | T-PERSIST-002 | --- ## 7. Appendices ### 7.1 ATLAS Technique Mapping | ATLAS ID | Technique Name | OpenClaw Threats | | ------------- | --------------------...
https://github.com/openclaw/openclaw/blob/main/docs/security/THREAT-MODEL-ATLAS.md
main
opebclaw
[ -0.08941364288330078, 0.09602144360542297, -0.1231730580329895, -0.026804327964782715, 0.03275241330265999, -0.16209860146045685, -0.018728017807006836, 0.004808125551789999, -0.022594386711716652, -0.005427817814052105, 0.11262326687574387, -0.014148612506687641, 0.07000262290239334, -0.0...
0.055177
The WhatsApp channel runs via \*\*Baileys Web\*\*. This document captures the current media handling rules for send, gateway, and agent replies. ## Goals - Send media with optional captions via `openclaw message send --media`. - Allow auto-replies from the web inbox to include media alongside text. - Keep per-type limi...
https://github.com/openclaw/openclaw/blob/main/docs/nodes/images.md
main
opebclaw
[ -0.001433655503205955, -0.019755473360419273, 0.053196657449007034, -0.03933872655034065, 0.07839381694793701, -0.0772305428981781, -0.024504387751221657, -0.002092537935823202, 0.04655478149652481, 0.04607763886451721, 0.008534429594874382, -0.03744436800479889, 0.04726647958159447, 0.133...
-0.020981
Use this page when a node is visible in status but node tools fail. ## Command ladder ```bash openclaw status openclaw gateway status openclaw logs --follow openclaw doctor openclaw channels status --probe ``` Then run node specific checks: ```bash openclaw nodes status openclaw nodes describe --node openclaw approvals...
https://github.com/openclaw/openclaw/blob/main/docs/nodes/troubleshooting.md
main
opebclaw
[ -0.014979315921664238, 0.000481472525279969, 0.009126491844654083, -0.0020183243323117495, 0.07356240600347519, -0.10604187101125717, -0.054947756230831146, -0.015156817622482777, -0.05133941397070885, 0.03772835060954094, 0.04050745442509651, -0.07813280820846558, 0.04123327508568764, 0.0...
0.016971
still stuck: - Re-approve device pairing. - Re-open node app (foreground). - Re-grant OS permissions. - Recreate/adjust exec approval policy. ## Related - [Nodes overview](/nodes) - [Camera nodes](/nodes/camera) - [Location command](/nodes/location-command) - [Exec approvals](/tools/exec-approvals) - [Gateway pairing](...
https://github.com/openclaw/openclaw/blob/main/docs/nodes/troubleshooting.md
main
opebclaw
[ -0.020437173545360565, -0.037689659744501114, 0.01005377434194088, -0.02346358262002468, 0.06993801891803741, -0.01715845987200737, -0.008009100332856178, -0.05936577171087265, -0.05193410813808441, 0.07700998336076736, 0.0807403028011322, 0.01915876567363739, -0.05691440403461456, 0.04166...
-0.025332
OpenClaw supports \*\*camera capture\*\* for agent workflows: - \*\*iOS node\*\* (paired via Gateway): capture a \*\*photo\*\* (`jpg`) or \*\*short video clip\*\* (`mp4`, with optional audio) via `node.invoke`. - \*\*Android node\*\* (paired via Gateway): capture a \*\*photo\*\* (`jpg`) or \*\*short video clip\*\* (`mp...
https://github.com/openclaw/openclaw/blob/main/docs/nodes/camera.md
main
opebclaw
[ -0.009606456384062767, -0.0014673698460683227, -0.0216041449457407, -0.04417981207370758, 0.09043265879154205, -0.05503411963582039, -0.05266270786523819, -0.029046712443232536, 0.04031219333410263, -0.033902354538440704, 0.020142704248428345, -0.09923394024372101, 0.0008530163904652, 0.02...
0.023802
list camera ids openclaw nodes camera snap --node # prints saved path openclaw nodes camera snap --node --max-width 1280 openclaw nodes camera snap --node --delay-ms 2000 openclaw nodes camera snap --node --device-id openclaw nodes camera clip --node --duration 10s # prints saved path openclaw nodes camera clip --node ...
https://github.com/openclaw/openclaw/blob/main/docs/nodes/camera.md
main
opebclaw
[ -0.032516755163669586, -0.007634359877556562, -0.04582826793193817, -0.019986962899565697, 0.11316285282373428, -0.08292628824710846, -0.037565071135759354, -0.00596956443041563, -0.019593941047787666, -0.004278904292732477, 0.07729732245206833, -0.03802044317126274, -0.029703743755817413, ...
0.047669
## TL;DR - `location.get` is a node command (via `node.invoke`). - Off by default. - Android app settings use a selector: Off / While Using. - Separate toggle: Precise Location. ## Why a selector (not just a switch) OS permissions are multi-level. We can expose a selector in-app, but the OS still decides the actual gra...
https://github.com/openclaw/openclaw/blob/main/docs/nodes/location-command.md
main
opebclaw
[ 0.01275121234357357, 0.014103032648563385, 0.041945215314626694, -0.015387862920761108, 0.040012795478105545, -0.07639438658952713, 0.02382287196815014, 0.01776881515979767, -0.007973176427185535, 0.008442697115242481, 0.039744243025779724, -0.041490938514471054, 0.028971616178750992, -0.0...
0.03804
## What works - \*\*Media understanding (audio)\*\*: If audio understanding is enabled (or auto-detected), OpenClaw: 1. Locates the first audio attachment (local path or URL) and downloads it if needed. 2. Enforces `maxBytes` before sending to each model entry. 3. Runs the first eligible model entry in order (provider ...
https://github.com/openclaw/openclaw/blob/main/docs/nodes/audio.md
main
opebclaw
[ -0.024084724485874176, -0.08720874786376953, -0.004564552567899227, -0.014111978001892567, 0.0306349266320467, -0.03745117038488388, -0.04544292017817497, -0.05274782329797745, -0.008700397796928883, -0.051713768392801285, 0.02351582981646061, -0.05704966187477112, -0.03884099796414375, 0....
0.101595
details: [SenseAudio](/providers/senseaudio). - Audio providers can override `baseUrl`, `headers`, and `providerOptions` via `tools.media.audio`. - Default size cap is 20MB (`tools.media.audio.maxBytes`). Oversize audio is skipped for that model and the next entry is tried. - Tiny/empty audio files below 1024 bytes are...
https://github.com/openclaw/openclaw/blob/main/docs/nodes/audio.md
main
opebclaw
[ -0.01984281651675701, -0.08038336038589478, -0.033969052135944366, -0.05947019159793854, 0.0347944013774395, -0.04166584461927414, -0.017218319699168205, 0.045907676219940186, -0.004397805314511061, -0.04471791908144951, 0.010672894306480885, -0.062037207186222076, -0.08410453051328659, 0....
0.102101
Talk mode has two runtime shapes: - Native macOS/iOS/Android Talk uses local speech recognition, Gateway chat, and `talk.speak` TTS. Nodes advertise the `talk` capability and declare the `talk.\*` commands they support. - Browser Talk uses `talk.client.create` for client-owned `webrtc` and `provider-websocket` sessions...
https://github.com/openclaw/openclaw/blob/main/docs/nodes/talk.md
main
opebclaw
[ -0.03800215572118759, -0.10742218792438507, 0.02220132201910019, -0.04695143550634384, -0.049335841089487076, -0.06850489974021912, 0.01034471858292818, -0.0347626730799675, -0.006128092296421528, -0.037765007466077805, -0.023309990763664246, 0.05672435089945793, -0.027171960100531578, 0.0...
0.057288
- `providers.elevenlabs.modelId`: defaults to `eleven\_v3` when unset. - `providers.mlx.modelId`: defaults to `mlx-community/Soprano-80M-bf16` when unset. - `providers.elevenlabs.apiKey`: falls back to `ELEVENLABS\_API\_KEY` (or gateway shell profile if available). - `consultThinkingLevel`: optional thinking level over...
https://github.com/openclaw/openclaw/blob/main/docs/nodes/talk.md
main
opebclaw
[ -0.089685820043087, -0.08554942905902863, -0.09496922791004181, 0.017139112576842308, -0.023289380595088005, -0.0426933653652668, -0.05538181588053703, -0.03771613538265228, -0.035951144993305206, -0.05662807449698448, 0.04827902093529701, -0.010500858537852764, -0.01969902217388153, -0.02...
0.05481
`0..4` when set. - Android supports `pcm\_16000`, `pcm\_22050`, `pcm\_24000`, and `pcm\_44100` output formats for low-latency AudioTrack streaming. ## Related - [Voice wake](/nodes/voicewake) - [Audio and voice notes](/nodes/audio) - [Media understanding](/nodes/media-understanding)
https://github.com/openclaw/openclaw/blob/main/docs/nodes/talk.md
main
opebclaw
[ 0.07306098937988281, -0.03614581748843193, -0.06158139929175377, -0.09091304242610931, -0.040784578770399094, -0.02819986268877983, -0.0397501066327095, -0.028700318187475204, -0.043162986636161804, -0.04410586506128311, 0.04344882071018219, -0.1103234589099884, 0.0025833132676780224, -0.0...
0.020597
OpenClaw treats \*\*wake words as a single global list\*\* owned by the \*\*Gateway\*\*. - There are \*\*no per-node custom wake words\*\*. - \*\*Any node/app UI may edit\*\* the list; changes are persisted by the Gateway and broadcast to everyone. - macOS and iOS keep local \*\*Voice Wake enabled/disabled\*\* toggles ...
https://github.com/openclaw/openclaw/blob/main/docs/nodes/voicewake.md
main
opebclaw
[ -0.043812453746795654, -0.005485088098794222, 0.0023866980336606503, 0.0020900180097669363, -0.0060242582112550735, -0.046697065234184265, 0.006020807661116123, -0.07757628709077835, 0.0711260512471199, -0.07222504913806915, -0.03894926607608795, -0.045919593423604965, 0.014929456636309624, ...
0.056784
A \*\*node\*\* is a companion device (macOS/iOS/Android/headless) that connects to the Gateway \*\*WebSocket\*\* (same port as operators) with `role: "node"` and exposes a command surface (e.g. `canvas.\*`, `camera.\*`, `device.\*`, `notifications.\*`, `system.\*`) via `node.invoke`. Protocol details: [Gateway protocol...
https://github.com/openclaw/openclaw/blob/main/docs/nodes/index.md
main
opebclaw
[ -0.05842416360974312, 0.004422569181770086, 0.0038317355792969465, -0.021861819550395012, 0.03998832777142525, -0.07946483790874481, -0.006868265103548765, -0.005567585583776236, 0.04361126199364662, 0.02593672275543213, 0.017482301220297813, -0.012696506455540657, 0.04271271452307701, 0.0...
0.168224
A (keep running): forward local 18790 -> gateway 127.0.0.1:18789 ssh -N -L 18790:127.0.0.1:18789 user@gateway-host # Terminal B: export the gateway token and connect through the tunnel export OPENCLAW\_GATEWAY\_TOKEN="" openclaw node run --host 127.0.0.1 --port 18790 --display-name "Build Node" ``` Notes: - `openclaw n...
https://github.com/openclaw/openclaw/blob/main/docs/nodes/index.md
main
opebclaw
[ 0.0014429945731535554, 0.0002565742179285735, -0.10837654769420624, 0.06687083095312119, 0.014323055744171143, -0.049407634884119034, -0.10919074714183807, -0.0053765904158353806, -0.032942403107881546, 0.006206927355378866, -0.037640299648046494, -0.01610696129500866, 0.014485032297670841, ...
-0.008888
the node is showing the Canvas (WebView), `canvas.snapshot` returns `{ format, base64 }`. CLI helper (writes to a temp file and prints the saved path): ```bash openclaw nodes canvas snapshot --node --format png openclaw nodes canvas snapshot --node --format jpg --max-width 1200 --quality 0.9 ``` ### Canvas controls ```...
https://github.com/openclaw/openclaw/blob/main/docs/nodes/index.md
main
opebclaw
[ -0.05101129040122032, 0.08272349089384079, -0.017085717990994453, 0.03132295608520508, 0.08193542063236237, -0.056560080498456955, -0.032476309686899185, 0.005957667250186205, 0.01976737380027771, -0.017431173473596573, 0.008586174808442593, -0.0024153445847332478, 0.024698561057448387, 0....
0.051792
node host exposes `system.run`, `system.which`, and `system.execApprovals.get/set`. Examples: ```bash openclaw nodes notify --node --title "Ping" --body "Gateway ready" openclaw nodes invoke --node --command system.which --params '{"name":"git"}' ``` Notes: - `system.run` returns stdout/stderr/exit code in the payload....
https://github.com/openclaw/openclaw/blob/main/docs/nodes/index.md
main
opebclaw
[ 0.024581188336014748, -0.0028679503593593836, -0.07162106782197952, 0.04479244723916054, 0.05545616149902344, -0.1068180650472641, -0.03315090015530586, 0.02862372249364853, 0.07116122543811798, 0.08532964438199997, -0.018950173631310463, -0.018299022689461708, 0.025635458528995514, -0.051...
0.180013
unavailable. - Add `--tls` / `--tls-fingerprint` when the Gateway WS uses TLS. ## Mac node mode - The macOS menubar app connects to the Gateway WS server as a node (so `openclaw nodes …` works against this Mac). - In remote mode, the app opens an SSH tunnel for the Gateway port and connects to `localhost`.
https://github.com/openclaw/openclaw/blob/main/docs/nodes/index.md
main
opebclaw
[ -0.04284227266907692, 0.01599523052573204, -0.038791537284851074, 0.011666866950690746, 0.005485327914357185, -0.09381654113531113, -0.07825250178575516, -0.07037577778100967, 0.011298254132270813, 0.018118340522050858, 0.04734683781862259, 0.008524071425199509, 0.012015098705887794, 0.023...
-0.011781
OpenClaw can \*\*summarize inbound media\*\* (image/audio/video) before the reply pipeline runs. It auto-detects when local tools or provider keys are available, and can be disabled or customized. If understanding is off, models still receive the original files/URLs as usual. Vendor-specific media behavior is registere...
https://github.com/openclaw/openclaw/blob/main/docs/nodes/media-understanding.md
main
opebclaw
[ -0.014212495647370815, -0.05724000185728073, -0.0005213444237597287, 0.018909957259893417, 0.08926831185817719, -0.07414080947637558, -0.09811621904373169, -0.01331144105643034, 0.07508617639541626, -0.032652366906404495, 0.0025067063979804516, 0.016198737546801567, -0.010586615651845932, ...
0.006552
- `maxChars`: \*\*unset\*\* for audio (full transcript unless you set a limit) - `maxBytes`: - image: \*\*10MB\*\* - audio: \*\*20MB\*\* - video: \*\*50MB\*\* - If media exceeds `maxBytes`, that model is skipped and the \*\*next model is tried\*\*. - Audio files smaller than \*\*1024 bytes\*\* are treated as empty/corr...
https://github.com/openclaw/openclaw/blob/main/docs/nodes/media-understanding.md
main
opebclaw
[ -0.038775909692049026, -0.055649612098932266, -0.02560281753540039, -0.03518164902925491, 0.05831925943493843, -0.07103601843118668, -0.036473967134952545, 0.0041428422555327415, 0.03730913996696472, -0.057982224971055984, 0.047058768570423126, -0.045984771102666855, 0.0002730553678702563, ...
0.05567
- `qwen`: \*\*image + video\*\* - `mistral`: \*\*audio\*\* - `zai`: \*\*image\*\* - `groq`: \*\*audio\*\* - `xai`: \*\*audio\*\* - `deepgram`: \*\*audio\*\* - Any `models.providers..models[]` catalog with an image-capable model: \*\*image\*\* For CLI entries, \*\*set `capabilities` explicitly\*\* to avoid surprising ma...
https://github.com/openclaw/openclaw/blob/main/docs/nodes/media-understanding.md
main
opebclaw
[ -0.016211306676268578, -0.044580020010471344, 0.003325792495161295, -0.05880192667245865, 0.014431594870984554, -0.009997746907174587, 0.022705888375639915, -0.035476453602313995, -0.014658214524388313, -0.1126563623547554, 0.05787606164813042, -0.12091557681560516, 0.01339411549270153, 0....
0.090363
{ provider: "google", model: "gemini-3-flash-preview" }, { type: "cli", command: "gemini", args: [ "-m", "gemini-3-flash", "--allowed-tools", "read\_file", "Read the media at {{MediaPath}} and describe it in <= {{MaxChars}} characters.", ], }, ], }, }, }, } ``` ```json5 { tools: { media: { image: { enabled: true, maxBy...
https://github.com/openclaw/openclaw/blob/main/docs/nodes/media-understanding.md
main
opebclaw
[ -0.04302867874503136, 0.013295791111886501, 0.031025908887386322, 0.00007215752702904865, 0.052275996655225754, -0.05300958827137947, 0.008829137310385704, 0.04120070859789848, -0.001342190196737647, -0.03925495967268944, 0.034419476985931396, 0.02852041646838188, -0.002860531210899353, 0....
0.000098
# Claw Supervisor ## Goal Claw Supervisor lets one always-on OpenClaw instance monitor and drive a fleet of Codex sessions without changing the normal Codex user experience. A user can SSH into a host, start Codex, work in the TUI, and still have the supervisor read the session, steer it, interrupt it, spawn related se...
https://github.com/openclaw/openclaw/blob/main/docs/specs/claw-supervisor.md
main
opebclaw
[ -0.058503832668066025, -0.042638689279556274, -0.05204429477453232, -0.011564819142222404, -0.02308112010359764, -0.07998808473348618, -0.02518484927713871, 0.0018441124120727181, -0.05601254850625992, -0.03257589414715767, -0.026154333725571632, -0.03346022963523865, -0.005509637296199799, ...
0.148637
- spawn new sessions - summarize and assign sessions - broadcast instructions to a filtered group - mark sessions blocked, done, or abandoned Tool behavior: - If a target thread is idle, `codex\_session\_send` maps to `turn/start`. - If a target thread is active and an in-progress turn id is visible, it maps to `turn/s...
https://github.com/openclaw/openclaw/blob/main/docs/specs/claw-supervisor.md
main
opebclaw
[ -0.04794575273990631, -0.03409913182258606, -0.027485953643918037, -0.0035666064359247684, 0.0588732585310936, 0.012460131198167801, 0.01869000308215618, 0.005422758404165506, -0.021744154393672943, 0.08037547767162323, 0.026089629158377647, -0.010522134602069855, -0.044234488159418106, 0....
0.200499
endpoint, host metadata, git/workspace metadata, and human attachment state. - Add outbound WebSocket connector for Cloudflare or VPS control plane. - Add reconnect, heartbeat, and stale-session cleanup. - Add CRAB SSH launcher wrapper. Phase 4: Autonomous operation - Add spawn/resume/takeover flows. - Add broadcast an...
https://github.com/openclaw/openclaw/blob/main/docs/specs/claw-supervisor.md
main
opebclaw
[ -0.06816519051790237, -0.03269798308610916, -0.011487215757369995, -0.04381745308637619, 0.0008638321305625141, -0.04507841914892197, -0.026808079332113266, 0.005553560331463814, -0.01741151325404644, 0.07679532468318939, 0.0029844578821212053, -0.00811065174639225, -0.03224357217550278, -...
0.23512
The bundled `oc-path` plugin adds the [`openclaw path`](/cli/path) CLI for the `oc://` workspace-file addressing scheme. It ships in the OpenClaw repo under `extensions/oc-path/` but is opt-in — install/build leaves it dormant until you enable it. `oc://` addresses point at a single leaf (or a wildcard set of leaves) i...
https://github.com/openclaw/openclaw/blob/main/docs/plugins/oc-path.md
main
opebclaw
[ -0.11440421640872955, 0.004591376520693302, -0.08188352733850479, 0.05915723368525505, 0.055401138961315155, -0.09628088772296906, -0.054258618503808975, -0.0024009891785681248, 0.06217807158827782, -0.05035799741744995, 0.017484091222286224, 0.03547746315598488, -0.03734785318374634, 0.02...
0.0811
load the plugin lazily the first time you run `openclaw path …`, so installs that never use the verb pay no cost. ## Enable ```bash openclaw plugins enable oc-path ``` Restart the Gateway (if you run one) so the manifest snapshot picks up the new state. Bare `openclaw path` invocations work immediately on the same host...
https://github.com/openclaw/openclaw/blob/main/docs/plugins/oc-path.md
main
opebclaw
[ -0.048216938972473145, -0.052420224994421005, -0.03108946606516838, 0.04492146149277687, -0.0023412276059389114, -0.08592800050973892, -0.0692715123295784, -0.045901503413915634, -0.007314511574804783, -0.03264376521110535, 0.019987870007753372, -0.03866050764918327, -0.04711638763546944, ...
-0.053754
Plugin permission requests let plugin code pause a tool call or plugin-owned operation until a user approves or denies it. They use the Gateway `plugin.approval.\*` flow and the same approval UI surfaces that handle chat approval buttons and `/approve` commands. Use plugin permission requests for plugin/app permissions...
https://github.com/openclaw/openclaw/blob/main/docs/plugins/plugin-permission-requests.md
main
opebclaw
[ -0.054877571761608124, -0.008658399805426598, -0.01835976354777813, -0.010819877497851849, 0.016875693574547768, -0.07734958827495575, 0.02704152651131153, -0.054783016443252563, 0.005218242760747671, 0.030950484797358513, 0.006752327084541321, -0.04362601414322853, -0.08389615267515182, 0...
0.052127
| Cancellation | The call is blocked when the run is aborted. | | No approval route | The call is blocked because no connected approval surface can resolve it. | `allow-always` is only durable when the requesting plugin or runtime implements that persistence. For ordinary `before\_tool\_call.requireApproval` hooks, Ope...
https://github.com/openclaw/openclaw/blob/main/docs/plugins/plugin-permission-requests.md
main
opebclaw
[ -0.09460299462080002, 0.008631942793726921, -0.006677241995930672, 0.04082769528031349, 0.03891511261463165, -0.12045663595199585, -0.059494227170944214, -0.045201726257801056, 0.01597082056105137, 0.013524297624826431, 0.03691703453660011, 0.03558336943387985, -0.05260384827852249, 0.0087...
0.027389
# Plugin reference This page is generated from `extensions/\*/package.json` and `openclaw.plugin.json`. Regenerate it with: ```bash pnpm plugins:inventory:gen ``` | Plugin | Description | Distribution | Surface | | ------------------------------------------------------------------- | -----------------------------------...
https://github.com/openclaw/openclaw/blob/main/docs/plugins/reference.md
main
opebclaw
[ -0.08500077575445175, -0.0018631385173648596, -0.06851238012313843, 0.00014832106535322964, 0.011861087754368782, 0.015491222031414509, -0.03208031505346298, -0.00742710055783391, -0.03207557275891304, -0.01364898681640625, 0.0939628928899765, -0.04369954392313957, -0.09540004283189774, -0...
0.051599
imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, speechProviders, videoGenerationProviders | | [deepseek](/plugins/reference/deepseek) | Adds DeepSeek model provider support to OpenClaw. | `@openclaw/deepseek-provider` included in OpenClaw | providers: deepseek | | [diagnostics-otel](/pl...
https://github.com/openclaw/openclaw/blob/main/docs/plugins/reference.md
main
opebclaw
[ -0.10027562081813812, -0.018403906375169754, -0.010029970668256283, 0.017909619957208633, 0.04328132048249245, -0.10102856904268265, -0.10962704569101334, 0.03143427520990372, -0.0458473302423954, -0.04458342865109444, 0.012784508988261223, -0.07666906714439392, -0.03513284772634506, -0.02...
0.157282
OpenClaw | channels: imessage | | [inworld](/plugins/reference/inworld) | Inworld streaming text-to-speech (MP3, OGG\_OPUS, PCM telephony). | `@openclaw/inworld-speech` included in OpenClaw | contracts: speechProviders | | [irc](/plugins/reference/irc) | Adds the IRC channel surface for sending and receiving OpenClaw m...
https://github.com/openclaw/openclaw/blob/main/docs/plugins/reference.md
main
opebclaw
[ -0.042997002601623535, -0.07519806921482086, -0.07237141579389572, 0.03151087090373039, 0.01514875516295433, -0.021652458235621452, 0.001238030381500721, -0.04658385366201401, -0.018691524863243103, -0.06618203967809677, 0.022384673357009888, -0.08598730713129044, -0.006226516328752041, 0....
0.135634
support to OpenClaw. | `@openclaw/nvidia-provider` included in OpenClaw | providers: nvidia | | [oc-path](/plugins/reference/oc-path) | Adds the openclaw path CLI for oc:// workspace file addressing. | `@openclaw/oc-path` included in OpenClaw | plugin | | [ollama](/plugins/reference/ollama) | Adds Ollama, Ollama Cloud ...
https://github.com/openclaw/openclaw/blob/main/docs/plugins/reference.md
main
opebclaw
[ -0.07578262686729431, -0.03473525121808052, -0.09944935888051987, 0.06211458146572113, 0.02263847179710865, -0.019066544249653816, -0.08341406285762787, -0.010141066275537014, -0.015851635485887527, -0.04164654016494751, 0.05202846601605415, -0.02862284891307354, -0.042269378900527954, 0.0...
0.066505
stepfun, stepfun-plan | | [synology-chat](/plugins/reference/synology-chat) | Synology Chat channel plugin for OpenClaw channels and direct messages. | `@openclaw/synology-chat` npm; ClawHub | channels: synology-chat | | [synthetic](/plugins/reference/synthetic) | Adds Synthetic model provider support to OpenClaw. | `@...
https://github.com/openclaw/openclaw/blob/main/docs/plugins/reference.md
main
opebclaw
[ -0.06846801936626434, -0.08047369122505188, -0.023418894037604332, 0.05405513569712639, -0.013737090863287449, -0.10136333853006363, -0.03406551480293274, 0.003219173289835453, -0.023379113525152206, -0.025438206270337105, 0.0068719168193638325, -0.030736317858099937, -0.015955079346895218, ...
0.188925
The bundled `admin-http-rpc` plugin exposes selected Gateway control-plane methods over HTTP for trusted host automation that cannot use the normal Gateway WebSocket RPC client. The plugin is included with OpenClaw, but it is off by default. When disabled, the route is not registered. When enabled, it adds: - `POST /ap...
https://github.com/openclaw/openclaw/blob/main/docs/plugins/admin-http-rpc.md
main
opebclaw
[ -0.04297439754009247, -0.02582266926765442, -0.10132945328950882, 0.050135742872953415, -0.01036789733916521, -0.048236746340990067, 0.005996604450047016, 0.03039868362247944, -0.0409998781979084, 0.016939761117100716, 0.016330936923623085, 0.02271158993244171, -0.031248752027750015, 0.041...
0.044466
Content-Type: application/json ``` ```json { "id": "optional-request-id", "method": "health", "params": {} } ``` Fields: - `id` (string, optional): copied into the response. A UUID is generated when omitted. - `method` (string, required): allowed Gateway method name. - `params` (any, optional): method-specific params. ...
https://github.com/openclaw/openclaw/blob/main/docs/plugins/admin-http-rpc.md
main
opebclaw
[ -0.06095876544713974, 0.04234766215085983, -0.032511211931705475, 0.014898905530571938, -0.05093417316675186, -0.06683260947465897, -0.07635639607906342, 0.04345489665865898, -0.006825031712651253, 0.016347069293260574, -0.022428447380661964, 0.01887301728129387, -0.013972234912216663, 0.0...
0.046741
This is the \*\*deep architecture reference\*\* for the OpenClaw plugin system. For practical guides, start with one of the focused pages below. End-user guide for adding, enabling, and troubleshooting plugins. First-plugin tutorial with the smallest working manifest. Build a messaging channel plugin. Build a model pro...
https://github.com/openclaw/openclaw/blob/main/docs/plugins/architecture.md
main
opebclaw
[ -0.014659542590379715, -0.08079822361469269, -0.053537767380476, 0.04949229955673218, -0.02800213173031807, -0.042920589447021484, -0.09656676650047302, 0.00937032699584961, -0.09197952598333359, -0.05318959802389145, 0.04391394555568695, -0.09744434058666229, -0.030752642080187798, 0.0264...
0.110914
| Signal | Meaning | | -------------------------- | ------------------------------------------------------------ | | \*\*config valid\*\* | Config parses fine and plugins resolve | | \*\*compatibility advisory\*\* | Plugin uses a supported-but-older pattern (e.g. `hook-only`) | | \*\*legacy warning\*\* | Plugin uses `b...
https://github.com/openclaw/openclaw/blob/main/docs/plugins/architecture.md
main
opebclaw
[ -0.08330906927585602, -0.06497815996408463, -0.02634318731725216, -0.02974860742688179, 0.047056056559085846, 0.012893814593553543, -0.08775541186332703, -0.00439193332567811, -0.12551841139793396, -0.0011818141210824251, 0.05331959202885628, 0.0006216035108081996, -0.0515541173517704, 0.0...
0.071395
auto-enable decisions The safety boundary is snapshot replacement, not mutation. Rebuild the snapshot when config, plugin inventory, install records, or persisted index policy changes. Do not treat it as a broad mutable global registry, and do not keep unbounded historical snapshots. Runtime plugin loading remains sepa...
https://github.com/openclaw/openclaw/blob/main/docs/plugins/architecture.md
main
opebclaw
[ -0.0953214019536972, -0.007846392691135406, -0.010372631251811981, 0.0025642961263656616, 0.019806424155831337, -0.06282360106706619, -0.03328212350606918, 0.01236338447779417, -0.04518841952085495, -0.022999482229351997, 0.007365053053945303, 0.04798268899321556, -0.06785161048173904, -0....
0.076775
hardcoding channel-specific branches in the core `message` tool. This is why embedded-runner routing changes are still plugin work: the runner is responsible for forwarding the current chat/session identity into the plugin discovery boundary so the shared `message` tool exposes the right channel-owned surface for the c...
https://github.com/openclaw/openclaw/blob/main/docs/plugins/architecture.md
main
opebclaw
[ -0.06587903946638107, -0.09174054861068726, 0.013707931153476238, 0.03515889123082161, 0.06372305005788803, -0.03140156716108322, -0.029857618734240532, 0.018512312322854996, -0.021821830421686172, 0.034309133887290955, 0.028372691944241524, 0.0111691914498806, -0.0188951026648283, 0.12419...
0.086365
capability contract?" Once that contract exists, vendor plugins can register against it and channel/feature plugins can consume it. If the capability does not exist yet, the right move is usually: Define the missing capability in core. Expose it through the plugin API/runtime in a typed way. Wire channels/features agai...
https://github.com/openclaw/openclaw/blob/main/docs/plugins/architecture.md
main
opebclaw
[ -0.03008151985704899, -0.042417701333761215, 0.000027131809474667534, -0.056922171264886856, -0.017704002559185028, 0.03029962070286274, -0.018355928361415863, 0.076896071434021, -0.038038935512304306, -0.010465704835951328, -0.03512680158019066, -0.020473353564739227, 0.005042057018727064, ...
0.180221
are two layers of enforcement: The plugin registry validates registrations as plugins load. Examples: duplicate provider ids, duplicate speech provider ids, and malformed registrations produce plugin diagnostics instead of undefined behavior. Bundled plugins are captured in contract registries during test runs so OpenC...
https://github.com/openclaw/openclaw/blob/main/docs/plugins/architecture.md
main
opebclaw
[ -0.12162844091653824, -0.048787672072649, -0.026411764323711395, 0.03311788663268089, 0.036252960562705994, -0.025002408772706985, -0.006044276058673859, 0.00805496796965599, -0.036952972412109375, -0.03308175876736641, 0.06671354174613953, -0.02486441656947136, -0.0005513856303878129, 0.0...
0.100564
This guide walks through building a provider plugin that adds a model provider (LLM) to OpenClaw. By the end you will have a provider with a model catalog, API key auth, and dynamic model resolution. If you have not built any OpenClaw plugin before, read [Getting Started](/plugins/building-plugins) first for the basic ...
https://github.com/openclaw/openclaw/blob/main/docs/plugins/sdk-provider-plugins.md
main
opebclaw
[ -0.06977052241563797, -0.03700881078839302, -0.07555273175239563, 0.053394343703985214, -0.006115164142102003, -0.03829360753297806, -0.06863000988960266, 0.044222500175237656, 0.008980661630630493, -0.016416558995842934, 0.03524596616625786, -0.09874092787504196, 0.04136497527360916, 0.03...
0.067197
Users can now `openclaw onboard --acme-ai-api-key ` and select `acme-ai/acme-large` as their model. If the upstream provider uses different control tokens than OpenClaw, add a small bidirectional text transform instead of replacing the stream path: ```typescript api.registerTextTransforms({ input: [ { from: /red basket...
https://github.com/openclaw/openclaw/blob/main/docs/plugins/sdk-provider-plugins.md
main
opebclaw
[ -0.07593977451324463, 0.013745937496423721, 0.0021239491179585457, 0.06522665917873383, -0.026883253827691078, -0.0004515565524343401, 0.036906588822603226, 0.058106664568185806, 0.02762102708220482, -0.021020416170358658, -0.02377420663833618, -0.027007145807147026, 0.00216493709012866, 0...
0.087999
}); ``` Available replay families today: | Family | What it wires in | Bundled examples | | --- | --- | --- | | `openai-compatible` | Shared OpenAI-style replay policy for OpenAI-compatible transports, including tool-call-id sanitation, assistant-first ordering fixes, and generic Gemini-turn validation where the transp...
https://github.com/openclaw/openclaw/blob/main/docs/plugins/sdk-provider-plugins.md
main
opebclaw
[ -0.08361443132162094, -0.04542730376124382, -0.003885266836732626, -0.03786354511976242, 0.018786873668432236, -0.05702962726354599, 0.06870052963495255, -0.018571946769952774, -0.015332012437283993, 0.03091786429286003, 0.0140931885689497, 0.003586963750422001, -0.0046866293996572495, -0....
0.136676
Responses shaping in its own `wrapStreamFn` (`/fast` aliases, default `tool\_stream`, unsupported strict-tool cleanup, xAI-specific reasoning-payload removal). The same package-root pattern also backs `@openclaw/openai-provider` (provider builders, default-model helpers, realtime provider builders) and `@openclaw/openr...
https://github.com/openclaw/openclaw/blob/main/docs/plugins/sdk-provider-plugins.md
main
opebclaw
[ -0.1159263551235199, -0.014287932775914669, -0.006139068864285946, 0.07448063790798187, 0.03458826616406441, -0.09031211584806442, 0.01066567376255989, 0.08075539767742157, 0.02033187821507454, -0.01026566606014967, -0.0008149847271852195, -0.017782162874937057, -0.047679875046014786, 0.04...
0.132086
Custom OAuth refresh | | 24 | `buildAuthDoctorHint` | Auth repair guidance | | 25 | `matchesContextOverflowError` | Provider-owned overflow detection | | 26 | `classifyFailoverReason` | Provider-owned rate-limit/overload classification | | 27 | `isCacheTtlEligible` | Prompt cache TTL gating | | 28 | `buildMissingAuthMe...
https://github.com/openclaw/openclaw/blob/main/docs/plugins/sdk-provider-plugins.md
main
opebclaw
[ -0.0006127464002929628, -0.041139986366033554, -0.03070811554789543, 0.002502215327695012, -0.019489344209432602, -0.02283495105803013, -0.02339194342494011, 0.06163758412003517, -0.09449967741966248, -0.004288548603653908, 0.017378924414515495, -0.091420479118824, 0.06680633127689362, -0....
0.031786
= String(req.providerConfig.apiKey ?? ""); return createRealtimeTranscriptionWebSocketSession({ providerId: "acme-ai", callbacks: req, url: "wss://api.example.com/v1/realtime-transcription", headers: { Authorization: `Bearer ${apiKey}` }, onMessage: (event, transport) => { if (event.type === "session.created") { transp...
https://github.com/openclaw/openclaw/blob/main/docs/plugins/sdk-provider-plugins.md
main
opebclaw
[ -0.08306611329317093, -0.013082046993076801, -0.044466834515333176, -0.018173279240727425, -0.005121589172631502, 0.026766424998641014, 0.038767531514167786, 0.02548324503004551, 0.06155453994870186, -0.0041592055931687355, -0.04180018603801727, -0.05180511623620987, -0.06973755359649658, ...
0.09512
}); ``` ```typescript api.registerWebFetchProvider({ id: "acme-ai-fetch", label: "Acme Fetch", hint: "Fetch pages through Acme's rendering backend.", envVars: ["ACME\_FETCH\_API\_KEY"], placeholder: "acme-...", signupUrl: "https://acme.example.com/fetch", credentialPath: "plugins.entries.acme.config.webFetch.apiKey", g...
https://github.com/openclaw/openclaw/blob/main/docs/plugins/sdk-provider-plugins.md
main
opebclaw
[ -0.13105039298534393, 0.0015602909261360765, -0.06334304064512253, 0.07241180539131165, -0.046144645661115646, 0.06463218480348587, 0.013043435290455818, 0.09661591798067093, -0.048765409737825394, -0.007154466584324837, -0.033598676323890686, -0.07385659217834473, -0.0003597015456762165, ...
0.06955
This is a \*\*contributor guide\*\* for OpenClaw core developers. If you are building an external plugin, see [Building plugins](/plugins/building-plugins) instead. For the deep architecture reference (capability model, ownership, load pipeline, runtime helpers), see [Plugin internals](/plugins/architecture). Use this ...
https://github.com/openclaw/openclaw/blob/main/docs/plugins/adding-capabilities.md
main
opebclaw
[ -0.03127460181713104, -0.07088295370340347, -0.04124900698661804, -0.012811674736440182, 0.017955126240849495, -0.030861301347613335, -0.04099581018090248, 0.032425787299871445, -0.023519637063145638, -0.01647045463323593, 0.007196980062872171, -0.06826847046613693, 0.0312962606549263, 0.0...
0.098138
generic `embeddingProviders`. The older `memoryEmbeddingProviders` contract is deprecated compatibility while existing memory-specific providers migrate; new reusable embedding providers should use `embeddingProviders`. ## Review checklist Before shipping a new capability, verify: - No channel/tool imports vendor code ...
https://github.com/openclaw/openclaw/blob/main/docs/plugins/adding-capabilities.md
main
opebclaw
[ -0.04283422976732254, -0.09788075089454651, -0.03223763778805733, -0.009575245901942253, 0.01047577429562807, 0.05001576989889145, -0.04583625867962837, 0.04253723472356796, -0.10271294414997101, -0.016444023698568344, 0.05643811821937561, -0.0013988210121169686, 0.03656000271439552, 0.045...
0.012675
Reference for the `api.runtime` object injected into every plugin during registration. Use these helpers instead of importing host internals directly. Step-by-step guide that uses these helpers in context for channel plugins. Step-by-step guide that uses these helpers in context for provider plugins. ```typescript regi...
https://github.com/openclaw/openclaw/blob/main/docs/plugins/sdk-runtime.md
main
opebclaw
[ -0.12245725095272064, -0.07484786212444305, -0.03820182755589485, 0.10048777610063553, -0.011968299746513367, -0.0470132902264595, -0.016202205792069435, 0.07972490042448044, -0.040416259318590164, -0.0198905561119318, -0.04435619339346886, 0.03922104835510254, -0.03517193719744682, -0.000...
0.090868
plugins that expose this behavior to operators should prefer the shared `channels.defaults.botLoopProtection` shape for baseline budgets, then layer channel/provider-specific overrides on top. The shared config uses seconds because it is user-facing: ```typescript type ChannelBotLoopProtectionConfig = { enabled?: boole...
https://github.com/openclaw/openclaw/blob/main/docs/plugins/sdk-runtime.md
main
opebclaw
[ -0.07359649240970612, -0.010236715897917747, -0.0026791526470333338, 0.08338384330272675, -0.0734303817152977, 0.016130836680531502, 0.033834636211395264, 0.026100628077983856, 0.015966802835464478, 0.046105463057756424, -0.033213261514902115, 0.021553581580519676, -0.05156048387289047, 0....
0.097543
engines receive a session-bound `llm.complete` capability, so model calls use the active session's agent and do not silently fall back to the default agent. The result includes provider/model/agent attribution plus normalized token, cache, and estimated cost usage when available. Model overrides require operator opt-in...
https://github.com/openclaw/openclaw/blob/main/docs/plugins/sdk-runtime.md
main
opebclaw
[ -0.01790890283882618, -0.033106621354818344, 0.0009149328689090908, 0.07440239936113358, 0.021679768338799477, -0.004509954247623682, -0.0470711849629879, 0.028202930465340614, 0.003767510410398245, -0.013218906708061695, -0.045132122933864594, -0.0002664819185156375, -0.035559508949518204, ...
0.026581
`messages.tts` configuration and provider selection. Returns PCM audio buffer + sample rate. Image, audio, and video analysis. ```typescript // Describe an image const image = await api.runtime.mediaUnderstanding.describeImageFile({ filePath: "/tmp/inbound-photo.jpg", cfg: api.config, agentDir: "/tmp/agent", }); // Tra...
https://github.com/openclaw/openclaw/blob/main/docs/plugins/sdk-runtime.md
main
opebclaw
[ 0.03892137110233307, -0.015489826910197735, -0.010080846957862377, 0.0015218454645946622, 0.06072647124528885, 0.010725262574851513, -0.01967896893620491, 0.09838594496250153, 0.04457895830273628, -0.03499649092555046, -0.03059283085167408, -0.03753567114472389, -0.10798929631710052, 0.078...
0.140187
const value = await store.lookup("key-1"); await store.consume("key-1"); await store.clear(); ``` Keyed stores survive restarts and are isolated by the runtime-bound plugin id. Use `registerIfAbsent(...)` for atomic dedupe claims: it returns `true` when the key was missing or expired and registered, or `false` when a l...
https://github.com/openclaw/openclaw/blob/main/docs/plugins/sdk-runtime.md
main
opebclaw
[ -0.09810733795166016, -0.02933700755238533, -0.08501346409320831, 0.09247530251741409, -0.07725922763347626, 0.005246278829872608, -0.029431479051709175, 0.07530788332223892, 0.004229161888360977, 0.09102585166692734, 0.08549415320158005, -0.006851814221590757, -0.002919277176260948, -0.04...
0.081821