content
large_stringlengths
3
20.5k
url
large_stringlengths
54
193
branch
large_stringclasses
4 values
source
large_stringclasses
42 values
embeddings
listlengths
384
384
score
float64
-0.21
0.65
# Health Checks on macOS How to see whether the linked channel is healthy from the menu bar app. ## Menu bar - Status dot now reflects Baileys health: - Green: linked + socket opened recently. - Orange: connecting/retrying. - Red: logged out or probe failed. - Secondary line reads "linked · auth 12m" or shows the failu...
https://github.com/openclaw/openclaw/blob/main//docs/platforms/mac/health.md
main
opebclaw
[ -0.014649374410510063, 0.026660330593585968, -0.038215622305870056, 0.012376360595226288, 0.027239523828029633, -0.0785766988992691, 0.046028319746255875, 0.017238307744264603, 0.02175821177661419, 0.0508527010679245, 0.04551244527101517, -0.008580435998737812, -0.0037976952735334635, 0.06...
0.129415
# Remote OpenClaw (macOS ⇄ remote host) This flow lets the macOS app act as a full remote control for a OpenClaw gateway running on another host (desktop/server). It’s the app’s \*\*Remote over SSH\*\* (remote run) feature. All features—health checks, Voice Wake forwarding, and Web Chat—reuse the same remote SSH config...
https://github.com/openclaw/openclaw/blob/main//docs/platforms/mac/remote.md
main
opebclaw
[ -0.028768114745616913, -0.017643284052610397, -0.04511058330535889, 0.01188688725233078, -0.025524117052555084, -0.07697822898626328, -0.07025761157274246, 0.01109063159674406, 0.031235206872224808, 0.020742466673254967, 0.03586108982563019, -0.0009964151540771127, 0.02872822806239128, -0....
0.112133
your shell rc, or symlink into `/usr/local/bin`/`/opt/homebrew/bin`. - \*\*Health probe failed\*\*: check SSH reachability, PATH, and that Baileys is logged in (`openclaw status --json`). - \*\*Web Chat stuck\*\*: confirm the gateway is running on the remote host and the forwarded port matches the gateway WS port; the ...
https://github.com/openclaw/openclaw/blob/main//docs/platforms/mac/remote.md
main
opebclaw
[ 0.024243896827101707, 0.0011791933793574572, -0.0665346160531044, 0.03293578699231148, 0.02850615605711937, -0.008751105517148972, -0.019400715827941895, -0.0500703863799572, 0.016292760148644447, -0.029057618230581284, -0.03646153584122658, -0.07425040006637573, -0.007909325882792473, 0.0...
-0.019831
# apply\_patch tool Apply file changes using a structured patch format. This is ideal for multi-file or multi-hunk edits where a single `edit` call would be brittle. The tool accepts a single `input` string that wraps one or more file operations: ``` \*\*\* Begin Patch \*\*\* Add File: path/to/file.txt +line 1 +line 2 ...
https://github.com/openclaw/openclaw/blob/main//docs/tools/apply-patch.md
main
opebclaw
[ -0.1329997479915619, 0.006769191939383745, 0.020325053483247757, -0.0077646831050515175, -0.05747510492801666, 0.005854184273630381, -0.012285764329135418, 0.051882851868867874, -0.05505673959851265, 0.09972458332777023, 0.03668224439024925, 0.054248131811618805, 0.002727639628574252, -0.0...
0.069719
# Slash commands Commands are handled by the Gateway. Most commands must be sent as a \*\*standalone\*\* message that starts with `/`. The host-only bash chat command uses `! ` (with `/bash ` as an alias). There are two related systems: - \*\*Commands\*\*: standalone `/...` messages. - \*\*Directives\*\*: `/think`, `/v...
https://github.com/openclaw/openclaw/blob/main//docs/tools/slash-commands.md
main
opebclaw
[ -0.027017172425985336, -0.033492203801870346, 0.026954134926199913, 0.06203128769993782, -0.0005474337958730757, -0.023141788318753242, 0.014049334451556206, -0.0258585587143898, 0.10179713368415833, 0.04067306965589523, 0.06599504500627518, -0.034051407128572464, -0.01392110250890255, 0.0...
0.100451
(owner-only) - `/reset` or `/new [model]` (optional model hint; remainder is passed through) - `/think ` (dynamic choices by model/provider; aliases: `/thinking`, `/t`) - `/verbose on|full|off` (alias: `/v`) - `/reasoning on|off|stream` (alias: `/reason`; when on, sends a separate message prefixed `Reasoning:`; `stream...
https://github.com/openclaw/openclaw/blob/main//docs/tools/slash-commands.md
main
opebclaw
[ -0.025800876319408417, -0.015414987690746784, -0.011345787905156612, 0.010967066511511803, 0.009337903000414371, -0.06897258013486862, 0.06671494245529175, 0.08831868320703506, 0.03669755905866623, 0.042636532336473465, 0.03272416815161705, -0.08903148025274277, 0.048101820051670074, 0.024...
0.143313
is implemented as a directive. Examples: ``` /model /model list /model 3 /model openai/gpt-5.2 /model opus@anthropic:default /model status ``` Notes: - `/model` and `/model list` show a compact, numbered picker (model family + available providers). - `/model <#>` selects from that picker (and prefers the current provid...
https://github.com/openclaw/openclaw/blob/main//docs/tools/slash-commands.md
main
opebclaw
[ -0.06843355298042297, -0.029682781547307968, -0.07103371620178223, 0.09441857784986496, 0.05600229650735855, -0.02934378944337368, -0.026831164956092834, 0.06393557041883469, 0.010030167177319527, 0.0420202799141407, 0.044135596603155136, -0.01561854500323534, -0.05511016771197319, 0.03963...
0.122495
# Lobster Lobster is a workflow shell that lets OpenClaw run multi-step tool sequences as a single, deterministic operation with explicit approval checkpoints. ## Hook Your assistant can build the tools that manage itself. Ask for a workflow, and 30 minutes later you have a CLI plus pipelines that run as one call. Lobs...
https://github.com/openclaw/openclaw/blob/main//docs/tools/lobster.md
main
opebclaw
[ -0.10077764838933945, 0.012391657568514347, 0.045450203120708466, -0.03362901508808136, -0.025316432118415833, -0.1421503871679306, -0.05046439543366432, 0.007775188889354467, 0.0772676169872284, -0.05061311647295952, -0.08015415817499161, -0.051748160272836685, 0.006116059608757496, -0.04...
0.160183
you help?" }, "schema": { "type": "object", "properties": { "intent": { "type": "string" }, "draft": { "type": "string" } }, "required": ["intent", "draft"], "additionalProperties": false } }' ``` See [LLM Task](/tools/llm-task) for details and configuration options. ## Workflow files (.lobster) Lobster can run YAML/JS...
https://github.com/openclaw/openclaw/blob/main//docs/tools/lobster.md
main
opebclaw
[ 0.01049326453357935, 0.01977144181728363, -0.04465947672724724, 0.004892286378890276, -0.003340749070048332, -0.05946175754070282, -0.08012095093727112, 0.004917741287499666, 0.014882960356771946, 0.0017736601876094937, -0.013353968039155006, -0.08049435913562775, -0.008509581908583641, 0....
0.058029
denied or cancelled The tool surfaces the envelope in both `content` (pretty JSON) and `details` (raw object). ## Approvals If `requiresApproval` is present, inspect the prompt and decide: - `approve: true` → resume and continue side effects - `approve: false` → cancel and finalize the workflow Use `approve --preview-f...
https://github.com/openclaw/openclaw/blob/main//docs/tools/lobster.md
main
opebclaw
[ -0.11812363564968109, 0.019762706011533737, 0.0058215307071805, 0.0016519163036718965, 0.03062240220606327, -0.05134183540940285, -0.06650244444608688, 0.0038689926732331514, 0.012422344647347927, -0.045055508613586426, 0.0046484339982271194, -0.026776451617479324, 0.016213100403547287, 0....
0.112941
# ClawHub ClawHub is the \*\*public skill registry for OpenClaw\*\*. It is a free service: all skills are public, open, and visible to everyone for sharing and reuse. A skill is just a folder with a `SKILL.md` file (plus supporting text files). You can browse skills in the web app or use the CLI to search, install, upd...
https://github.com/openclaw/openclaw/blob/main//docs/tools/clawhub.md
main
opebclaw
[ -0.08060634136199951, -0.02259507216513157, -0.07099699974060059, 0.017336450517177582, -0.014559614472091198, -0.05395837128162384, -0.00011485230061225593, -0.005056079942733049, -0.10026295483112335, -0.02103128470480442, 0.0016394362319260836, 0.008811987936496735, 0.03969455137848854, ...
0.10463
\*\*CLI-friendly API\*\* for automation and scripting. ## Security and moderation ClawHub is open by default. Anyone can upload skills, but a GitHub account must be at least one week old to publish. This helps slow down abuse without blocking legitimate contributors. Reporting and moderation: - Any signed in user can r...
https://github.com/openclaw/openclaw/blob/main//docs/tools/clawhub.md
main
opebclaw
[ -0.08854992687702179, 0.018176767975091934, -0.09729974716901779, 0.01599138043820858, 0.03162865340709686, -0.026109719648957253, 0.01732909120619297, 0.024207748472690582, -0.07229005545377731, -0.010991107672452927, 0.022997723892331123, -0.02406170591711998, 0.10995574295520782, 0.0380...
0.097516
the CLI asks before overwriting (or requires `--force` in non-interactive runs). ### Sync scanning and fallback roots `clawhub sync` scans your current workdir first. If no skills are found, it falls back to known legacy locations (for example `~/openclaw/skills` and `~/.openclaw/skills`). This is designed to find olde...
https://github.com/openclaw/openclaw/blob/main//docs/tools/clawhub.md
main
opebclaw
[ -0.0790778398513794, 0.015188196673989296, -0.011665383353829384, -0.010328378528356552, -0.0015203686198219657, -0.058864910155534744, -0.03896823525428772, -0.07131725549697876, -0.07037988305091858, -0.07407654821872711, 0.02037350833415985, -0.030409233644604683, 0.05519997701048851, 0...
-0.02704
# Exec approvals Exec approvals are the \*\*companion app / node host guardrail\*\* for letting a sandboxed agent run commands on a real host (`gateway` or `node`). Think of it like a safety interlock: commands are allowed only when policy + allowlist + (optional) user approval all agree. Exec approvals are \*\*in addi...
https://github.com/openclaw/openclaw/blob/main//docs/tools/exec-approvals.md
main
opebclaw
[ 0.003064432879909873, 0.04100849851965904, -0.0035992355551570654, 0.003854190930724144, 0.08506857603788376, -0.04003080353140831, 0.013464607298374176, -0.019590338692069054, -0.0005955927772447467, 0.03921077027916908, 0.06423211842775345, -0.06255932152271271, 0.07012513279914856, -0.0...
0.11884
text. Default safe bins: `jq`, `grep`, `cut`, `sort`, `uniq`, `head`, `tail`, `tr`, `wc`. ## Control UI editing Use the \*\*Control UI → Nodes → Exec approvals\*\* card to edit defaults, per‑agent overrides, and allowlists. Pick a scope (Defaults or an agent), tweak the policy, add/remove allowlist patterns, then \*\*S...
https://github.com/openclaw/openclaw/blob/main//docs/tools/exec-approvals.md
main
opebclaw
[ -0.015065372921526432, 0.04431362822651863, -0.07054076343774796, 0.07707346975803375, 0.03685085102915764, -0.05048667639493942, 0.03946094587445259, -0.04800914227962494, -0.03177851438522339, 0.04257171228528023, 0.059976931661367416, -0.04312177374958992, 0.01966480165719986, -0.032811...
0.122806
# Thinking Levels (/think directives) ## What it does - Inline directive in any inbound body: `/t `, `/think:`, or `/thinking `. - Levels (aliases): `off | minimal | low | medium | high | xhigh` (GPT-5.2 + Codex models only) - minimal → “think” - low → “think hard” - medium → “think harder” - high → “ultrathink” (max b...
https://github.com/openclaw/openclaw/blob/main//docs/tools/thinking.md
main
opebclaw
[ -0.03529828041791916, -0.013968579471111298, -0.043626271188259125, 0.010647371411323547, 0.0414377823472023, -0.11417977511882782, 0.04520925134420395, 0.10683728754520416, -0.04811180382966995, -0.008267099037766457, -0.010124148800969124, 0.04406438022851944, 0.05683738738298416, 0.0119...
0.037378
also send the separate `Reasoning:` message (when available), set `agents.defaults.heartbeat.includeReasoning: true` or per-agent `agents.list[].heartbeat.includeReasoning: true`. ## Web chat UI - The web chat thinking selector mirrors the session's stored level from the inbound session store/config when the page loads...
https://github.com/openclaw/openclaw/blob/main//docs/tools/thinking.md
main
opebclaw
[ -0.02058328315615654, 0.0011314913863316178, 0.009097003377974033, 0.017724277451634407, 0.0018164162756875157, -0.04329809546470642, 0.07765117287635803, -0.04076894372701645, 0.05732237547636032, -0.03673569858074188, 0.010036773979663849, -0.036188118159770966, -0.040951404720544815, 0....
0.078009
# LLM Task `llm-task` is an \*\*optional plugin tool\*\* that runs a JSON-only LLM task and returns structured output (optionally validated against JSON Schema). This is ideal for workflow engines like Lobster: you can add a single LLM step without writing custom OpenClaw code for each workflow. ## Enable the plugin 1....
https://github.com/openclaw/openclaw/blob/main//docs/tools/llm-task.md
main
opebclaw
[ -0.04796583950519562, 0.008175555616617203, -0.04957837983965874, 0.013608990237116814, 0.022719182074069977, -0.02591908909380436, -0.08115062862634659, -0.016336096450686455, -0.0031935276929289103, -0.03375616669654846, -0.00755035225301981, -0.04857788234949112, 0.01748240739107132, 0....
0.063464
# Browser (openclaw-managed) OpenClaw can run a \*\*dedicated Chrome/Brave/Edge/Chromium profile\*\* that the agent controls. It is isolated from your personal browser and is managed through a small local control service inside the Gateway (loopback only). Beginner view: - Think of it as a \*\*separate, agent-only brow...
https://github.com/openclaw/openclaw/blob/main//docs/tools/browser.md
main
opebclaw
[ -0.039925917983055115, -0.025859994813799858, -0.06319379061460495, 0.06661418825387955, 0.04334545508027077, -0.04666788876056671, -0.03458629548549652, 0.034132398664951324, -0.04365617409348488, -0.08119421452283859, 0.03519957885146141, -0.01305099856108427, 0.032880332320928574, -0.05...
0.039445
launch a local browser. - \*\*Remote control (node host):\*\* run a node host on the machine that has the browser; the Gateway proxies browser actions to it. - \*\*Remote CDP:\*\* set `browser.profiles..cdpUrl` (or `browser.cdpUrl`) to attach to a remote Chromium-based browser. In this case, OpenClaw will not launch a ...
https://github.com/openclaw/openclaw/blob/main//docs/tools/browser.md
main
opebclaw
[ -0.003641284303739667, 0.005217121914029121, -0.056906115263700485, 0.01535226870328188, -0.0039250291883945465, -0.07577789574861526, -0.0823938176035881, 0.03943759202957153, -0.028040239587426186, -0.07391126453876495, -0.013893520459532738, -0.04695501923561096, -0.006906293332576752, ...
-0.029408
browser machine so the Gateway can proxy browser actions. ### Sandboxed sessions If the agent session is sandboxed, the `browser` tool may default to `target="sandbox"` (sandbox browser). Chrome extension relay takeover requires host browser control, so either: - run the session unsandboxed, or - set `agents.defaults.s...
https://github.com/openclaw/openclaw/blob/main//docs/tools/browser.md
main
opebclaw
[ -0.01831316575407982, -0.04288468882441521, -0.01928507164120674, 0.020464271306991577, 0.023347562178969383, -0.03162398561835289, -0.03500952944159508, -0.020535610616207123, -0.02952602319419384, -0.07059168815612793, 0.009563282132148743, -0.013073406182229519, 0.04958069697022438, 0.0...
-0.00173
This design keeps the agent on a stable, deterministic interface while letting you swap local/remote browsers and profiles. ## CLI quick reference All commands accept `--browser-profile ` to target a specific profile. All commands also accept `--json` for machine-readable output (stable payloads). Basics: - `openclaw b...
https://github.com/openclaw/openclaw/blob/main//docs/tools/browser.md
main
opebclaw
[ -0.04929567500948906, -0.0010533645981922746, -0.04436863958835602, -0.017424268648028374, 0.007781685795634985, -0.07921025902032852, 0.01885826140642166, -0.02154179848730564, -0.07121118158102036, -0.07322168350219727, 0.027095060795545578, -0.024943051859736443, 0.05382084473967552, 0....
0.054941
like `e12`). - `--interactive` outputs a flat, easy-to-pick list of interactive elements (best for driving actions). - `--labels` adds a viewport-only screenshot with overlayed ref labels (prints `MEDIA:<path>`). - `click`/`type`/etc require a `ref` from `snapshot` (either numeric `12` or role ref `e12`). CSS selectors...
https://github.com/openclaw/openclaw/blob/main//docs/tools/browser.md
main
opebclaw
[ -0.09195093810558319, 0.014111324213445187, -0.042103737592697144, 0.02420179918408394, 0.07815776020288467, 0.0016087619587779045, 0.020098470151424408, -0.018468797206878662, 0.0056290398351848125, -0.05263177677989006, -0.0018346688011661172, -0.03946070745587349, 0.016644716262817383, ...
0.055713
context. Prompt injection can steer this. Disable it with `browser.evaluateEnabled=false` if you do not need it. - For logins and anti-bot notes (X/Twitter, etc.), see [Browser login + X/Twitter posting](/tools/browser-login). - Keep the Gateway/node host private (loopback or tailnet-only). - Remote CDP endpoints are p...
https://github.com/openclaw/openclaw/blob/main//docs/tools/browser.md
main
opebclaw
[ -0.014475380070507526, 0.02406209148466587, -0.05001349747180939, -0.015729229897260666, 0.05148753151297569, -0.06670466810464859, -0.0041822586208581924, 0.04634537175297737, -0.01828131638467312, -0.03779743239283562, 0.04401324689388275, 0.0031185843981802464, 0.06888416409492493, -0.0...
0.096828
# Browser login + X/Twitter posting ## Manual login (recommended) When a site requires login, \*\*sign in manually\*\* in the \*\*host\*\* browser profile (the openclaw browser). Do \*\*not\*\* give the model your credentials. Automated logins often trigger anti‑bot defenses and can lock the account. Back to the main b...
https://github.com/openclaw/openclaw/blob/main//docs/tools/browser-login.md
main
opebclaw
[ -0.06880058348178864, -0.013522800989449024, -0.07773739099502563, -0.008335973136126995, 0.05392758175730705, -0.08306838572025299, 0.004899388179183006, 0.04581509158015251, -0.007688692305237055, -0.07351803779602051, 0.034760743379592896, -0.04256987199187279, 0.08068711310625076, 0.00...
0.037126
# Firecrawl OpenClaw can use \*\*Firecrawl\*\* as a fallback extractor for `web\_fetch`. It is a hosted content extraction service that supports bot circumvention and caching, which helps with JS-heavy sites or pages that block plain HTTP fetches. ## Get an API key 1. Create a Firecrawl account and generate an API key....
https://github.com/openclaw/openclaw/blob/main//docs/tools/firecrawl.md
main
opebclaw
[ -0.1347387135028839, 0.07068511098623276, -0.04563167318701744, 0.07260574400424957, 0.03121989034116268, -0.11112339049577713, -0.10566454380750656, -0.06521417945623398, 0.047027431428432465, -0.03745521977543831, -0.02179609425365925, 0.029316680505871773, -0.018550768494606018, -0.0277...
0.008909
# `openclaw agent` (direct agent runs) `openclaw agent` runs a single agent turn without needing an inbound chat message. By default it goes \*\*through the Gateway\*\*; add `--local` to force the embedded runtime on the current machine. ## Behavior - Required: `--message ` - Session selection: - `--to ` derives the se...
https://github.com/openclaw/openclaw/blob/main//docs/tools/agent-send.md
main
opebclaw
[ -0.007826583459973335, 0.002431850414723158, -0.06879166513681412, 0.03936183452606201, 0.014961590990424156, -0.11542904376983643, 0.014056646265089512, -0.027206744998693466, 0.03473625332117081, -0.006308362819254398, 0.0035467762500047684, -0.02222643420100212, -0.002945489948615432, 0...
0.135848
# Sub-agents Sub-agents are background agent runs spawned from an existing agent run. They run in their own session (`agent::subagent:`) and, when finished, \*\*announce\*\* their result back to the requester chat channel. ## Slash command Use `/subagents` to inspect or control sub-agent runs for the \*\*current sessio...
https://github.com/openclaw/openclaw/blob/main//docs/tools/subagents.md
main
opebclaw
[ -0.025724118575453758, -0.05015572905540466, -0.05355533957481384, -0.00205474765971303, 0.01121434848755598, -0.0745835155248642, -0.02513200230896473, -0.01608353666961193, -0.001771971583366394, 0.03468475118279457, -0.028296727687120438, -0.057242076843976974, -0.006399328354746103, 0....
0.153904
a stable template: - `Status:` derived from the run outcome (`success`, `error`, `timeout`, or `unknown`). - `Result:` the summary content from the announce step (or `(not available)` if missing). - `Notes:` error details and other useful context. - `Status` is not inferred from model output; it comes from runtime outc...
https://github.com/openclaw/openclaw/blob/main//docs/tools/subagents.md
main
opebclaw
[ -0.06129177659749985, 0.040548175573349, -0.07441459596157074, 0.05911286175251007, -0.00582963228225708, 0.0020413629245013, -0.0052925655618309975, 0.07882922887802124, -0.009807883761823177, 0.08231141418218613, -0.008026727475225925, -0.06480561941862106, -0.007659933064132929, -0.0037...
0.118844
# Skills (OpenClaw) OpenClaw uses \*\*[AgentSkills](https://agentskills.io)-compatible\*\* skill folders to teach the agent how to use tools. Each skill is a directory containing a `SKILL.md` with YAML frontmatter and instructions. OpenClaw loads \*\*bundled skills\*\* plus optional local overrides, and filters them at...
https://github.com/openclaw/openclaw/blob/main//docs/tools/skills.md
main
opebclaw
[ -0.028856690973043442, -0.03424028679728508, -0.0762082114815712, 0.01632312685251236, 0.02747637964785099, -0.06437443196773529, -0.019731303676962852, -0.07497701048851013, -0.08825580775737762, 0.0018224817467853427, 0.02613079361617565, 0.004237111192196608, 0.027591807767748833, 0.037...
0.045017
tool. - `command-tool` — tool name to invoke when `command-dispatch: tool` is set. - `command-arg-mode` — `raw` (default). For tool dispatch, forwards the raw args string to the tool (no core parsing). The tool is invoked with params: `{ command: "", commandName: "", skillName: "" }`. ## Gating (load-time filters) Open...
https://github.com/openclaw/openclaw/blob/main//docs/tools/skills.md
main
opebclaw
[ -0.07072515040636063, 0.025736643001437187, -0.05256558954715729, 0.09596142172813416, 0.0035621761344373226, -0.1001298576593399, 0.0002894993231166154, 0.0017236535204574466, -0.04118897393345833, -0.01685204729437828, -0.01837785542011261, -0.07575975358486176, 0.015973947942256927, -0....
0.040249
hyphens, quote the key (JSON5 allows quoted keys). Config keys match the \*\*skill name\*\* by default. If a skill defines `metadata.openclaw.skillKey`, use that key under `skills.entries`. Rules: - `enabled: false` disables the skill even if it’s bundled/installed. - `env`: injected \*\*only if\*\* the variable isn’t ...
https://github.com/openclaw/openclaw/blob/main//docs/tools/skills.md
main
opebclaw
[ -0.037110891193151474, 0.04272783547639847, -0.07538852840662003, 0.056573208421468735, 0.0006161327473819256, -0.05006149411201477, 0.019146516919136047, -0.013354526832699776, -0.08969374001026154, -0.04845159128308296, 0.06451808661222458, -0.018251558765769005, 0.048547111451625824, 0....
0.024124
# Tools (OpenClaw) OpenClaw exposes \*\*first-class agent tools\*\* for browser, canvas, nodes, and cron. These replace the old `openclaw-\*` skills: the tools are typed, no shelling, and the agent should rely on them directly. ## Disabling tools You can globally allow/deny tools via `tools.allow` / `tools.deny` in `op...
https://github.com/openclaw/openclaw/blob/main//docs/tools/index.md
main
opebclaw
[ -0.10198945552110672, 0.03162470832467079, -0.05007842555642128, 0.049206338822841644, 0.042290523648262024, -0.059512909501791, -0.04488377645611763, -0.05073162168264389, -0.06837692111730576, -0.019788075238466263, 0.03482915461063385, -0.030564799904823303, 0.040968358516693115, 0.0498...
0.07507
multi-hunk edits. Experimental: enable via `tools.exec.applyPatch.enabled` (OpenAI models only). ### `exec` Run shell commands in the workspace. Core parameters: - `command` (required) - `yieldMs` (auto-background after timeout, default 10000) - `background` (immediate background) - `timeout` (seconds; kills the proces...
https://github.com/openclaw/openclaw/blob/main//docs/tools/index.md
main
opebclaw
[ -0.013763216324150562, -0.02679828554391861, -0.09545502066612244, 0.04090055078268051, 0.05957282707095146, -0.06884340941905975, -0.03439522534608841, 0.03465723618865013, -0.0277592521160841, 0.04086979851126671, 0.05734018236398697, -0.009301471523940563, 0.03591664880514145, 0.0020617...
0.191499
the accessibility tree. - `snapshot` also supports role-snapshot options (`interactive`, `compact`, `depth`, `selector`) which return refs like `e12`. - `act` requires `ref` from `snapshot` (numeric `12` from AI snapshots, or `e12` from role snapshots); use `evaluate` for rare CSS selector needs. - Avoid `act` → `wait`...
https://github.com/openclaw/openclaw/blob/main//docs/tools/index.md
main
opebclaw
[ -0.13010098040103912, -0.027513988316059113, -0.0432448536157608, 0.05753450468182564, 0.07980412244796753, 0.015489360317587852, 0.05923488363623619, 0.0224531888961792, -0.04140441492199898, 0.013733630999922752, 0.0000074633117037592456, -0.023863667622208595, 0.03902297466993332, 0.008...
0.132348
sends `SIGUSR1` for in-process restart; `openclaw gateway` restart in-place) - `config.get` / `config.schema` - `config.apply` (validate + write config + restart + wake) - `config.patch` (merge partial update + restart + wake) - `update.run` (run update + restart + wake) Notes: - Use `delayMs` (defaults to 2000) to avo...
https://github.com/openclaw/openclaw/blob/main//docs/tools/index.md
main
opebclaw
[ -0.021775251254439354, -0.03026704117655754, -0.06980089843273163, 0.022320475429296494, 0.00679260678589344, -0.054979339241981506, 0.012574540451169014, 0.020434822887182236, 0.0001466879912186414, 0.042504362761974335, 0.023977940902113914, -0.010230476967990398, -0.0548945851624012, -0...
0.134258
# Skills Config All skills-related configuration lives under `skills` in `~/.openclaw/openclaw.json`. ```json5 { skills: { allowBundled: ["gemini", "peekaboo"], load: { extraDirs: ["~/Projects/agent-scripts/skills", "~/Projects/oss/some-skill-pack/skills"], watch: true, watchDebounceMs: 250, }, install: { preferBrew: t...
https://github.com/openclaw/openclaw/blob/main//docs/tools/skills-config.md
main
opebclaw
[ -0.055881317704916, -0.00992320105433464, -0.04173029214143753, 0.058598946779966354, 0.05456846207380295, -0.011696405708789825, -0.05106350779533386, -0.04982868582010269, -0.09225454926490784, -0.00255013071000576, 0.0244918055832386, 0.01538151502609253, -0.045446280390024185, 0.031779...
0.039743
# Browser Troubleshooting (Linux) ## Problem: "Failed to start Chrome CDP on port 18800" OpenClaw's browser control server fails to launch Chrome/Brave/Edge/Chromium with the error: ``` {"error":"Error: Failed to start Chrome CDP on port 18800 for profile \"openclaw\"."} ``` ### Root Cause On Ubuntu (and many Linux dis...
https://github.com/openclaw/openclaw/blob/main//docs/tools/browser-linux-troubleshooting.md
main
opebclaw
[ -0.050576549023389816, -0.012238417752087116, 0.04620705544948578, -0.023679284378886223, 0.0214153490960598, -0.093006931245327, -0.13988032937049866, 0.0535922646522522, -0.06752138584852219, -0.06039481237530708, 0.05869632214307785, -0.04326937347650528, -0.021831221878528595, 0.037689...
-0.054919
# Web tools OpenClaw ships two lightweight web tools: - `web\_search` — Search the web via Brave Search API (default) or Perplexity Sonar (direct or via OpenRouter). - `web\_fetch` — HTTP fetch + readable extraction (HTML → markdown/text). These are \*\*not\*\* browser automation. For JS-heavy sites or logins, use the ...
https://github.com/openclaw/openclaw/blob/main//docs/tools/web.md
main
opebclaw
[ -0.09091176092624664, 0.03174104914069176, -0.0008171848021447659, 0.09088730812072754, 0.09425702691078186, -0.1140255257487297, -0.08706258237361908, -0.017393821850419044, 0.004461278207600117, -0.06152328476309776, -0.0020174060482531786, 0.01744241453707218, 0.029225997626781464, -0.0...
0.07711
----------------- | | `perplexity/sonar` | Fast Q&A with web search | Quick lookups | | `perplexity/sonar-pro` (default) | Multi-step reasoning with web search | Complex questions | | `perplexity/sonar-reasoning-pro` | Chain-of-thought analysis | Deep research | ## web\_search Search the web using your configured provi...
https://github.com/openclaw/openclaw/blob/main//docs/tools/web.md
main
opebclaw
[ -0.05594678223133087, 0.005967075005173683, 0.02128409408032894, 0.004290202632546425, 0.04710147902369499, -0.05641965568065643, -0.07055766880512238, -0.012445858679711819, -0.06966342777013779, -0.02863392047584057, 0.06402081996202469, -0.05005929619073868, -0.007576903328299522, 0.020...
0.008496
# Elevated Mode (/elevated directives) ## What it does - `/elevated on` runs on the gateway host and keeps exec approvals (same as `/elevated ask`). - `/elevated full` runs on the gateway host \*\*and\*\* auto-approves exec (skips exec approvals). - `/elevated ask` runs on the gateway host but keeps exec approvals (sam...
https://github.com/openclaw/openclaw/blob/main//docs/tools/elevated.md
main
opebclaw
[ -0.05930963531136513, -0.007459068670868874, 0.004300380125641823, 0.04628415033221245, 0.0631573349237442, -0.039736174046993256, 0.04305493086576462, -0.028489047661423683, -0.04101695492863655, 0.026236092671751976, 0.05978555232286453, -0.02238868921995163, 0.03047659620642662, -0.0093...
0.112369
# Exec tool Run shell commands in the workspace. Supports foreground + background execution via `process`. If `process` is disallowed, `exec` runs synchronously and ignores `yieldMs`/`background`. Background sessions are scoped per agent; `process` only sees sessions from the same agent. ## Parameters - `command` (requ...
https://github.com/openclaw/openclaw/blob/main//docs/tools/exec.md
main
opebclaw
[ 0.03831169381737709, -0.017000822350382805, -0.13382312655448914, -0.026651019230484962, 0.03610410913825035, -0.07526975125074387, -0.021770913153886795, 0.026790529489517212, 0.02272362820804119, 0.057018350809812546, 0.038760337978601456, -0.0319264680147171, 0.023815352469682693, -0.00...
0.138049
`security`, `ask`, and `node`. Send `/exec` with no arguments to show the current values. Example: ``` /exec host=gateway security=allowlist ask=on-miss node=mac-1 ``` ## Authorization model `/exec` is only honored for \*\*authorized senders\*\* (channel allowlists/pairing plus `commands.useAccessGroups`). It updates \...
https://github.com/openclaw/openclaw/blob/main//docs/tools/exec.md
main
opebclaw
[ 0.012909087352454662, 0.04614703729748726, -0.018290935084223747, 0.025310534983873367, 0.06556828320026398, -0.0585581474006176, 0.006433200556784868, -0.0509418249130249, -0.0187811441719532, 0.027886873111128807, 0.03025694563984871, -0.03707566484808922, 0.05128801614046097, 0.00898014...
0.138118
# Reaction tooling Shared reaction semantics across channels: - `emoji` is required when adding a reaction. - `emoji=""` removes the bot's reaction(s) when supported. - `remove: true` removes the specified emoji when supported (requires `emoji`). Channel notes: - \*\*Discord/Slack\*\*: empty `emoji` removes all of the ...
https://github.com/openclaw/openclaw/blob/main//docs/tools/reactions.md
main
opebclaw
[ -0.0845419242978096, -0.0016341283917427063, 0.10792047530412674, -0.00822756439447403, 0.04682658985257149, -0.05838306248188019, 0.02950076386332512, -0.06733065843582153, 0.1050947979092598, 0.003975841216742992, 0.0515161007642746, -0.06947142630815506, 0.013393248431384563, 0.05538676...
0.127075
# Creating Custom Skills 🛠 OpenClaw is designed to be easily extensible. "Skills" are the primary way to add new capabilities to your assistant. ## What is a Skill? A skill is a directory containing a `SKILL.md` file (which provides instructions and tool definitions to the LLM) and optionally some scripts or resources...
https://github.com/openclaw/openclaw/blob/main//docs/tools/creating-skills.md
main
opebclaw
[ -0.02856506034731865, -0.012216459028422832, -0.08219156414270401, 0.03475034236907959, -0.05134037882089615, -0.05745745822787285, -0.02673416957259178, 0.021473055705428123, -0.10441305488348007, -0.029000286012887955, 0.01932554505765438, -0.03778866305947304, 0.03200943022966385, 0.020...
0.048994
# Chrome extension (browser relay) The OpenClaw Chrome extension lets the agent control your \*\*existing Chrome tabs\*\* (your normal Chrome window) instead of launching a separate openclaw-managed Chrome profile. Attach/detach happens via a \*\*single Chrome toolbar button\*\*. ## What it is (concept) There are three...
https://github.com/openclaw/openclaw/blob/main//docs/tools/chrome-extension.md
main
opebclaw
[ -0.026583554223179817, -0.05697314813733101, -0.005041471216827631, 0.06530043482780457, 0.05139724165201187, -0.06712370365858078, -0.022916793823242188, 0.0013641518307849765, -0.01996695064008236, -0.05394906550645828, 0.046872057020664215, -0.014394961297512054, 0.011571122333407402, -...
0.067927
`gateway.nodes.browser.node` or set `gateway.nodes.browser.mode`. ## Sandboxing (tool containers) If your agent session is sandboxed (`agents.defaults.sandbox.mode != "off"`), the `browser` tool can be restricted: - By default, sandboxed sessions often target the \*\*sandbox browser\*\* (`target="sandbox"`), not your h...
https://github.com/openclaw/openclaw/blob/main//docs/tools/chrome-extension.md
main
opebclaw
[ -0.030393898487091064, -0.008941258303821087, 0.030806656926870346, 0.031109794974327087, 0.06916331499814987, -0.060549233108758926, -0.06174870952963829, -0.06435573846101761, -0.015938306227326393, -0.035075537860393524, 0.018350301310420036, -0.004931505769491196, 0.0025585780385881662, ...
0.048923
# Uninstall Two paths: - \*\*Easy path\*\* if `openclaw` is still installed. - \*\*Manual service removal\*\* if the CLI is gone but the service is still running. ## Easy path (CLI still installed) Recommended: use the built-in uninstaller: ```bash openclaw uninstall ``` Non-interactive (automation / npx): ```bash open...
https://github.com/openclaw/openclaw/blob/main//docs/install/uninstall.md
main
opebclaw
[ -0.031384143978357315, 0.030263680964708328, -0.060117207467556, -0.030275074765086174, 0.017953969538211823, -0.04319131746888161, -0.012979106046259403, -0.06239279732108116, 0.025017736479640007, -0.019908742979168892, 0.0023512407205998898, -0.0006900783628225327, -0.013905767351388931, ...
0.081761
# Bun (experimental) Goal: run this repo with \*\*Bun\*\* (optional, not recommended for WhatsApp/Telegram) without diverging from pnpm workflows. ⚠️ \*\*Not recommended for Gateway runtime\*\* (WhatsApp/Telegram bugs). Use Node for production. ## Status - Bun is an optional local runtime for running TypeScript directl...
https://github.com/openclaw/openclaw/blob/main//docs/install/bun.md
main
opebclaw
[ -0.024332044646143913, -0.06929898262023926, -0.005179632920771837, -0.03564738854765892, 0.043689075857400894, -0.0021756708156317472, -0.00009076198330149055, 0.025697587057948112, -0.0010777695570141077, 0.1562831997871399, 0.06462300568819046, 0.030651124194264412, -0.08810654282569885, ...
0.04747
# Installer internals OpenClaw ships two installer scripts (served from `openclaw.ai`): - `https://openclaw.ai/install.sh` — “recommended” installer (global npm install by default; can also install from a GitHub checkout) - `https://openclaw.ai/install-cli.sh` — non-root-friendly CLI installer (installs into a prefix w...
https://github.com/openclaw/openclaw/blob/main//docs/install/installer.md
main
opebclaw
[ -0.00408052746206522, -0.07285898923873901, -0.032491400837898254, 0.03467211872339249, 0.08536704629659653, -0.09367379546165466, -0.05529184266924858, -0.043273717164993286, 0.03901394456624985, 0.041973236948251724, 0.06898823380470276, -0.057299040257930756, 0.00518516730517149, 0.0330...
-0.031572
choose `-InstallMethod git` and Git is missing, the installer will print the Git for Windows link (`https://git-scm.com/download/win`) and exit. Common Windows issues: - \*\*npm error spawn git / ENOENT\*\*: install Git for Windows and reopen PowerShell, then rerun the installer. - \*\*"openclaw" is not recognized\*\*:...
https://github.com/openclaw/openclaw/blob/main//docs/install/installer.md
main
opebclaw
[ 0.04990281164646149, -0.0814751386642456, -0.0443214513361454, 0.10017027705907822, 0.09553565829992294, 0.028183283284306526, -0.010631862096488476, -0.023260202258825302, -0.004805346019566059, 0.11331631988286972, -0.006441652774810791, -0.030632250010967255, -0.016935598105192184, 0.07...
0.02961
# Node.js + npm (PATH sanity) OpenClaw’s runtime baseline is \*\*Node 22+\*\*. If you can run `npm install -g openclaw@latest` but later see `openclaw: command not found`, it’s almost always a \*\*PATH\*\* issue: the directory where npm puts global binaries isn’t on your shell’s PATH. ## Quick diagnosis Run: ```bash no...
https://github.com/openclaw/openclaw/blob/main//docs/install/node.md
main
opebclaw
[ 0.02096131257712841, -0.03333520144224167, 0.002901561791077256, 0.039750467985868454, 0.09691639244556427, -0.05486910417675972, -0.08025941997766495, -0.015018806792795658, -0.0021190387196838856, 0.04423114284873009, -0.016088178381323814, -0.05450067296624184, -0.01976892352104187, 0.0...
0.006527
# Updating OpenClaw is moving fast (pre “1.0”). Treat updates like shipping infra: update → run checks → restart (or use `openclaw update`, which restarts) → verify. ## Recommended: re-run the website installer (upgrade in place) The \*\*preferred\*\* update path is to re-run the installer from the website. It detects ...
https://github.com/openclaw/openclaw/blob/main//docs/install/updating.md
main
opebclaw
[ 0.012064201757311821, -0.06245001032948494, -0.042115651071071625, 0.023809602484107018, 0.027797028422355652, -0.13241103291511536, -0.06344408541917801, -0.034078922122716904, -0.034769438207149506, 0.024472152814269066, 0.05717138573527336, 0.0006199529161676764, 0.0007143808761611581, ...
0.009724
openclaw ...`), a rebuild is usually unnecessary, but \*\*config migrations still apply\*\* → run doctor. - Switching between global and git installs is easy: install the other flavor, then run `openclaw doctor` so the gateway service entrypoint is rewritten to the current install. ## Always Run: `openclaw doctor` Doct...
https://github.com/openclaw/openclaw/blob/main//docs/install/updating.md
main
opebclaw
[ -0.03487556800246239, -0.054891012609004974, -0.00894282665103674, -0.02915816940367222, -0.002438354305922985, -0.1000458300113678, -0.05264204367995262, 0.00418221578001976, -0.04130343720316887, -0.011919702403247356, -0.0041219075210392475, 0.0754624456167221, -0.018141860142350197, -0...
0.040828
# Nix Installation The recommended way to run OpenClaw with Nix is via \*\*[nix-openclaw](https://github.com/openclaw/nix-openclaw)\*\* — a batteries-included Home Manager module. ## Quick Start Paste this to your AI agent (Claude, Cursor, etc.): ```text I want to set up nix-openclaw on my Mac. Repository: github:openc...
https://github.com/openclaw/openclaw/blob/main//docs/install/nix.md
main
opebclaw
[ -0.0025443662889301777, 0.029674192890524864, -0.04278070479631424, -0.023148534819483757, 0.06595411896705627, -0.10155298560857773, -0.02316807210445404, 0.042496610432863235, -0.023741552606225014, -0.04263879358768463, -0.024863122031092644, -0.055976882576942444, 0.0019684589933604, 0...
0.103803
# Install Use the installer unless you have a reason not to. It sets up the CLI and runs onboarding. ## Quick install (recommended) ```bash curl -fsSL https://openclaw.ai/install.sh | bash ``` Windows (PowerShell): ```powershell iwr -useb https://openclaw.ai/install.ps1 | iex ``` Next step (if you skipped onboarding): ...
https://github.com/openclaw/openclaw/blob/main//docs/install/index.md
main
opebclaw
[ 0.03395712375640869, -0.05734826996922493, -0.056407369673252106, 0.012898269109427929, 0.04841700941324234, -0.07066696882247925, -0.07067622989416122, 0.04587845876812935, -0.05787515640258789, 0.004523470997810364, 0.031291406601667404, -0.047494661062955856, -0.005458926782011986, 0.05...
-0.004083
prefix -g` to your PATH. Then open a new terminal (or `rehash` in zsh / `hash -r` in bash). ## Update / uninstall - Updates: [Updating](/install/updating) - Migrate to a new machine: [Migrating](/install/migrating) - Uninstall: [Uninstall](/install/uninstall)
https://github.com/openclaw/openclaw/blob/main//docs/install/index.md
main
opebclaw
[ 0.07675523310899734, 0.00533259566873312, 0.019472816959023476, -0.09719954431056976, 0.033026404678821564, -0.06247715651988983, 0.03963209688663483, -0.06782802939414978, -0.017809124663472176, 0.04946266859769821, 0.048679545521736145, 0.0018577297450974584, 0.013540701940655708, -0.004...
-0.024203
# Development channels Last updated: 2026-01-21 OpenClaw ships three update channels: - \*\*stable\*\*: npm dist-tag `latest`. - \*\*beta\*\*: npm dist-tag `beta` (builds under test). - \*\*dev\*\*: moving head of `main` (git). npm dist-tag: `dev` (when published). We ship builds to \*\*beta\*\*, test them, then \*\*pr...
https://github.com/openclaw/openclaw/blob/main//docs/install/development-channels.md
main
opebclaw
[ 0.019812412559986115, -0.07528959959745407, -0.0005200492450967431, 0.008296388201415539, 0.07626072317361832, -0.10584346204996109, -0.03556036576628685, -0.047928497195243835, -0.01840696670114994, 0.08841200172901154, 0.01175445131957531, 0.019144730642437935, -0.06932932883501053, 0.01...
0.072061
# Ansible Installation The recommended way to deploy OpenClaw to production servers is via \*\*[openclaw-ansible](https://github.com/openclaw/openclaw-ansible)\*\* — an automated installer with security-first architecture. ## Quick Start One-command install: ```bash curl -fsSL https://raw.githubusercontent.com/openclaw...
https://github.com/openclaw/openclaw/blob/main//docs/install/ansible.md
main
opebclaw
[ 0.0182209312915802, -0.002483523916453123, -0.06422659009695053, -0.01732887513935566, 0.02607724256813526, -0.07862759381532669, -0.09426642954349518, -0.03700386360287666, 0.002899029292166233, 0.03969745337963104, 0.05197698250412941, -0.026349835097789764, 0.0166067685931921, 0.0000209...
0.000392
first - SSH access (port 22) is always allowed - The gateway is \*\*only\*\* accessible via Tailscale by design ### Service won't start ```bash # Check logs sudo journalctl -u openclaw -n 100 # Verify permissions sudo ls -la /opt/openclaw # Test manual start sudo -i -u openclaw cd ~/openclaw pnpm start ``` ### Docker s...
https://github.com/openclaw/openclaw/blob/main//docs/install/ansible.md
main
opebclaw
[ 0.08328699320554733, 0.0014883567346259952, -0.0014222789322957397, -0.01749860867857933, 0.06278568506240845, -0.048589080572128296, -0.08210697770118713, -0.028500838205218315, -0.030198073014616966, 0.006616080645471811, 0.05969267338514328, -0.01640724390745163, 0.010719863697886467, 0...
-0.031777
# Docker (optional) 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’re running on your own mach...
https://github.com/openclaw/openclaw/blob/main//docs/install/docker.md
main
opebclaw
[ 0.04803464189171791, 0.031971950083971024, -0.02301861345767975, 0.003212617477402091, 0.04898587986826897, -0.0838855430483818, -0.04147990420460701, -0.019390208646655083, 0.002575789112597704, -0.008940475061535835, -0.011762051843106747, -0.10284622013568878, 0.041377440094947815, -0.0...
-0.00505
Install extra apt packages (optional) If you need system packages inside the image (for example, build tools or media libraries), set `OPENCLAW\_DOCKER\_APT\_PACKAGES` before running `docker-setup.sh`. This installs the packages during the image build, so they persist even if the container is deleted. Example: ```bash ...
https://github.com/openclaw/openclaw/blob/main//docs/install/docker.md
main
opebclaw
[ -0.008429916575551033, 0.06554553657770157, 0.016227025538682938, 0.022020967677235603, 0.10882167518138885, -0.07086116075515747, -0.041984133422374725, -0.013110453262925148, 0.015646319836378098, -0.011340166442096233, -0.017475033178925514, -0.058369386941194534, -0.00101888133212924, ...
-0.033375
container is the source of truth for sessions (`~/.openclaw/agents//sessions/`). ## Agent Sandbox (host gateway + Docker tools) Deep dive: [Sandboxing](/gateway/sandboxing) ### What it does When `agents.defaults.sandbox` is enabled, \*\*non-main sessions\*\* run tools inside a Docker container. The gateway stays on you...
https://github.com/openclaw/openclaw/blob/main//docs/install/docker.md
main
opebclaw
[ 0.030731042847037315, 0.01678111031651497, -0.06490319967269897, 0.02073817141354084, 0.056651994585990906, -0.03597119450569153, 0.020132139325141907, -0.044609203934669495, 0.026056766510009766, 0.0108891436830163, -0.009528039954602718, -0.005300687626004219, 0.02129977196455002, -0.009...
0.112115
common build tooling (Node, Go, Rust, etc.), build the common image: ```bash scripts/sandbox-common-setup.sh ``` This builds `openclaw-sandbox-common:bookworm-slim`. To use it: ```json5 { agents: { defaults: { sandbox: { docker: { image: "openclaw-sandbox-common:bookworm-slim" } }, }, }, } ``` ### Sandbox browser image...
https://github.com/openclaw/openclaw/blob/main//docs/install/docker.md
main
opebclaw
[ 0.0022285371087491512, 0.044871143996715546, -0.025770816951990128, -0.005479938816279173, 0.07977362722158432, -0.06721741706132889, -0.11226247996091843, 0.019504427909851074, -0.054240886121988297, -0.06079196557402611, 0.022182079032063484, -0.08978892862796783, 0.024333734065294266, 0...
0.041638
# Migrating OpenClaw to a new machine This guide migrates a OpenClaw Gateway from one machine to another \*\*without redoing onboarding\*\*. The migration is simple conceptually: - Copy the \*\*state directory\*\* (`$OPENCLAW\_STATE\_DIR`, default: `~/.openclaw/`) — this includes config, auth, sessions, and channel sta...
https://github.com/openclaw/openclaw/blob/main//docs/install/migrating.md
main
opebclaw
[ 0.012789330445230007, -0.07990569621324539, -0.07290059328079224, 0.014548517763614655, 0.03703133016824722, -0.06115041673183441, -0.0213494710624218, -0.027955003082752228, -0.07363596558570862, -0.024930614978075027, 0.04202074185013771, -0.026729876175522804, 0.048047199845314026, -0.0...
0.01964
- `$OPENCLAW\_STATE\_DIR/credentials/` - `$OPENCLAW\_STATE\_DIR/agents//...` Always migrate the entire `$OPENCLAW\_STATE\_DIR` folder. ### Footgun: permissions / ownership If you copied as root or changed users, the gateway may fail to read credentials/sessions. Fix: ensure the state dir + workspace are owned by the us...
https://github.com/openclaw/openclaw/blob/main//docs/install/migrating.md
main
opebclaw
[ -0.05544332042336464, -0.03541995957493782, -0.062255870550870895, 0.019191596657037735, 0.03868182376027107, -0.050637636333703995, -0.000935910502448678, -0.01642860844731331, 0.024689463898539543, 0.01546146534383297, 0.08202344924211502, -0.03296526148915291, 0.04460969194769859, 0.018...
0.028826
# Formal Verification (Security Models) 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 (authori...
https://github.com/openclaw/openclaw/blob/main//docs/security/formal-verification.md
main
opebclaw
[ -0.16932441294193268, 0.04791184142231941, -0.059747591614723206, 0.05606735870242119, 0.061204954981803894, -0.040144238620996475, 0.030112866312265396, 0.009816251695156097, -0.006992725655436516, 0.048885900527238846, -0.005077486392110586, -0.047748129814863205, 0.05083806440234184, 0....
0.15956
`make pairing-refresh` - `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 sho...
https://github.com/openclaw/openclaw/blob/main//docs/security/formal-verification.md
main
opebclaw
[ -0.07720604538917542, -0.03144066408276558, 0.0428042858839035, 0.04927466809749603, 0.03971710428595543, -0.022040003910660744, 0.04703069478273392, -0.017408231273293495, 0.03183220326900482, 0.020588520914316177, 0.07097671926021576, -0.058085184544324875, 0.008594868704676628, -0.06984...
0.106575
# Image & Media Support — 2025-12-05 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...
https://github.com/openclaw/openclaw/blob/main//docs/nodes/images.md
main
opebclaw
[ -0.013548489660024643, -0.011462226510047913, 0.05842042714357376, -0.03654424846172333, 0.10612328350543976, -0.07961173355579376, -0.023779597133398056, -0.002274664118885994, 0.04086361080408096, 0.0546758808195591, 0.02590910904109478, -0.048970550298690796, 0.0313551127910614, 0.13833...
0.001668
# Camera capture (agent) 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 \*\*...
https://github.com/openclaw/openclaw/blob/main//docs/nodes/camera.md
main
opebclaw
[ -0.01817391999065876, -0.0031540472991764545, -0.021768907085061073, -0.05240272358059883, 0.09736499935388565, -0.04590609669685364, -0.04226541146636009, -0.02529667504131794, 0.037127792835235596, -0.03282056748867035, 0.029955053701996803, -0.09497477114200592, 0.007797740865498781, 0....
0.035785
openclaw nodes camera snap --node --delay-ms 2000 openclaw nodes camera snap --node --device-id openclaw nodes camera clip --node --duration 10s # prints MEDIA: openclaw nodes camera clip --node --duration-ms 3000 # prints MEDIA: (legacy flag) openclaw nodes camera clip --node --device-id openclaw nodes camera clip --n...
https://github.com/openclaw/openclaw/blob/main//docs/nodes/camera.md
main
opebclaw
[ -0.02893754281103611, -0.013260300271213055, -0.015595242381095886, -0.030932625755667686, 0.10456803441047668, -0.11060779541730881, -0.053314726799726486, -0.027252091094851494, 0.0003929771191906184, -0.005492422264069319, 0.08169692754745483, -0.054871995002031326, -0.03989511355757713, ...
0.047413
# Location command (nodes) ## TL;DR - `location.get` is a node command (via `node.invoke`). - Off by default. - Settings use a selector: Off / While Using / Always. - 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 stil...
https://github.com/openclaw/openclaw/blob/main//docs/nodes/location-command.md
main
opebclaw
[ 0.0017758336616680026, 0.022992737591266632, 0.030467895790934563, -0.023815440014004707, 0.0474730059504509, -0.06156577169895172, 0.008416837081313133, 0.014611483551561832, -0.01590288244187832, 0.0075998855754733086, 0.034203968942165375, -0.029532553628087044, 0.027102338150143623, -0...
0.040102
# Audio / Voice Notes — 2026-01-17 ## 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 eligi...
https://github.com/openclaw/openclaw/blob/main//docs/nodes/audio.md
main
opebclaw
[ -0.051172588020563126, -0.10053499788045883, 0.010068290866911411, -0.033214278519153595, 0.01616477407515049, -0.033568210899829865, -0.06031237542629242, -0.051341380923986435, -0.008613783866167068, -0.053769808262586594, 0.028664197772741318, -0.06257861852645874, -0.06156190484762192, ...
0.10996
# Talk Mode Talk mode is a continuous voice conversation loop: 1. Listen for speech 2. Send transcript to the model (main session, chat.send) 3. Wait for the response 4. Speak it via ElevenLabs (streaming playback) ## Behavior (macOS) - \*\*Always-on overlay\*\* while Talk mode is enabled. - \*\*Listening → Thinking → ...
https://github.com/openclaw/openclaw/blob/main//docs/nodes/talk.md
main
opebclaw
[ -0.10376711189746857, -0.06301382184028625, 0.03811930865049362, -0.029814468696713448, -0.005224213469773531, -0.04803598299622536, 0.08139262348413467, -0.03888880833983421, 0.01898139901459217, -0.06625205278396606, 0.0028875633142888546, -0.007389344274997711, -0.07947024703025818, 0.0...
0.156431
# Voice Wake (Global Wake Words) 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. - Each device still keeps its own \*\*...
https://github.com/openclaw/openclaw/blob/main//docs/nodes/voicewake.md
main
opebclaw
[ -0.039588358253240585, -0.0007161643588915467, -0.010111669078469276, 0.04098718613386154, -0.007082563824951649, -0.04889209568500519, 0.007707606535404921, -0.06881005316972733, 0.07000987976789474, -0.0584976002573967, -0.03135949745774269, -0.02235225960612297, 0.02251366525888443, -0....
0.066735
# Nodes 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.\*`, `system.\*`) via `node.invoke`. Protocol details: [Gateway protocol](/gateway/protocol). Leg...
https://github.com/openclaw/openclaw/blob/main//docs/nodes/index.md
main
opebclaw
[ -0.05354846268892288, 0.022823521867394447, 0.001271652290597558, -0.0094020776450634, 0.014117425307631493, -0.08867969363927841, 0.013406744226813316, -0.015633177012205124, 0.04106898605823517, 0.04793519154191017, 0.035720810294151306, -0.007752072066068649, 0.04412161931395531, 0.0112...
0.186038
`host=node` runs on the node host (subject to the node allowlist/approvals). Related: - [Node host CLI](/cli/node) - [Exec tool](/tools/exec) - [Exec approvals](/tools/exec-approvals) ## Invoking commands Low-level (raw RPC): ```bash openclaw nodes invoke --node --command canvas.eval --params '{"javaScript":"location.h...
https://github.com/openclaw/openclaw/blob/main//docs/nodes/index.md
main
opebclaw
[ -0.040597762912511826, 0.01919928751885891, -0.04336981102824211, 0.009629569016397, 0.10585490614175797, -0.09474817663431168, -0.018679024651646614, 0.0029278702568262815, 0.001119487569667399, -0.0038674119859933853, 0.031660981476306915, -0.028643621131777763, 0.027250057086348534, 0.0...
0.135586
notification permission state on the macOS app. - `system.run` supports `--cwd`, `--env KEY=VAL`, `--command-timeout`, and `--needs-screen-recording`. - `system.notify` supports `--priority ` and `--delivery `. - macOS nodes drop `PATH` overrides; headless node hosts only accept `PATH` when it prepends the node host PA...
https://github.com/openclaw/openclaw/blob/main//docs/nodes/index.md
main
opebclaw
[ 0.026076804846525192, 0.027230719104409218, -0.04466302692890167, 0.017002085223793983, 0.11847054213285446, -0.11958472430706024, 0.013146508485078812, -0.014280053786933422, 0.01919858157634735, 0.03685765713453293, 0.034224361181259155, -0.026477478444576263, 0.023942474275827408, 0.045...
0.132309
# Media Understanding (Inbound) — 2026-01-17 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...
https://github.com/openclaw/openclaw/blob/main//docs/nodes/media-understanding.md
main
opebclaw
[ -0.012207893654704094, -0.0833781436085701, 0.001102064154110849, 0.014058738946914673, 0.09657713770866394, -0.06552339345216751, -0.06606169790029526, -0.011619143187999725, 0.07344844937324524, -0.02300981432199478, 0.007059450261294842, 0.016574271023273468, -0.0001796479191398248, 0.0...
0.022292
`sherpa-onnx-offline` (requires `SHERPA\_ONNX\_MODEL\_DIR` with encoder/decoder/joiner/tokens) - `whisper-cli` (`whisper-cpp`; uses `WHISPER\_CPP\_MODEL` or the bundled tiny model) - `whisper` (Python CLI; downloads models automatically) 2. \*\*Gemini CLI\*\* (`gemini`) using `read\_many\_files` 3. \*\*Provider keys\*\...
https://github.com/openclaw/openclaw/blob/main//docs/nodes/media-understanding.md
main
opebclaw
[ -0.03901542350649834, -0.10387963801622391, 0.007222057320177555, -0.04413345456123352, 0.07326270639896393, -0.025269614532589912, -0.03599574416875839, -0.06097572296857834, -0.0151349613443017, -0.07292379438877106, 0.05425696447491646, -0.03184477239847183, -0.0422641783952713, 0.04007...
0.101472
}, }, } ``` ### 4) Multi‑modal single entry (explicit capabilities) ```json5 { tools: { media: { image: { models: [ { provider: "google", model: "gemini-3-pro-preview", capabilities: ["image", "video", "audio"], }, ], }, audio: { models: [ { provider: "google", model: "gemini-3-pro-preview", capabilities: ["image", "vi...
https://github.com/openclaw/openclaw/blob/main//docs/nodes/media-understanding.md
main
opebclaw
[ -0.020647726953029633, -0.019139068201184273, 0.029051143676042557, -0.036485522985458374, 0.11020271480083466, -0.018392497673630714, -0.00566929392516613, -0.03869856148958206, 0.011784622445702553, -0.04807300493121147, 0.035585060715675354, -0.010361708700656891, -0.02394907735288143, ...
0.04782
# Voice Call (plugin) Voice calls for OpenClaw via a plugin. Supports outbound notifications and multi-turn conversations with inbound policies. Current providers: - `twilio` (Programmable Voice + Media Streams) - `telnyx` (Call Control v2) - `plivo` (Voice API + XML transfer + GetInput speech) - `mock` (dev/no network...
https://github.com/openclaw/openclaw/blob/main//docs/plugins/voice-call.md
main
opebclaw
[ -0.061170898377895355, -0.06408998370170593, -0.043885793536901474, -0.07679952681064606, -0.06675535440444946, -0.060947343707084656, -0.021665474399924278, 0.02900116890668869, 0.06133012846112251, -0.0033240888733416796, -0.027066240087151527, -0.025311792269349098, -0.02157597802579403, ...
0.114928
(no override): ```json5 { messages: { tts: { provider: "openai", openai: { voice: "alloy" }, }, }, } ``` Override to ElevenLabs just for calls (keep core default elsewhere): ```json5 { plugins: { entries: { "voice-call": { config: { tts: { provider: "elevenlabs", elevenlabs: { apiKey: "elevenlabs\_key", voiceId: "pMsXg...
https://github.com/openclaw/openclaw/blob/main//docs/plugins/voice-call.md
main
opebclaw
[ -0.0914185419678688, -0.010648779571056366, 0.02317926101386547, -0.0018480472499504685, -0.030196864157915115, -0.023343965411186218, -0.025263387709856033, -0.0013756086118519306, 0.0289742574095726, -0.08812892436981201, 0.04226655885577202, -0.04701050743460655, -0.07068140059709549, 0...
0.121796
# Plugin manifest (openclaw.plugin.json) Every plugin \*\*must\*\* ship a `openclaw.plugin.json` file in the \*\*plugin root\*\*. OpenClaw uses this manifest to validate configuration \*\*without executing plugin code\*\*. Missing or invalid manifests are treated as plugin errors and block config validation. See the fu...
https://github.com/openclaw/openclaw/blob/main//docs/plugins/manifest.md
main
opebclaw
[ -0.08147796243429184, -0.024696988984942436, -0.02491246722638607, -0.02095799706876278, -0.005777735263109207, -0.05795128270983696, -0.0500422939658165, -0.010334590449929237, -0.03214700520038605, -0.028378333896398544, 0.0415409617125988, -0.06064614653587341, -0.023502962663769722, 0....
0.050673
# Plugin agent tools OpenClaw plugins can register \*\*agent tools\*\* (JSON‑schema functions) that are exposed to the LLM during agent runs. Tools can be \*\*required\*\* (always available) or \*\*optional\*\* (opt‑in). Agent tools are configured under `tools` in the main config, or per‑agent under `agents.list[].tool...
https://github.com/openclaw/openclaw/blob/main//docs/plugins/agent-tools.md
main
opebclaw
[ -0.060856837779283524, 0.020916549488902092, -0.08072912693023682, 0.10817796736955643, -0.024419860914349556, 0.01913372613489628, -0.025324005633592606, 0.006955364719033241, 0.019403116777539253, -0.020798800513148308, -0.011270553804934025, -0.04025496914982796, -0.00019902140775229782, ...
0.099852
# Zalo Personal (plugin) Zalo Personal support for OpenClaw via a plugin, using `zca-cli` to automate a normal Zalo user account. > \*\*Warning:\*\* Unofficial automation may lead to account suspension/ban. Use at your own risk. ## Naming Channel id is `zalouser` to make it explicit this automates a \*\*personal Zalo u...
https://github.com/openclaw/openclaw/blob/main//docs/plugins/zalouser.md
main
opebclaw
[ -0.05171244218945503, 0.010079428553581238, -0.1317577362060547, 0.044081032276153564, -0.031153324991464615, -0.12551625072956085, 0.0542517825961113, 0.004598110914230347, -0.01573137193918228, 0.023661179468035698, 0.020996281877160072, -0.00323856552131474, 0.09402735531330109, 0.04540...
0.12422
# Dashboard (Control UI) The Gateway dashboard is the browser Control UI served at `/` by default (override with `gateway.controlUi.basePath`). Quick open (local Gateway): - http://127.0.0.1:18789/ (or http://localhost:18789/) Key references: - [Control UI](/web/control-ui) for usage and UI capabilities. - [Tailscale](...
https://github.com/openclaw/openclaw/blob/main//docs/web/dashboard.md
main
opebclaw
[ -0.08083789795637131, -0.03683168813586235, -0.08229577541351318, 0.024305058643221855, -0.014972308650612831, -0.039921995252370834, 0.04553647339344025, 0.0653466209769249, 0.04272417351603508, -0.02623308263719082, 0.04583542048931122, 0.013601306825876236, 0.019065648317337036, 0.00373...
0.116932
# WebChat (Gateway WebSocket UI) Status: the macOS/iOS SwiftUI chat UI talks directly to the Gateway WebSocket. ## What it is - A native chat UI for the gateway (no embedded browser and no local static server). - Uses the same sessions and routing rules as other channels. - Deterministic routing: replies always go back...
https://github.com/openclaw/openclaw/blob/main//docs/web/webchat.md
main
opebclaw
[ -0.032038647681474686, -0.09569598734378815, 0.021521976217627525, 0.012174524366855621, -0.029861167073249817, -0.07807376235723495, 0.045117128640413284, -0.022539472207427025, 0.032429348677396774, -0.013464868068695068, 0.012587248347699642, 0.02171298675239086, -0.060806792229413986, ...
0.105374
# Web (Gateway) The Gateway serves a small \*\*browser Control UI\*\* (Vite + Lit) from the same port as the Gateway WebSocket: - default: `http://:18789/` - optional prefix: set `gateway.controlUi.basePath` (e.g. `/openclaw`) Capabilities live in [Control UI](/web/control-ui). This page focuses on bind modes, security...
https://github.com/openclaw/openclaw/blob/main//docs/web/index.md
main
opebclaw
[ -0.09366974234580994, 0.035594914108514786, -0.08881273865699768, 0.047002825886011124, -0.01714714802801609, -0.05932673439383507, -0.014069942757487297, 0.011776041239500046, 0.019305754452943802, -0.0440579392015934, 0.03997354954481125, -0.007655092049390078, -0.022440453991293907, -0....
0.120225
# Control UI (browser) The Control UI is a small \*\*Vite + Lit\*\* single-page app served by the Gateway: - default: `http://:18789/` - optional prefix: set `gateway.controlUi.basePath` (e.g. `/openclaw`) It speaks \*\*directly to the Gateway WebSocket\*\* on the same port. ## Quick open (local) If the Gateway is runn...
https://github.com/openclaw/openclaw/blob/main//docs/web/control-ui.md
main
opebclaw
[ -0.07776135206222534, -0.04491820186376572, -0.0697316899895668, 0.04449273645877838, -0.031278252601623535, -0.0050142561085522175, -0.02917458303272724, 0.05951850116252899, 0.0008366333204321563, -0.04663414880633354, 0.04588472843170166, 0.010837933048605919, -0.004049497656524181, -0....
0.047489
out-of-band - `chat.abort` supports `{ sessionKey }` (no `runId`) to abort all active runs for that session ## Tailnet access (recommended) ### Integrated Tailscale Serve (preferred) Keep the Gateway on loopback and let Tailscale Serve proxy it with HTTPS: ```bash openclaw gateway --tailscale serve ``` Open: - `https:/...
https://github.com/openclaw/openclaw/blob/main//docs/web/control-ui.md
main
opebclaw
[ -0.012754125520586967, 0.03233668953180313, 0.01428428664803505, 0.026802273467183113, -0.022661160677671432, -0.1021910309791565, 0.0422232411801815, 0.004581516608595848, 0.009096359834074974, -0.004322899039834738, -0.003835848066955805, 0.018526826053857803, 0.005502877291291952, -0.01...
-0.00128
# Onboarding + Config Protocol Purpose: shared onboarding + config surfaces across CLI, macOS app, and Web UI. ## Components - Wizard engine (shared session + prompts + onboarding state). - CLI onboarding uses the same wizard flow as the UI clients. - Gateway RPC exposes wizard + config schema endpoints. - macOS onboar...
https://github.com/openclaw/openclaw/blob/main//docs/experiments/onboarding-config-protocol.md
main
opebclaw
[ -0.04382573068141937, 0.004936982877552509, -0.08511647582054138, 0.04306219890713692, 0.011068685911595821, -0.018446320667862892, 0.021507086232304573, 0.02458043210208416, -0.04651346057653427, 0.0055063096806406975, -0.006098141893744469, -0.03587520867586136, 0.02651660144329071, 0.05...
0.059927
# Workspace Memory v2 (offline): research notes Target: Clawd-style workspace (`agents.defaults.workspace`, default `~/.openclaw/workspace`) where “memory” is stored as one Markdown file per day (`memory/YYYY-MM-DD.md`) plus a small set of stable files (e.g. `memory.md`, `SOUL.md`). This doc proposes an \*\*offline-fir...
https://github.com/openclaw/openclaw/blob/main//docs/experiments/research/memory.md
main
opebclaw
[ -0.06185341253876686, 0.0022692035418003798, -0.05255093798041344, 0.09862551838159561, 0.049554262310266495, 0.05903305113315582, -0.02974734641611576, 0.06293083727359772, 0.021039307117462158, 0.018236573785543442, -0.029025640338659286, 0.1173701286315918, 0.013429427519440651, -0.0245...
0.132429
- W @Peter: Currently in Marrakech (Nov 27–Dec 1, 2025) for Andy’s birthday. - B @warelay: I fixed the Baileys WS crash by wrapping connection.update handlers in try/catch (see memory/2025-11-27.md). - O(c=0.95) @Peter: Prefers concise replies (<1500 chars) on WhatsApp; long content goes into files. ``` Minimal parsing...
https://github.com/openclaw/openclaw/blob/main//docs/experiments/research/memory.md
main
opebclaw
[ -0.08179530501365662, 0.0429006889462471, -0.005853682290762663, 0.040721479803323746, -0.01891755685210228, -0.03589259833097458, 0.05601315572857857, 0.00465929601341486, -0.021403897553682327, 0.014028261415660381, 0.011939258314669132, -0.00956259947270155, 0.05655235797166824, -0.0417...
0.034075
model for “personal assistant memory” on your machines (laptop + desktop)? - if you already have Ollama: embed with a local model; otherwise ship a small embedding model in the toolchain. ## Smallest useful pilot If you want a minimal, still-useful version: - Add `bank/` entity pages and a `## Retain` section in daily ...
https://github.com/openclaw/openclaw/blob/main//docs/experiments/research/memory.md
main
opebclaw
[ -0.016065122559666634, -0.05894550308585167, -0.10706628113985062, 0.025320222601294518, -0.014473452232778072, 0.06481859087944031, -0.03338101506233215, 0.06984344869852066, 0.006607095245271921, -0.013462316244840622, 0.02585209347307682, 0.08427520841360092, 0.03650164604187012, -0.006...
0.144306
# Cron Add Hardening & Schema Alignment ## Context Recent gateway logs show repeated `cron.add` failures with invalid parameters (missing `sessionTarget`, `wakeMode`, `payload`, and malformed `schedule`). This indicates that at least one client (likely the agent tool call path) is sending wrapped or partially specified...
https://github.com/openclaw/openclaw/blob/main//docs/experiments/plans/cron-add-hardening.md
main
opebclaw
[ -0.11478212475776672, -0.022056033834815025, -0.03549733757972717, 0.03398050367832184, -0.029303042218089104, -0.010265456512570381, 0.002230846555903554, -0.0035960536915808916, -0.02989577315747738, -0.03670124337077141, -0.01795172691345215, -0.10248205810785294, -0.00023082112602423877,...
0.086645
# Telegram Allowlist Hardening \*\*Date\*\*: 2026-01-05 \*\*Status\*\*: Complete \*\*PR\*\*: #216 ## Summary Telegram allowlists now accept `telegram:` and `tg:` prefixes case-insensitively, and tolerate accidental whitespace. This aligns inbound allowlist checks with outbound send normalization. ## What changed - Pref...
https://github.com/openclaw/openclaw/blob/main//docs/experiments/plans/group-policy-hardening.md
main
opebclaw
[ -0.08253359794616699, 0.03386475890874863, 0.07606150954961777, -0.027622994035482407, 0.021847406402230263, -0.051122602075338364, 0.04707234725356102, -0.019075527787208557, -0.005186564289033413, 0.03619340434670448, 0.04036112502217293, 0.043438661843538284, 0.014557830058038235, 0.057...
0.12465
# OpenResponses Gateway Integration Plan ## Context OpenClaw Gateway currently exposes a minimal OpenAI-compatible Chat Completions endpoint at `/v1/chat/completions` (see [OpenAI Chat Completions](/gateway/openai-http-api)). Open Responses is an open inference standard based on the OpenAI Responses API. It is designed...
https://github.com/openclaw/openclaw/blob/main//docs/experiments/plans/openresponses-gateway.md
main
opebclaw
[ -0.046309515833854675, -0.035459812730550766, -0.021298227831721306, 0.055819910019636154, 0.06874056905508041, -0.06574486196041107, -0.010706711560487747, -0.015697136521339417, 0.055139560252428055, -0.00603427505120635, -0.04847179725766182, -0.02375326119363308, -0.04588950797915459, ...
0.176254
coverage for `/v1/responses`: - Auth required - Non-stream response shape - Stream event ordering and `[DONE]` - Session routing with headers and `user` - Keep `src/gateway/openai-http.e2e.test.ts` unchanged. - Manual: curl to `/v1/responses` with `stream: true` and verify event ordering and terminal `[DONE]`. ## Doc U...
https://github.com/openclaw/openclaw/blob/main//docs/experiments/plans/openresponses-gateway.md
main
opebclaw
[ -0.08262072503566742, 0.06750497967004776, -0.00026482861721888185, 0.03739836439490318, 0.04276658967137337, -0.0822131484746933, -0.03093785047531128, -0.0030088601633906364, -0.005623192992061377, 0.05196357145905495, -0.025506775826215744, -0.017225340008735657, -0.04383961856365204, 0...
0.084662
# Model Config (Exploration) This document captures \*\*ideas\*\* for future model configuration. It is not a shipping spec. For current behavior, see: - [Models](/concepts/models) - [Model failover](/concepts/model-failover) - [OAuth + profiles](/concepts/oauth) ## Motivation Operators want: - Multiple auth profiles p...
https://github.com/openclaw/openclaw/blob/main//docs/experiments/proposals/model-config.md
main
opebclaw
[ -0.04180609807372093, -0.01123085804283619, 0.037898704409599304, 0.023535629734396935, 0.08565299212932587, -0.021004628390073776, 0.024134434759616852, 0.07551208138465881, -0.10351616889238358, -0.03062092699110508, 0.036243971437215805, -0.010718380101025105, 0.06865134090185165, 0.030...
0.00153