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 |
|---|---|---|---|---|---|
intentionally expose (for most setups: SSH + your reverse proxy ports). ### mDNS/Bonjour discovery When the bundled `bonjour` plugin is enabled, the Gateway broadcasts its presence via mDNS (`_openclaw-gw._tcp` on port 5353) for local device discovery. In full mode, this includes TXT records that may expose operational... | https://github.com/openclaw/openclaw/blob/main/docs/gateway/security/index.md | main | opebclaw | [
0.004068526905030012,
0.05039901286363602,
0.021124714985489845,
-0.06665559113025665,
-0.009162170812487602,
-0.04424567148089409,
-0.06245816871523857,
-0.013501470908522606,
0.007258316967636347,
0.025298384949564934,
0.04695470258593559,
0.01295770239084959,
-0.018656661733984947,
-0.0... | 0.065445 |
(recommended for most setups). - `gateway.auth.mode: "password"`: password auth (prefer setting via env: `OPENCLAW_GATEWAY_PASSWORD`). - `gateway.auth.mode: "trusted-proxy"`: trust an identity-aware reverse proxy to authenticate users and pass identity via headers (see [Trusted Proxy Auth](/gateway/trusted-proxy-auth))... | https://github.com/openclaw/openclaw/blob/main/docs/gateway/security/index.md | main | opebclaw | [
-0.0353073924779892,
-0.025112440809607506,
-0.035377465188503265,
-0.0011938026873394847,
-0.023554513230919838,
-0.09606097638607025,
-0.035958223044872284,
0.008353367447853088,
0.0010762956226244569,
0.012426148168742657,
0.030345013365149498,
0.021086782217025757,
0.047832783311605453,
... | -0.014875 |
host** on the browser machine and let the Gateway proxy browser actions (see [Browser tool](/tools/browser)). Treat node pairing like admin access. Recommended pattern: - Keep the Gateway and node host on the same tailnet (Tailscale). - Pair the node intentionally; disable browser proxy routing if you don't need it. Av... | https://github.com/openclaw/openclaw/blob/main/docs/gateway/security/index.md | main | opebclaw | [
-0.04843294620513916,
0.02325114607810974,
-0.06837543100118637,
0.046182893216609955,
-0.012647436000406742,
-0.06635056436061859,
-0.06313261389732361,
-0.0008952481439337134,
-0.006770310457795858,
0.012898240238428116,
0.043673381209373474,
0.03148389980196953,
0.010619526728987694,
-0... | -0.008432 |
hostnames, internal URLs). - When sharing diagnostics, prefer `openclaw status --all` (pasteable, secrets redacted) over raw logs. - Prune old session transcripts and log files if you don't need long retention. Details: [Logging](/gateway/logging) ### DMs: pairing by default ```json5 { channels: { whatsapp: { dmPolicy:... | https://github.com/openclaw/openclaw/blob/main/docs/gateway/security/index.md | main | opebclaw | [
-0.07185547798871994,
0.025774508714675903,
-0.012774500995874405,
0.04488299414515495,
0.033765148371458054,
-0.060939133167266846,
0.011997278779745102,
-0.014149081893265247,
0.03368695080280304,
0.0460154227912426,
-0.002665579319000244,
-0.007741387467831373,
-0.030363718047738075,
0.... | 0.087774 |
per agent via `agents.list[].tools.elevated`. See [Elevated mode](/tools/elevated). ### Sub-agent delegation guardrail If you allow session tools, treat delegated sub-agent runs as another boundary decision: - Deny `sessions_spawn` unless the agent truly needs delegation. - Keep `agents.defaults.subagents.allowAgents` ... | https://github.com/openclaw/openclaw/blob/main/docs/gateway/security/index.md | main | opebclaw | [
-0.005541349295526743,
0.014985551126301289,
-0.07605881989002228,
0.00924228597432375,
0.03870077431201935,
-0.05540182441473007,
0.025810960680246353,
-0.02225232683122158,
-0.05949438363313675,
-0.028855929151177406,
-0.00549646420404315,
-0.041900236159563065,
0.0445803701877594,
0.067... | 0.086748 |
workspaceAccess: "none", }, // Session tools can reveal sensitive data from transcripts. By default OpenClaw limits these tools // to the current session + spawned subagent sessions, but you can clamp further if needed. // See `tools.sessions.visibility` in the configuration reference. tools: { sessions: { visibility: ... | https://github.com/openclaw/openclaw/blob/main/docs/gateway/security/index.md | main | opebclaw | [
-0.06264505535364151,
0.04985424503684044,
-0.09697522222995758,
0.003122007939964533,
0.0694456472992897,
-0.0828298032283783,
0.04572901874780655,
0.012893829494714737,
0.053503356873989105,
0.020483577623963356,
-0.03062569722533226,
-0.03633967414498329,
-0.009428070858120918,
0.017697... | 0.182543 |
# Node + tsx "\\_\\_name is not a function" crash ## Summary Running OpenClaw via Node with `tsx` fails at startup with: ``` [openclaw] Failed to start CLI: TypeError: \_\_name is not a function at createSubsystemLogger (.../src/logging/subsystem.ts:203:25) at .../src/agents/auth-profiles/constants.ts:25:20 ``` This be... | https://github.com/openclaw/openclaw/blob/main/docs/debug/node-issue.md | main | opebclaw | [
-0.02837538532912731,
-0.05448904260993004,
0.017292432487010956,
0.019140614196658134,
0.03936849161982536,
-0.06797315925359726,
-0.006199350114911795,
0.008128700777888298,
-0.03745347633957863,
0.06658660620450974,
-0.032364003360271454,
-0.021108804270625114,
0.0039877272211015224,
0.... | 0.08033 |
For the cross-channel groups model (Discord, iMessage, Matrix, Microsoft Teams, Signal, Slack, Telegram, WhatsApp, Zalo), see [Groups](/channels/groups). This page covers the WhatsApp-specific behavior on top of that model: activation, group allowlists, per-group session keys, and pending-message context injection. Goa... | https://github.com/openclaw/openclaw/blob/main/docs/channels/group-messages.md | main | opebclaw | [
-0.01803857646882534,
-0.0852808728814125,
-0.007496464066207409,
0.04976942017674446,
0.016733985394239426,
-0.048919107764959335,
0.08848516643047333,
-0.027763111516833305,
0.06275006383657455,
0.025742903351783752,
-0.005968020763248205,
-0.04083460941910744,
0.018457883968949318,
0.06... | 0.070666 |
OpenClaw) to the group. 2. Say `@openclaw …` (or include the number). Only allowlisted senders can trigger it unless you set `groupPolicy: "open"`. 3. The agent prompt will include recent group context plus the trailing `[from: …]` marker so it can address the right person. 4. Session-level directives (`/verbose on`, `... | https://github.com/openclaw/openclaw/blob/main/docs/channels/group-messages.md | main | opebclaw | [
-0.010196682065725327,
-0.023814236745238304,
-0.05579204112291336,
0.03324072062969208,
0.028735000640153885,
-0.1157427430152893,
0.03633102402091026,
-0.06462661176919937,
-0.00523863360285759,
-0.020665070042014122,
0.04415275156497955,
-0.03959813341498375,
0.013069411739706993,
-0.00... | 0.015814 |
Feishu/Lark is an all-in-one collaboration platform where teams chat, share documents, manage calendars, and get work done together. \*\*Status:\*\* production-ready for bot DMs + group chats. WebSocket is the default mode; webhook mode is optional. --- ## Quick start Requires OpenClaw 2026.5.29 or above. Run `openclaw... | https://github.com/openclaw/openclaw/blob/main/docs/channels/feishu.md | main | opebclaw | [
-0.06751502305269241,
-0.030283184722065926,
-0.08911964297294617,
-0.009330852888524532,
-0.026790885254740715,
-0.020877571776509285,
-0.0003122866328340024,
0.02642444521188736,
0.004160607233643532,
-0.025704268366098404,
0.03249560669064522,
-0.05023840814828873,
-0.011483589187264442,
... | 0.123312 |
| | --------- | --------------------------- | | `/status` | Show bot status | | `/reset` | Reset the current session | | `/model` | Show or switch the AI model | Feishu/Lark does not support native slash-command menus, so send these as plain text messages. --- ## Troubleshooting ### Bot does not respond in group chats ... | https://github.com/openclaw/openclaw/blob/main/docs/channels/feishu.md | main | opebclaw | [
-0.0438956692814827,
-0.061384472995996475,
-0.04146534204483032,
0.06550825387239456,
0.04212719574570656,
-0.05774324759840965,
0.007550796028226614,
-0.019560154527425766,
-0.04519705846905708,
-0.022378595545887947,
0.062317728996276855,
-0.08042873442173004,
-0.012648372910916805,
0.0... | 0.114499 |
"feishu", accountId: "default", peer: { kind: "direct", id: "ou_1234567890" }, }, }, { type: "acp", agentId: "codex", match: { channel: "feishu", accountId: "default", peer: { kind: "group", id: "oc_group_chat:topic:om_topic_root" }, }, acp: { label: "codex-feishu-topic" }, }, ], } ``` #### Spawn ACP from chat In a Fei... | https://github.com/openclaw/openclaw/blob/main/docs/channels/feishu.md | main | opebclaw | [
-0.03621726483106613,
0.005514462944120169,
-0.042006414383649826,
0.030347371473908424,
0.006046957802027464,
-0.037480246275663376,
0.07559375464916229,
-0.0063628992065787315,
0.023891929537057877,
-0.0027920748107135296,
-0.014687037095427513,
-0.009913863614201546,
-0.07480474561452866,... | 0.114976 |
to auto-load | | `"per-channel-peer"` | Each (channel + user) combination gets a separate session | Public multi-user bots needing stronger isolation | **Tradeoff**: Using `"main"` enables automatic bootstrap file loading (`USER.md`, `SOUL.md`, `MEMORY.md`), but means all DMs across all channels share the same session ... | https://github.com/openclaw/openclaw/blob/main/docs/channels/feishu.md | main | opebclaw | [
-0.10626699030399323,
-0.0005843507242389023,
-0.02336975932121277,
0.016657395288348198,
-0.05675408989191055,
-0.04957513138651848,
0.02948153205215931,
0.0555674210190773,
-0.032277435064315796,
0.014692760072648525,
-0.006036729551851749,
0.046154819428920746,
0.011956121772527695,
0.0... | -0.009927 |
`~/.openclaw/agents/{agentId}/agent` | | `channels.feishu.dynamicAgentCreation.maxAgents` | Maximum number of dynamic agents to create | unlimited | | `channels.feishu.textChunkLimit` | Message chunk size | `2000` | | `channels.feishu.mediaMaxMb` | Media size limit | `30` | | `channels.feishu.streaming` | Streaming car... | https://github.com/openclaw/openclaw/blob/main/docs/channels/feishu.md | main | opebclaw | [
0.014815416187047958,
-0.04401608183979988,
-0.12233611941337585,
0.0036975413095206022,
0.008334140293300152,
-0.04903638735413551,
0.019534921273589134,
0.04144032672047615,
-0.02366762049496174,
0.01862294226884842,
-0.010288313962519169,
-0.01426346693187952,
0.02354334108531475,
0.039... | 0.150351 |
When `channels.matrix.streaming` is `"quiet"`, OpenClaw edits a single preview event in place and marks the finalized edit with a custom content flag. Matrix clients notify on the final edit only if a per-user push rule matches that flag. This page is for operators who self-host Matrix and want to install that rule for... | https://github.com/openclaw/openclaw/blob/main/docs/channels/matrix-push-rules.md | main | opebclaw | [
-0.04272523149847984,
-0.037066519260406494,
-0.052916448563337326,
0.029320046305656433,
0.023662591353058815,
-0.06632999330759048,
-0.010993706993758678,
-0.06058814749121666,
0.05152786523103714,
0.011300267651677132,
-0.016201820224523544,
0.008303030394017696,
-0.017636321485042572,
... | 0.036953 |
uses the `event\_property\_is` push-rule condition (MSC3758, push rule v1.10), which was added to Synapse in 2023. Older Synapse releases accept the `PUT pushrules/...` call but silently never match the condition — upgrade Synapse if no notification arrives on a finalized preview edit. Same flow as Synapse; no Tuwunel-... | https://github.com/openclaw/openclaw/blob/main/docs/channels/matrix-push-rules.md | main | opebclaw | [
-0.012791059911251068,
-0.14820192754268646,
0.03354790806770325,
0.016275495290756226,
0.041004933416843414,
-0.03249648958444595,
0.029091501608490944,
-0.07818665355443954,
0.025622166693210602,
-0.0318567156791687,
0.019801096990704536,
0.01763070374727249,
0.015125447884202003,
0.0100... | 0.071191 |
# Channels & routing OpenClaw routes replies \*\*back to the channel where a message came from\*\*. The model does not choose a channel; routing is deterministic and controlled by the host configuration. ## Key terms - \*\*Channel\*\*: `telegram`, `whatsapp`, `discord`, `irc`, `googlechat`, `slack`, `signal`, `imessage... | https://github.com/openclaw/openclaw/blob/main/docs/channels/channel-routing.md | main | opebclaw | [
-0.014008531346917152,
-0.11363209784030914,
-0.030724504962563515,
0.041009578853845596,
-0.042495131492614746,
-0.08441609889268875,
0.039702437818050385,
-0.0060468134470283985,
-0.01006227545440197,
-0.01385165099054575,
0.06946272403001785,
-0.048192866146564484,
0.02397414855659008,
... | 0.068787 |
fallback to `main`). When a binding includes multiple match fields (`peer`, `guildId`, `teamId`, `roles`), \*\*all provided fields must match\*\* for that binding to apply. The matched agent determines which workspace and session store are used. ## Broadcast groups (run multiple agents) Broadcast groups let you run \*\... | https://github.com/openclaw/openclaw/blob/main/docs/channels/channel-routing.md | main | opebclaw | [
-0.07926211506128311,
-0.016652164980769157,
-0.02728448435664177,
-0.009653019718825817,
-0.031509678810834885,
-0.04478737339377403,
0.030228037387132645,
-0.04993545636534691,
0.03278178349137306,
0.00991137232631445,
0.027522960677742958,
-0.027762867510318756,
0.004030551761388779,
0.... | 0.061456 |
OpenClaw normalizes shared locations from chat channels into: - terse coordinate text appended to the inbound body, and - structured fields in the auto-reply context payload. Channel-provided labels, addresses, and captions/comments are rendered into the prompt by the shared untrusted metadata JSON block, not inline in... | https://github.com/openclaw/openclaw/blob/main/docs/channels/location.md | main | opebclaw | [
-0.014441588893532753,
0.004728566389530897,
-0.011372066102921963,
0.03728914633393288,
0.05562833696603775,
-0.10736069083213806,
0.03875597193837166,
-0.07407654076814651,
0.07573729753494263,
-0.0013107158010825515,
0.02779015526175499,
-0.047262731939554214,
-0.00395723432302475,
0.09... | 0.066655 |
\*\*Status:\*\* Experimental. Added in 2026.1.9. ## Overview Broadcast Groups enable multiple agents to process and respond to the same message simultaneously. This allows you to create specialized agent teams that work together in a single WhatsApp group or DM — all using one phone number. Current scope: \*\*WhatsApp ... | https://github.com/openclaw/openclaw/blob/main/docs/channels/broadcast-groups.md | main | opebclaw | [
-0.0461016409099102,
-0.07156436145305634,
-0.04094803333282471,
-0.017401237040758133,
0.029340660199522972,
-0.07500384002923965,
0.021543454378843307,
-0.042038846760988235,
0.026975326240062714,
0.03140495717525482,
0.035416893661022186,
-0.04988313838839531,
0.022849025204777718,
0.06... | 0.1023 |
Session: agent:alfred:whatsapp:group:120363403215116621@g.us History: [user message, alfred's previous responses] Workspace: /Users/user/openclaw-alfred/ Tools: read, write, exec ``` ``` Session: agent:baerbel:whatsapp:group:120363403215116621@g.us History: [user message, baerbel's previous responses] Workspace: /Users... | https://github.com/openclaw/openclaw/blob/main/docs/channels/broadcast-groups.md | main | opebclaw | [
-0.04069837927818298,
0.06442222744226456,
-0.034626852720975876,
0.00797117967158556,
-0.010723702609539032,
-0.05616210028529167,
0.015625644475221634,
-0.01887756772339344,
0.047094978392124176,
0.014532968401908875,
0.02007688768208027,
-0.054031852632761,
-0.021055003628134727,
0.0786... | 0.039986 |
ID. Value is the array of agent IDs that should process messages. ## Limitations 1. \*\*Max agents:\*\* No hard limit, but 10+ agents may be slow. 2. \*\*Shared context:\*\* Agents don't see each other's responses (by design). 3. \*\*Message ordering:\*\* Parallel responses may arrive in any order. 4. \*\*Rate limits:\... | https://github.com/openclaw/openclaw/blob/main/docs/channels/broadcast-groups.md | main | opebclaw | [
0.007365592289716005,
0.017078200355172157,
-0.05747556686401367,
-0.04370655491948128,
0.014690661802887917,
-0.010863779112696648,
0.06774600595235825,
-0.025285737589001656,
0.030108530074357986,
0.001966565614566207,
-0.004654597956687212,
-0.0018162071937695146,
0.038645774126052856,
... | 0.159898 |
OpenClaw connects to WeChat through Tencent's external `@tencent-weixin/openclaw-weixin` channel plugin. Status: external plugin. Direct chats and media are supported. Group chats are not advertised by the current plugin capability metadata. ## Naming - \*\*WeChat\*\* is the user-facing name in these docs. - \*\*Weixin... | https://github.com/openclaw/openclaw/blob/main/docs/channels/wechat.md | main | opebclaw | [
-0.042478274554014206,
-0.06168011948466301,
-0.08928722143173218,
0.03306617587804794,
0.03034447506070137,
-0.09653714299201965,
-0.050000932067632675,
0.007785973604768515,
0.028496213257312775,
-0.03769413381814957,
0.09492041915655136,
-0.048425234854221344,
-0.015815384685993195,
0.0... | 0.122302 |
is enabled and restart: ```bash openclaw config set plugins.entries.openclaw-weixin.enabled true openclaw gateway restart ``` If the Gateway restarts repeatedly after enabling WeChat, update both OpenClaw and the plugin: ```bash npm view @tencent-weixin/openclaw-weixin version openclaw plugins install "@tencent-weixin/... | https://github.com/openclaw/openclaw/blob/main/docs/channels/wechat.md | main | opebclaw | [
-0.020769774913787842,
-0.058393266052007675,
-0.04744966700673103,
0.10101783275604248,
0.041711531579494476,
-0.037183452397584915,
-0.08620624244213104,
-0.011735308915376663,
-0.00924082100391388,
-0.03967517986893654,
0.005401411093771458,
0.042349573224782944,
-0.06527306884527206,
0... | 0.076653 |
Use this page when a channel connects but behavior is wrong. ## Command ladder Run these in order first: ```bash openclaw status openclaw gateway status openclaw logs --follow openclaw doctor openclaw channels status --probe ``` Healthy baseline: - `Runtime: running` - `Connectivity probe: ok` - `Capability: read-only`... | https://github.com/openclaw/openclaw/blob/main/docs/channels/troubleshooting.md | main | opebclaw | [
-0.00047118321526795626,
-0.08455009013414383,
-0.01003204844892025,
0.012506134808063507,
-0.040582455694675446,
-0.09574886411428452,
-0.05149242281913757,
-0.034503865987062454,
-0.03508223593235016,
0.009027013555169106,
0.02015789784491062,
0.02518182247877121,
-0.011824808083474636,
... | 0.052699 |
no guild replies | `openclaw channels status --probe` | Allow guild/channel and verify message content intent. | | Group messages ignored | Check logs for mention gating drops | Mention bot or set guild/channel `requireMention: false`. | | Typing/token usage but no Discord message | Check whether this is an ambient roo... | https://github.com/openclaw/openclaw/blob/main/docs/channels/troubleshooting.md | main | opebclaw | [
0.030556997284293175,
-0.09399531036615372,
0.016118792816996574,
0.10527818650007248,
0.05914820730686188,
-0.055089570581912994,
0.023364616557955742,
-0.05283981189131737,
-0.011659662239253521,
0.027585413306951523,
0.01881462335586548,
-0.08039114624261856,
0.00435473071411252,
0.0416... | 0.038629 |
`openclaw matrix verify status` | Re-verify the device, then check `openclaw matrix verify backup status`. | | Backup restore is pending/broken | `openclaw matrix verify backup status` | Run `openclaw matrix verify backup restore` or rerun with a recovery key. | | Cross-signing/bootstrap looks wrong | `openclaw matrix ... | https://github.com/openclaw/openclaw/blob/main/docs/channels/troubleshooting.md | main | opebclaw | [
-0.05594746023416519,
-0.023315969854593277,
-0.08692577481269836,
0.022460469976067543,
0.021937021985650063,
-0.0765875056385994,
-0.08452455699443817,
-0.048465512692928314,
-0.1071997731924057,
-0.010289792902767658,
0.08417011797428131,
0.034732233732938766,
0.020954225212335587,
0.00... | -0.031383 |
Access groups are named sender lists you define once and reference from channel allowlists with `accessGroup:`. Use them when the same people should be allowed across several message channels, or when one trusted set should apply to both DMs and group sender authorization. Access groups do not grant access by themselve... | https://github.com/openclaw/openclaw/blob/main/docs/channels/access-groups.md | main | opebclaw | [
-0.05312810838222504,
0.022083820775151253,
0.03336663544178009,
0.09091034531593323,
-0.0030684678349643946,
-0.07309617102146149,
0.07166620343923569,
-0.057255569845438004,
0.003491292940452695,
0.006969406269490719,
0.017066078260540962,
0.010312147438526154,
-0.013288050889968872,
0.0... | 0.046144 |
senders who can currently view this guild channel." OpenClaw resolves the sender through Discord at authorization time and applies Discord `ViewChannel` permission rules. Use this when a Discord channel is already the source of truth for a team, such as `#maintainers` or `#on-call`. Requirements and failure behavior: -... | https://github.com/openclaw/openclaw/blob/main/docs/channels/access-groups.md | main | opebclaw | [
-0.02589862234890461,
-0.08663559705018997,
-0.05712684988975525,
0.005722349509596825,
0.01838819310069084,
-0.045962318778038025,
0.019772354513406754,
-0.006772343534976244,
-0.0017345801461488008,
0.006416845601052046,
-0.014996282756328583,
0.0014111250638961792,
0.015434670262038708,
... | 0.0448 |
Production-ready for DMs and channels via Slack app integrations. Default mode is Socket Mode; HTTP Request URLs are also supported. Slack DMs default to pairing mode. Native command behavior and command catalog. Cross-channel diagnostics and repair playbooks. ## Choosing Socket Mode or HTTP Request URLs Both transport... | https://github.com/openclaw/openclaw/blob/main/docs/channels/slack.md | main | opebclaw | [
-0.006670420523732901,
-0.12794949114322662,
-0.009816067293286324,
-0.03345256671309471,
-0.10997003316879272,
-0.042014144361019135,
-0.06455478072166443,
0.027610432356595993,
-0.03157339617609978,
0.10601893812417984,
-0.006215383298695087,
0.005235860124230385,
-0.049391914159059525,
... | 0.11619 |
"commands", "emoji:read", "files:read", "files:write", "groups:history", "groups:read", "im:history", "im:read", "im:write", "mpim:history", "mpim:read", "mpim:write", "pins:read", "pins:write", "reactions:read", "reactions:write", "usergroups:read", "users:read" ] } }, "settings": { "socket\_mode\_enabled": true, "eve... | https://github.com/openclaw/openclaw/blob/main/docs/channels/slack.md | main | opebclaw | [
-0.05405247211456299,
-0.060659170150756836,
-0.05687050521373749,
0.0634121224284172,
-0.01779336668550968,
0.011316862888634205,
0.08550470322370529,
-0.017833445221185684,
0.041513752192258835,
0.035881657153367996,
0.05813947319984436,
-0.03414594382047653,
0.03344956412911415,
0.04486... | 0.187458 |
] }, "interactivity": { "is\_enabled": true, "request\_url": "https://gateway-host.example.com/slack/events", "message\_menu\_options\_url": "https://gateway-host.example.com/slack/events" } } } ``` ```json Minimal { "display\_information": { "name": "OpenClaw", "description": "Slack connector for OpenClaw" }, "feature... | https://github.com/openclaw/openclaw/blob/main/docs/channels/slack.md | main | opebclaw | [
-0.004520695190876722,
0.00830572098493576,
0.005541025660932064,
0.06996133178472519,
-0.017504503950476646,
-0.02427605539560318,
0.018873661756515503,
0.021752480417490005,
-0.0070950849913060665,
-0.01356135867536068,
0.0266944020986557,
-0.08584941178560257,
-0.0032355303410440683,
0.... | 0.088905 |
later recoverable disconnects start a fresh retry cycle. Non-recoverable Slack auth errors such as `invalid\_auth`, revoked tokens, or missing scopes fail fast instead of retrying forever. ## Manifest and scope checklist The base Slack app manifest is the same for Socket Mode and HTTP Request URLs. Only the `settings` ... | https://github.com/openclaw/openclaw/blob/main/docs/channels/slack.md | main | opebclaw | [
-0.050226811319589615,
-0.05889485403895378,
0.02021241933107376,
0.06404124945402145,
0.0050164940766990185,
-0.04229797422885895,
-0.024414291605353355,
-0.0019663542043417692,
-0.03804157301783562,
0.0034944263752549887,
0.024441424757242203,
-0.000020074205167475156,
0.011663878336548805... | 0.075103 |
"usage\_hint": "[on|off|ask|full]" }, { "command": "/exec", "description": "Show or set exec defaults", "usage\_hint": "host= security= ask= node=" }, { "command": "/approve", "description": "Approve or deny pending approval requests", "usage\_hint": " " }, { "command": "/model", "description": "Show or set the model",... | https://github.com/openclaw/openclaw/blob/main/docs/channels/slack.md | main | opebclaw | [
-0.04936734586954117,
0.030886109918355942,
-0.0016999364597722888,
0.07065083831548691,
0.034333135932683945,
-0.028150351718068123,
0.019864801317453384,
0.03614572808146477,
-0.01856408268213272,
0.00261769094504416,
0.02770661748945713,
-0.07506929337978363,
0.01524832658469677,
0.0097... | 0.116455 |
`delete`, `pin`, `unpin`, `list-pins`, `member-info`, and `emoji-list`. `download-file` accepts Slack file IDs shown in inbound file placeholders and returns image previews for images or local file metadata for other file types. ## Access control and routing `channels.slack.dmPolicy` controls DM access. `channels.slack... | https://github.com/openclaw/openclaw/blob/main/docs/channels/slack.md | main | opebclaw | [
-0.013123189099133015,
-0.08184763789176941,
-0.043997872620821,
-0.013704409822821617,
0.03369712829589844,
-0.02376800961792469,
0.0253558699041605,
0.04662536084651947,
-0.06339425593614578,
0.08447174727916718,
0.06072453409433365,
0.027774212881922722,
0.016317158937454224,
0.04818331... | 0.073097 |
`groups:read` for private channels). If the member lookup fails, OpenClaw drops the bot-authored room message. Accepted bot-authored Slack messages use shared [bot loop protection](/channels/bot-loop-protection). Configure `channels.defaults.botLoopProtection` for the default budget, then override with `channels.slack.... | https://github.com/openclaw/openclaw/blob/main/docs/channels/slack.md | main | opebclaw | [
-0.019738296046853065,
-0.08880391716957092,
-0.049096278846263885,
0.05921097472310066,
0.010268931277096272,
-0.046595312654972076,
0.016515329480171204,
0.010819263756275177,
-0.01936674490571022,
0.04977048933506012,
0.0183648020029068,
0.008259240537881851,
0.019804926589131355,
0.019... | 0.055592 |
every group message (no DMs). - `"group-mentions"` (default): react in groups, but only when the bot is mentioned (or in group mentionables that opted in). \*\*DMs are excluded.\*\* - `"off"` / `"none"`: never react. The default scope (`"group-mentions"`) does not fire ack reactions in direct messages. To see the confi... | https://github.com/openclaw/openclaw/blob/main/docs/channels/slack.md | main | opebclaw | [
-0.04259127378463745,
-0.056010909378528595,
0.03523509204387665,
0.0872674286365509,
0.06651809811592102,
-0.011831014417111874,
0.023696329444646835,
-0.015102787874639034,
0.054173629730939865,
0.04341244325041771,
0.013255813159048557,
-0.05205659568309784,
-0.025627072900533676,
0.043... | 0.079945 |
`channels.slack.typingReaction` Notes: - Slack expects shortcodes (for example `"hourglass\_flowing\_sand"`). - The reaction is best-effort and cleanup is attempted automatically after the reply or failure path completes. ## Media, chunking, and delivery Slack file attachments are downloaded from Slack-hosted private U... | https://github.com/openclaw/openclaw/blob/main/docs/channels/slack.md | main | opebclaw | [
-0.01041257195174694,
-0.05150456726551056,
0.006814426276832819,
0.029185760766267776,
0.04705067351460457,
-0.09146004170179367,
-0.045299310237169266,
0.034504324197769165,
0.012342340312898159,
0.06576477736234665,
0.012396376579999924,
0.04832044988870621,
-0.038587380200624466,
0.008... | 0.089843 |
Kit directives into their own button systems. - The interactive callback values are OpenClaw-generated opaque tokens, not raw agent-authored values. - If generated interactive blocks would exceed Slack Block Kit limits, OpenClaw falls back to the original text reply instead of sending an invalid blocks payload. ### Plu... | https://github.com/openclaw/openclaw/blob/main/docs/channels/slack.md | main | opebclaw | [
-0.11252808570861816,
-0.05840692296624184,
-0.06341025978326797,
0.10003732889890671,
0.007581254933029413,
-0.03156016394495964,
-0.027293961495161057,
0.03096853941679001,
-0.03176763653755188,
0.006533693987876177,
0.027758507058024406,
-0.03924119845032692,
0.013415064662694931,
0.011... | 0.07784 |
}, }, }, } ``` Shared `approvals.exec` forwarding is separate. Use it only when exec approval prompts must also route to other chats or explicit out-of-band targets. Shared `approvals.plugin` forwarding is also separate; Slack native delivery suppresses that fallback only when Slack can handle the plugin approval reque... | https://github.com/openclaw/openclaw/blob/main/docs/channels/slack.md | main | opebclaw | [
-0.020661579445004463,
-0.11726139485836029,
0.015318160876631737,
0.014483925886452198,
0.03402950242161751,
0.0006421840516850352,
0.03271372243762016,
-0.008852701634168625,
0.05974068120121956,
0.07398431748151779,
0.018660932779312134,
-0.016174674034118652,
-0.019444551318883896,
0.0... | 0.174935 |
Socket Mode enablement in Slack app settings. The App-Level Token needs `connections:write`, and the Bot User OAuth Token bot token must belong to the same Slack app/workspace as the app token. If `openclaw channels status --probe --json` shows `botTokenStatus` or `appTokenStatus: "configured\_unavailable"`, the Slack ... | https://github.com/openclaw/openclaw/blob/main/docs/channels/slack.md | main | opebclaw | [
-0.07646574825048447,
-0.08030974864959717,
-0.011713544838130474,
0.03804933279752731,
-0.014524844475090504,
-0.06909835338592529,
-0.04051320254802704,
0.029165631160140038,
-0.004180977586656809,
0.05781048536300659,
0.03580997511744499,
-0.048489004373550415,
0.02659442089498043,
0.05... | 0.050009 |
the file from Slack's private URL using the bot token. 2. The file is written to the media store on success. 3. Downloaded media paths and content types are added to the inbound context. 4. Image-capable model/tool paths can use image attachments from that context. 5. Non-image files remain available as file metadata o... | https://github.com/openclaw/openclaw/blob/main/docs/channels/slack.md | main | opebclaw | [
-0.02363044023513794,
-0.05891019105911255,
0.019118040800094604,
0.025402842089533806,
0.09014268964529037,
-0.05566876754164696,
-0.019465258345007896,
0.09029889851808548,
0.056525345891714096,
0.06556054949760437,
0.07234770059585571,
0.08186191320419312,
0.010337833315134048,
0.051482... | 0.13663 |
ClickClack connects OpenClaw to a self-hosted ClickClack workspace through first-class ClickClack bot tokens. Use this when you want an OpenClaw agent to appear as a ClickClack bot user. ClickClack supports independent service bots and user-owned bots; user-owned bots keep an `owner\_user\_id` and receive only the toke... | https://github.com/openclaw/openclaw/blob/main/docs/channels/clickclack.md | main | opebclaw | [
-0.09092644602060318,
-0.004525476135313511,
-0.09960795193910599,
0.04503253847360611,
0.010934406891465187,
-0.1567908674478531,
-0.016024788841605186,
-0.0392494723200798,
-0.018310895189642906,
-0.05794117972254753,
-0.002086399123072624,
-0.03025829792022705,
0.034015923738479614,
0.0... | 0.018865 |
OpenClaw can receive and send SMS through a Twilio phone number or Messaging Service. The Gateway registers an inbound webhook route, validates Twilio request signatures by default, and sends replies back through Twilio's Messages API. Default DM policy for SMS is pairing. Review webhook exposure and sender access cont... | https://github.com/openclaw/openclaw/blob/main/docs/channels/sms.md | main | opebclaw | [
-0.030517851933836937,
0.0008602236048318446,
-0.045193661004304886,
-0.0431179404258728,
-0.0705161914229393,
-0.046786416321992874,
-0.059688761830329895,
0.0635991245508194,
0.06138318404555321,
0.009283225052058697,
-0.0030144923366606236,
-0.02331605926156044,
0.034729406237602234,
-0... | 0.096382 |
}, } ``` The referenced environment variable or secret provider must be visible to the Gateway runtime. Restart managed Gateway processes after changing host environment variables. ### Allowlist-only private number Use `allowlist` when only known phone numbers should be able to talk to the agent: ```json5 { channels: {... | https://github.com/openclaw/openclaw/blob/main/docs/channels/sms.md | main | opebclaw | [
-0.021859334781765938,
0.00869932770729065,
-0.01433530542999506,
-0.0034737566020339727,
-0.030770614743232727,
-0.034566331654787064,
-0.0026845468673855066,
-0.02268691547214985,
0.027204401791095734,
0.0656215101480484,
-0.034248437732458115,
-0.036699410527944565,
0.03195049241185188,
... | 0.054037 |
string. For local tunnel testing only, you can set: ```json5 { channels: { sms: { dangerouslyDisableSignatureValidation: true, }, }, } ``` Do not use disabled signature validation on a public Gateway. ## Multi-account config Use `accounts` when you operate more than one Twilio number: ```json5 { channels: { sms: { acco... | https://github.com/openclaw/openclaw/blob/main/docs/channels/sms.md | main | opebclaw | [
0.0012879970017820597,
0.028809819370508194,
0.010029503144323826,
-0.05266551673412323,
-0.0388018861413002,
-0.04384728893637657,
-0.0264065470546484,
-0.02664644829928875,
0.00001083273582480615,
0.008239966817200184,
-0.039212558418512344,
-0.07540607452392578,
0.05291896313428879,
0.0... | 0.00168 |
Twitch chat support via IRC connection. OpenClaw connects as a Twitch user (bot account) to receive and send messages in channels. ## Bundled plugin Twitch ships as a bundled plugin in current OpenClaw releases, so normal packaged builds do not need a separate install. If you are on an older build or a custom install t... | https://github.com/openclaw/openclaw/blob/main/docs/channels/twitch.md | main | opebclaw | [
-0.045366283506155014,
-0.10923273116350174,
-0.011128594167530537,
0.03144870325922966,
0.028447913005948067,
-0.047312088310718536,
0.005337628535926342,
-0.024548249319195747,
0.020235279574990273,
0.028677519410848618,
0.0006609007250517607,
-0.05844239145517349,
-0.08173142373561859,
... | 0.045516 |
{ channels: { twitch: { accounts: { channel1: { username: "openclaw", accessToken: "oauth:abc123...", clientId: "xyz789...", channel: "vevisk", }, channel2: { username: "openclaw", accessToken: "oauth:def456...", clientId: "uvw012...", channel: "secondchannel", }, }, }, }, } ``` Each account needs its own token (one to... | https://github.com/openclaw/openclaw/blob/main/docs/channels/twitch.md | main | opebclaw | [
-0.031321924179792404,
0.013967080973088741,
0.003949014935642481,
0.02474874071776867,
-0.004975737072527409,
-0.03569493442773819,
0.033646926283836365,
-0.031057819724082947,
-0.010165690444409847,
0.005598248448222876,
-0.037316109985113144,
-0.04049962759017944,
-0.00405241921544075,
... | -0.009776 |
word boundaries). - Markdown is stripped before chunking. - No rate limiting (uses Twitch's built-in rate limits). ## Related - [Channel Routing](/channels/channel-routing) — session routing for messages - [Channels Overview](/channels) — all supported channels - [Groups](/channels/groups) — group chat behavior and men... | https://github.com/openclaw/openclaw/blob/main/docs/channels/twitch.md | main | opebclaw | [
-0.031238390132784843,
-0.012051555328071117,
0.005311129614710808,
-0.05711038410663605,
0.008501187898218632,
0.00981657300144434,
0.05138047784566879,
-0.04991671442985535,
0.038893017917871475,
0.022747568786144257,
0.011253037489950657,
0.054906900972127914,
-0.061541151255369186,
0.0... | 0.093707 |
Ambient room events let OpenClaw process unmentioned group or channel chatter as quiet context. The agent can update memory and session state, but the room stays silent unless the agent explicitly calls the `message` tool. For always-on group chats, this is the recommended mode: combine `messages.groupChat.unmentionedI... | https://github.com/openclaw/openclaw/blob/main/docs/channels/ambient-room-events.md | main | opebclaw | [
-0.018247168511152267,
-0.059618476778268814,
0.013607440516352654,
0.11205393821001053,
0.012185719795525074,
-0.08780661970376968,
0.06382329016923904,
-0.0844397246837616,
0.05658169835805893,
-0.030348552390933037,
0.015243646688759327,
-0.03586466610431671,
-0.029530299827456474,
0.05... | 0.0928 |
you want final assistant text to post visibly without requiring an explicit message-tool call. For ambient always-on rooms, `messages.groupChat.visibleReplies: "message\_tool"` is still recommended, especially with latest-generation, tool-reliable models such as GPT 5.5. It lets the agent decide when to speak by callin... | https://github.com/openclaw/openclaw/blob/main/docs/channels/ambient-room-events.md | main | opebclaw | [
-0.012479476630687714,
-0.037142835557460785,
0.016763078048825264,
0.1083645299077034,
0.036292798817157745,
-0.06212371587753296,
0.028161820024251938,
-0.03775503486394882,
0.05851751193404198,
-0.036424677819013596,
0.040263429284095764,
-0.06132321059703827,
0.008584734052419662,
0.04... | 0.055508 |
Tlon is a decentralized messenger built on Urbit. OpenClaw connects to your Urbit ship and can respond to DMs and group chat messages. Group replies require an @ mention by default and can be further restricted via allowlists. Status: bundled plugin. DMs, group mentions, thread replies, rich text formatting, and image ... | https://github.com/openclaw/openclaw/blob/main/docs/channels/tlon.md | main | opebclaw | [
-0.04559754580259323,
-0.01903972402215004,
-0.025439979508519173,
-0.00361124356277287,
0.0004444893274921924,
-0.11647877842187881,
-0.03950442746281624,
0.012777352705597878,
0.017406700178980827,
0.03394908457994461,
0.03854615241289139,
-0.025851629674434662,
-0.04269310086965561,
0.0... | 0.136701 |
``` `autoAcceptGroupInvites` fails closed when `groupInviteAllowlist` is empty. Set the allowlist to the ships whose group invites should be accepted automatically. ## Delivery targets (CLI/cron) Use these with `openclaw message send` or cron delivery: - DM: `~sampel-palnet` or `dm/~sampel-palnet` - Group: `chat/~host-... | https://github.com/openclaw/openclaw/blob/main/docs/channels/tlon.md | main | opebclaw | [
-0.09073753654956818,
-0.0436323843896389,
-0.02556762285530567,
0.04581565037369728,
-0.011965501122176647,
-0.05271989479660988,
0.042811572551727295,
-0.05182277783751488,
-0.07071150094270706,
0.04798007011413574,
0.07466674596071243,
-0.07828729599714279,
-0.029697097837924957,
0.0898... | 0.092472 |
Status: text + DM attachments are supported; channel/group file sending requires `sharePointSiteId` + Graph permissions (see [Sending files in group chats](#sending-files-in-group-chats)). Polls are sent via Adaptive Cards. Message actions expose explicit `upload-file` for file-first sends. ## Bundled plugin Microsoft ... | https://github.com/openclaw/openclaw/blob/main/docs/channels/msteams.md | main | opebclaw | [
-0.005171956494450569,
-0.057615164667367935,
-0.061149973422288895,
0.053245071321725845,
0.04134901612997055,
-0.030235949903726578,
-0.0464959517121315,
-0.04053381830453873,
0.005525025073438883,
0.050504207611083984,
0.05589025467634201,
-0.006671739276498556,
-0.035869721323251724,
0... | 0.086217 |
with: ```json5 { channels: { msteams: { configWrites: false } }, } ``` ## Access control (DMs + groups) \*\*DM access\*\* - Default: `channels.msteams.dmPolicy = "pairing"`. Unknown senders are ignored until approved. - `channels.msteams.allowFrom` should use stable AAD object IDs or static sender access groups such as... | https://github.com/openclaw/openclaw/blob/main/docs/channels/msteams.md | main | opebclaw | [
-0.0852048471570015,
-0.0008882777765393257,
-0.07850591093301773,
0.054315097630023956,
-0.0025965825188905,
-0.06682755053043365,
-0.03847561031579971,
-0.08412693440914154,
-0.03890892118215561,
0.045370567589998245,
0.019100705161690712,
-0.018480386584997177,
0.0009423661977052689,
0.... | 0.005323 |
→ copy the \*\*Value\*\* → this is your `appPassword` 5. Go to \*\*Overview\*\* → copy \*\*Directory (tenant) ID\*\* → this is your `tenantId` ### Step 3: Configure Messaging Endpoint 1. In Azure Bot → \*\*Configuration\*\* 2. Set \*\*Messaging endpoint\*\* to your webhook URL: - Production: `https://your-domain.com/ap... | https://github.com/openclaw/openclaw/blob/main/docs/channels/msteams.md | main | opebclaw | [
-0.014400837011635303,
-0.00042782712262123823,
-0.07685232907533646,
0.004341623280197382,
-0.01964358240365982,
-0.033340781927108765,
-0.040359966456890106,
-0.04744594916701317,
0.040689725428819656,
0.11070498824119568,
0.01716914400458336,
-0.10302695631980896,
0.07680666446685791,
0... | 0.040979 |
3. \*\*Annotate the Kubernetes service account\*\* with the app client ID: ```yaml apiVersion: v1 kind: ServiceAccount metadata: name: my-bot-sa annotations: azure.workload.identity/client-id: "" ``` 4. \*\*Label the pod\*\* for workload identity injection: ```yaml metadata: labels: azure.workload.identity/use: "true" ... | https://github.com/openclaw/openclaw/blob/main/docs/channels/msteams.md | main | opebclaw | [
-0.0016780688893049955,
0.05836482346057892,
0.03925560042262077,
-0.032238688319921494,
-0.05559554323554039,
-0.0014313487336039543,
0.05326589196920395,
-0.04201990365982056,
0.12175547331571579,
0.13731229305267334,
-0.0155699597671628,
-0.05664253979921341,
0.03961315006017685,
0.0340... | 0.104854 |
`TeamSettings.Read.Group` (Application) \*\*For group chats:\*\* - `ChatMessage.Read.Chat` (Application) - receive all group chat messages without @mention To add RSC permissions via the Teams CLI: ```bash teams app rsc add ChannelMessage.Read.Group --type Application ``` ## Example Teams manifest (redacted) Minimal, v... | https://github.com/openclaw/openclaw/blob/main/docs/channels/msteams.md | main | opebclaw | [
0.007999946363270283,
0.00015704800898674875,
-0.07826459407806396,
0.02956625074148178,
0.04767755791544914,
-0.008498174138367176,
0.00003345713412272744,
-0.06988048553466797,
0.05159425362944603,
0.00753126572817564,
-0.014431680552661419,
-0.03370826691389084,
0.0051846434362232685,
0... | 0.05836 |
\*\*Bottom line:\*\* RSC is for real-time listening; Graph API is for historical access. For catching up on missed messages while offline, you need Graph API with `ChannelMessage.Read.All` (requires admin consent). ## Graph-enabled media + history (required for channels) If you need images/files in \*\*channels\*\* or ... | https://github.com/openclaw/openclaw/blob/main/docs/channels/msteams.md | main | opebclaw | [
0.0015303874388337135,
-0.010931918397545815,
-0.06729790568351746,
0.034623049199581146,
0.05727916583418846,
0.019771937280893326,
-0.035980988293886185,
-0.07221412658691406,
0.03209928050637245,
0.12950091063976288,
0.030277924612164497,
0.011616919189691544,
-0.004826567601412535,
0.1... | 0.052553 |
"serviceUrl": "https://smba.infra.gov.teams.microsoft.us/teams" } } } ``` `channels.msteams.serviceUrl` is restricted to supported Microsoft Teams Bot Connector hosts. When a service URL is configured, OpenClaw checks that the stored conversation `serviceUrl` uses the same host before proactive sends, edits, deletes, c... | https://github.com/openclaw/openclaw/blob/main/docs/channels/msteams.md | main | opebclaw | [
-0.05859559029340744,
-0.0646398738026619,
-0.020028207451105118,
0.039664026349782944,
0.02019568160176277,
-0.0745093896985054,
-0.026483697816729546,
-0.06945406645536423,
0.1260567158460617,
0.06377328932285309,
-0.006736900191754103,
-0.004003704059869051,
0.028408881276845932,
0.0472... | 0.011637 |
certificate auth). - `channels.msteams.certificateThumbprint`: certificate thumbprint (optional, not required for auth). - `channels.msteams.useManagedIdentity`: enable managed identity auth (federated mode). - `channels.msteams.managedIdentityClientId`: client ID for user-assigned managed identity. - `channels.msteams... | https://github.com/openclaw/openclaw/blob/main/docs/channels/msteams.md | main | opebclaw | [
-0.030811239033937454,
-0.03907115384936333,
-0.06903824210166931,
0.04191611707210541,
-0.006988067179918289,
-0.028453240171074867,
0.055211715400218964,
-0.015813566744327545,
0.04344206303358078,
0.013142071664333344,
0.013307478278875351,
-0.020077062770724297,
0.05080413445830345,
0.... | 0.069712 |
channel messages with images will be received as text-only (the image content is not accessible to the bot). By default, OpenClaw only downloads media from Microsoft/Teams hostnames. Override with `channels.msteams.mediaAllowHosts` (use `["\*"]` to allow any host). Authorization headers are only attached for hosts in `... | https://github.com/openclaw/openclaw/blob/main/docs/channels/msteams.md | main | opebclaw | [
0.027588289231061935,
-0.020419003441929817,
-0.046614453196525574,
0.021560415625572205,
0.049508556723594666,
-0.10049793869256973,
-0.006121894810348749,
0.013125831261277199,
0.0397801548242569,
0.056900106370449066,
0.027721121907234192,
-0.03658901900053024,
0.04762067645788193,
0.13... | 0.062636 |
reply delivery. OpenClaw renders them as Teams Adaptive Cards from the generic presentation contract. The `presentation` parameter accepts semantic blocks. When `presentation` is provided, the message text is optional. Buttons render as Adaptive Card submit or URL actions. Select menus are not native in the Teams rende... | https://github.com/openclaw/openclaw/blob/main/docs/channels/msteams.md | main | opebclaw | [
-0.049165669828653336,
0.024934396147727966,
-0.016995331272482872,
0.08193311095237732,
0.02184273675084114,
-0.09245940297842026,
-0.025915086269378662,
-0.05775605887174606,
0.08289920538663864,
-0.039913032203912735,
-0.0243450365960598,
-0.06314028054475784,
-0.015818540006875992,
0.0... | 0.058585 |
access (requires `ChannelMessage.Read.All`) ## Troubleshooting ### Common issues - \*\*Images not showing in channels:\*\* Graph permissions or admin consent missing. Reinstall the Teams app and fully quit/reopen Teams. - \*\*No responses in channel:\*\* mentions are required by default; set `channels.msteams.requireMe... | https://github.com/openclaw/openclaw/blob/main/docs/channels/msteams.md | main | opebclaw | [
-0.01431204378604889,
0.03199547156691551,
0.008198445662856102,
-0.029144736006855965,
0.04065314307808876,
-0.03113466501235962,
-0.03635535016655922,
-0.0842745378613472,
0.04297049343585968,
0.10417184233665466,
0.023427510634064674,
-0.022842716425657272,
0.03378652408719063,
0.130407... | 0.048517 |
"Pairing" is OpenClaw's explicit access approval step. It is used in two places: 1. \*\*DM pairing\*\* (who is allowed to talk to the bot) 2. \*\*Node pairing\*\* (which devices/nodes are allowed to join the gateway network) Security context: [Security](/gateway/security) ## 1) DM pairing (inbound chat access) When a c... | https://github.com/openclaw/openclaw/blob/main/docs/channels/pairing.md | main | opebclaw | [
-0.061729781329631805,
-0.002116941846907139,
-0.03870297595858574,
0.01617913506925106,
-0.006330831907689571,
-0.011777261272072792,
-0.009374094195663929,
-0.022682202979922295,
-0.008351338095963001,
0.036837853491306305,
0.05016893520951271,
0.04788589105010033,
0.009455998428165913,
... | 0.045179 |
Telegram). 3. On your phone, open the OpenClaw iOS app → Settings → Gateway. 4. Scan the QR code or paste the setup code and connect. 5. Back in Telegram: `/pair pending` (review request IDs, role, and scopes), then approve. The setup code is a base64-encoded JSON payload that contains: - `url`: the Gateway WebSocket U... | https://github.com/openclaw/openclaw/blob/main/docs/channels/pairing.md | main | opebclaw | [
-0.11436661332845688,
0.03941309079527855,
0.0026211312506347895,
0.02767004817724228,
-0.055076587945222855,
-0.06077766418457031,
-0.026732951402664185,
0.014299596659839153,
0.03634593263268471,
0.029905840754508972,
0.03528672456741333,
0.0002383249084232375,
0.021692149341106415,
0.05... | 0.054302 |
WhatsApp: [WhatsApp](/channels/whatsapp) - Signal: [Signal](/channels/signal) - iMessage: [iMessage](/channels/imessage) - Discord: [Discord](/channels/discord) - Slack: [Slack](/channels/slack) ```` | https://github.com/openclaw/openclaw/blob/main/docs/channels/pairing.md | main | opebclaw | [
0.01624518446624279,
-0.040122270584106445,
0.00020579900592565536,
-0.046712782233953476,
0.05071839317679405,
-0.0065672434866428375,
0.07327236235141754,
-0.009042381308972836,
0.02284897305071354,
-0.013052060268819332,
0.03438997641205788,
-0.03198055922985077,
-0.002635679906234145,
... | 0.114194 |
Status: bundled plugin direct-message channel using Synology Chat webhooks. The plugin accepts inbound messages from Synology Chat outgoing webhooks and sends replies through a Synology Chat incoming webhook. ## Bundled plugin Synology Chat ships as a bundled plugin in current OpenClaw releases, so normal packaged buil... | https://github.com/openclaw/openclaw/blob/main/docs/channels/synology-chat.md | main | opebclaw | [
-0.0161617249250412,
-0.09259691089391708,
-0.011450829915702343,
0.005261627025902271,
0.013625368475914001,
-0.1511702984571457,
-0.0034244703128933907,
-0.032407522201538086,
-0.000819650711491704,
0.002862633438780904,
0.053066931664943695,
-0.04250527173280716,
-0.01896980032324791,
0... | 0.087681 |
account and user, so the same numeric `user_id` on two different Synology accounts does not share transcript state. Give each enabled account a distinct `webhookPath`. OpenClaw now rejects duplicate exact paths and refuses to start named accounts that only inherit a shared webhook path in multi-account setups. If you i... | https://github.com/openclaw/openclaw/blob/main/docs/channels/synology-chat.md | main | opebclaw | [
-0.04888062924146652,
-0.06668905168771744,
0.038652755320072174,
-0.027028506621718407,
-0.02984415367245674,
-0.13527880609035492,
-0.03951835632324219,
-0.08026035875082016,
0.021332256495952606,
-0.021474387496709824,
-0.011592542752623558,
-0.028878672048449516,
-0.008114615455269814,
... | 0.012526 |
The bundled `imessage` plugin now reaches the same private API surface as BlueBubbles (`react`, `edit`, `unsend`, `reply`, `sendWithEffect`, group management, attachments) by driving [`steipete/imsg`](https://github.com/steipete/imsg) over JSON-RPC. If you already run a Mac with `imsg` installed, you can drop the BlueB... | https://github.com/openclaw/openclaw/blob/main/docs/channels/imessage-from-bluebubbles.md | main | opebclaw | [
-0.04523906111717224,
-0.0747944638133049,
0.08799102902412415,
0.04556281864643097,
0.03483152016997337,
-0.08679703623056412,
-0.04175255820155144,
0.01668100245296955,
0.011717289686203003,
-0.012086587958037853,
0.015009365975856781,
0.014307087287306786,
-0.01776970736682415,
0.126758... | 0.110886 |
history --chat-id 42 --limit 10 --attachments --json | jq -s imsg watch --chat-id 42 --reactions --json imsg send --chat-id 42 --text "OpenClaw imsg test" imsg rpc --help ``` Replace `42` with a real chat id from `imsg chats`. Sending requires Automation permission for Messages.app. If OpenClaw will run through SSH, ru... | https://github.com/openclaw/openclaw/blob/main/docs/channels/imessage-from-bluebubbles.md | main | opebclaw | [
-0.03337220102548599,
0.00444256654009223,
0.002860552864149213,
0.039067644625902176,
0.03531111031770706,
-0.08915203809738159,
-0.01117438543587923,
0.01095915213227272,
0.022488027811050415,
0.006746937520802021,
0.04943934082984924,
-0.057985514402389526,
-0.014957649633288383,
0.1469... | 0.121385 |
opt-in. DM-only — group chats keep instant per-message dispatch on both channels. Widens the default inbound debounce to 2500 ms when enabled without an explicit `messages.inbound.byChannel.imessage`. See [iMessage docs § Coalescing split-send DMs](/channels/imessage#coalescing-split-send-dms-command--url-in-one-compos... | https://github.com/openclaw/openclaw/blob/main/docs/channels/imessage-from-bluebubbles.md | main | opebclaw | [
-0.029419712722301483,
-0.12449192255735397,
0.04490761086344719,
0.04062558338046074,
-0.03402247652411461,
-0.06661875545978546,
0.10222986340522766,
0.005372077226638794,
0.03476198762655258,
0.010473111644387245,
0.0300559401512146,
-0.00846765749156475,
-0.012629477307200432,
0.022968... | 0.084855 |
configured, enabled accounts. Do not restart the Gateway with both BlueBubbles and iMessage enabled unless you intentionally want both channel monitors running. If you are not cutting over immediately, set `channels.imessage.enabled` back to `false` before restarting the Gateway. Use the direct `imsg` commands in [Befo... | https://github.com/openclaw/openclaw/blob/main/docs/channels/imessage-from-bluebubbles.md | main | opebclaw | [
-0.0014380443608388305,
-0.10162539780139923,
0.08878764510154724,
0.03988518565893173,
0.01932665891945362,
-0.09174048155546188,
0.014342773705720901,
-0.05038823187351227,
0.00936836190521717,
0.05028722435235977,
0.04098042473196983,
0.022889962419867516,
-0.03608493506908417,
0.126569... | 0.061142 |
and ACP bindings - \*\*Pairing approvals\*\* carry over by handle. You do not need to re-approve known senders — `channels.imessage.allowFrom` recognizes the same `+15555550123` / `user@example.com` strings BlueBubbles used. - \*\*Sessions\*\* stay scoped per agent + chat. DMs collapse into the agent main session under... | https://github.com/openclaw/openclaw/blob/main/docs/channels/imessage-from-bluebubbles.md | main | opebclaw | [
-0.07977462559938431,
-0.029575686901807785,
0.05037717521190643,
0.01006703544408083,
-0.05274125188589096,
-0.029279092326760292,
0.11196651309728622,
-0.04989582300186157,
0.037870798259973526,
0.03579530119895935,
0.027169549837708473,
0.00992886908352375,
0.007742629386484623,
0.05606... | 0.022005 |
OpenClaw can attach normalized `MessagePresentation` metadata to outbound Matrix `m.room.message` events under `com.openclaw.presentation`. Stock Matrix clients continue to render the plain text `body`. OpenClaw-aware clients can read the structured metadata and render native UI such as buttons, selects, context rows, ... | https://github.com/openclaw/openclaw/blob/main/docs/channels/matrix-presentation.md | main | opebclaw | [
0.009203529916703701,
0.02653348818421364,
-0.02928692102432251,
0.0917373076081276,
-0.0005589977372437716,
-0.06185070052742958,
-0.0858851820230484,
-0.006973779294639826,
0.0643954649567604,
-0.06649274379014969,
-0.01219446025788784,
-0.027197927236557007,
-0.060942355543375015,
0.035... | 0.075893 |
Status: external CLI integration. Gateway talks to `signal-cli` over HTTP — either native daemon (JSON-RPC + SSE) or bbernhard/signal-cli-rest-api container (REST + WebSocket). ## Prerequisites - OpenClaw installed on your server (Linux flow below tested on Ubuntu 24). - One of: - `signal-cli` available on the host (na... | https://github.com/openclaw/openclaw/blob/main/docs/channels/signal.md | main | opebclaw | [
-0.06796357035636902,
-0.060852114111185074,
-0.052542660385370255,
-0.08386991918087006,
-0.05179254338145256,
-0.04276125505566597,
-0.050681617110967636,
0.03858036920428276,
0.010228410363197327,
-0.03426535800099373,
0.02743682637810707,
-0.0559200718998909,
0.02545149438083172,
-0.00... | 0.110697 |
verify the number: ```bash signal-cli -a + register ``` If captcha is required: 1. Open `https://signalcaptchas.org/registration/generate.html`. 2. Complete captcha, copy the `signalcaptcha://...` link target from "Open Signal". 3. Run from the same external IP as the browser session when possible. 4. Run registration ... | https://github.com/openclaw/openclaw/blob/main/docs/channels/signal.md | main | opebclaw | [
-0.039513301104307175,
-0.09504024684429169,
-0.06928478181362152,
-0.04536458104848862,
-0.03789535164833069,
-0.0917743369936943,
-0.02456817962229252,
0.020661287009716034,
-0.0189217496663332,
0.0021082921884953976,
0.029377462342381477,
-0.09974208474159241,
0.03063780628144741,
0.050... | 0.025774 |
native `signal-cli` JSON-RPC/SSE. Use `"auto"` when the deployment may vary. - Container attachment downloads honor the same media byte limits as native mode. Oversized responses are rejected before being fully buffered when the server sends `Content-Length`, and while streaming otherwise. ## Access control (DMs + grou... | https://github.com/openclaw/openclaw/blob/main/docs/channels/signal.md | main | opebclaw | [
-0.048423390835523605,
-0.09781002253293991,
-0.04068533703684807,
-0.006065357942134142,
-0.02186639979481697,
-0.06691830605268478,
-0.020365066826343536,
0.011336329393088818,
-0.03422282636165619,
0.032845284789800644,
-0.0008124465821310878,
0.0008122404105961323,
-0.07673534750938416,
... | 0.093208 |
`/approve allow-always` when a request offers persistent approval. Approval reaction resolution requires explicit Signal approvers from `channels.signal.allowFrom`, `channels.signal.defaultTo`, or the matching account-level fields. Direct same-chat exec approval prompts can still suppress the duplicate local `/approve`... | https://github.com/openclaw/openclaw/blob/main/docs/channels/signal.md | main | opebclaw | [
-0.08397196978330612,
-0.07487989962100983,
-0.00795912928879261,
-0.012038799934089184,
0.026249587535858154,
-0.0781516581773758,
-0.0032950721215456724,
-0.05345417186617851,
-0.025984564796090126,
-0.011698463000357151,
0.046739887446165085,
-0.034849245101213455,
-0.039081428200006485,
... | 0.036504 |
Status: experimental. DMs are supported. The [Capabilities](#capabilities) section below reflects current Marketplace-bot behavior. ## Bundled plugin Zalo ships as a bundled plugin in current OpenClaw releases, so normal packaged builds do not need a separate install. If you are on an older build or a custom install th... | https://github.com/openclaw/openclaw/blob/main/docs/channels/zalo.md | main | opebclaw | [
-0.06073911860585213,
-0.05785898119211197,
-0.09177420288324356,
0.09116533398628235,
-0.011484808288514614,
-0.1185024082660675,
-0.005415165331214666,
-0.04498846456408501,
-0.07263185828924179,
0.054373499006032944,
0.054291386157274246,
-0.051154445856809616,
0.05103486031293869,
0.07... | 0.110849 |
`openclaw pairing approve zalo `` ` - Pairing is the default token exchange. Details: [Pairing](/channels/pairing) - `channels.zalo.allowFrom` accepts numeric user IDs (no username lookup available). ## Access control (Groups) For **Zalo Bot Creator / Marketplace bots**, group support was not available in practice beca... | https://github.com/openclaw/openclaw/blob/main/docs/channels/zalo.md | main | opebclaw | [
-0.07711895555257797,
-0.02056289091706276,
-0.13194651901721954,
0.07766903191804886,
-0.005355975590646267,
-0.06478412449359894,
0.04026656970381737,
-0.04801647365093231,
-0.04735392704606056,
0.016302267089486122,
0.059574659913778305,
-0.014392896555364132,
0.06787858158349991,
0.021... | 0.142246 |
supported | | Polls | ❌ Not supported | | Native commands | ❌ Not supported | | Streaming | ⚠️ Blocked (2000 char limit) | ## Delivery targets (CLI/cron) - Use a chat id as the target. - Example: `openclaw message send --channel zalo --target 123456789 --message "hi"`. ## Troubleshooting **Bot doesn't respond:** - Chec... | https://github.com/openclaw/openclaw/blob/main/docs/channels/zalo.md | main | opebclaw | [
-0.0492045097053051,
-0.0024659433402121067,
-0.10263784974813461,
0.02942328341305256,
0.016162943094968796,
-0.13382187485694885,
0.005149075295776129,
-0.07471288740634918,
-0.016571875661611557,
0.019784770905971527,
0.03483988717198372,
-0.09023889899253845,
0.04698541387915611,
0.032... | 0.147675 |
`qa-channel` is a bundled synthetic message transport for automated OpenClaw QA. It is not a production channel - it exists to exercise the same channel plugin boundary used by real transports while keeping state deterministic and fully inspectable. ## What it does - Slack-class target grammar: - `dm:` - `channel:` - `... | https://github.com/openclaw/openclaw/blob/main/docs/channels/qa-channel.md | main | opebclaw | [
-0.05749234929680824,
-0.025338493287563324,
-0.033032823354005814,
0.012646091170608997,
-0.048975758254528046,
-0.06307122856378555,
-0.006508545484393835,
-0.0021318597719073296,
0.04413437843322754,
0.022180914878845215,
-0.007100469432771206,
-0.007976273074746132,
0.0029576863162219524... | 0.200105 |
OpenClaw can talk to you on any chat app you already use. Each channel connects via the Gateway. Text is supported everywhere; media and reactions vary by channel. ## Delivery notes - Telegram replies that contain markdown image syntax, such as ``, are converted into media replies on the final outbound path ... | https://github.com/openclaw/openclaw/blob/main/docs/channels/index.md | main | opebclaw | [
-0.04620182514190674,
-0.07550189644098282,
-0.009166283532977104,
0.00223508570343256,
0.01719982735812664,
-0.06587322056293488,
0.008700812235474586,
0.007867516949772835,
0.024898843839764595,
0.06843622028827667,
-0.010285579599440098,
-0.00807789247483015,
0.0007197209633886814,
0.08... | 0.086017 |
Status: production-ready via WhatsApp Web (Baileys). Gateway owns linked session(s). ## Install (on demand) - Onboarding (`openclaw onboard`) and `openclaw channels add --channel whatsapp` prompt to install the WhatsApp plugin the first time you select it. - `openclaw channels login --channel whatsapp` also offers the ... | https://github.com/openclaw/openclaw/blob/main/docs/channels/whatsapp.md | main | opebclaw | [
-0.03497447073459625,
-0.0545329749584198,
0.00025716377422213554,
-0.0015424569137394428,
-0.006212469190359116,
-0.01982750929892063,
-0.05338599905371666,
0.004905650392174721,
-0.0002813137252815068,
0.07462967932224274,
0.03819200396537781,
0.007148860488086939,
-0.0028886375948786736,
... | -0.022751 |
under `web.whatsapp.\*`: `keepAliveIntervalMs` controls WhatsApp Web application pings, `connectTimeoutMs` controls the opening handshake timeout, and `defaultQueryTimeoutMs` controls Baileys query timeouts. - Outbound sends require an active WhatsApp listener for the target account. - Group sends attach native mention... | https://github.com/openclaw/openclaw/blob/main/docs/channels/whatsapp.md | main | opebclaw | [
0.011403977870941162,
-0.04378518462181091,
0.03985900059342384,
0.053365688771009445,
0.05765457823872566,
-0.03759264945983887,
0.07461591809988022,
-0.06389866024255753,
0.05811350792646408,
0.08566559106111526,
0.02130362018942833,
-0.01082911342382431,
0.001961556961759925,
0.06847786... | -0.006495 |
not implicit cron or heartbeat recipients - if no allowlist is configured, the linked self number is allowed by default - OpenClaw never auto-pairs outbound `fromMe` DMs (messages you send to yourself from the linked device) Group access has two layers: 1. \*\*Group membership allowlist\*\* (`channels.whatsapp.groups`)... | https://github.com/openclaw/openclaw/blob/main/docs/channels/whatsapp.md | main | opebclaw | [
-0.06293854862451553,
-0.04825560376048088,
0.006311554461717606,
0.027540938928723335,
0.031509604305028915,
-0.04075758904218674,
0.05449572205543518,
-0.06501884758472443,
0.00911437813192606,
0.02455993928015232,
0.05254386365413666,
-0.03814388066530228,
-0.0035491955932229757,
0.0457... | 0.043619 |
when globally enabled. ## Delivery, chunking, and media - default chunk limit: `channels.whatsapp.textChunkLimit = 4000` - `channels.whatsapp.chunkMode = "length" | "newline"` - `newline` mode prefers paragraph boundaries (blank lines), then falls back to length-safe chunking - supports image, video, audio (PTT voice-n... | https://github.com/openclaw/openclaw/blob/main/docs/channels/whatsapp.md | main | opebclaw | [
-0.03458842635154724,
-0.019986458122730255,
0.030250640586018562,
-0.0777088850736618,
0.0005916340742260218,
-0.037965476512908936,
-0.026458648964762688,
0.0441318154335022,
0.034747250378131866,
0.04694629833102226,
0.013189823366701603,
-0.0004032899742014706,
-0.10741225630044937,
0.... | 0.030272 |
immediately after inbound is accepted (pre-reply) - if `ackReaction` is present without `emoji`, WhatsApp uses the routed agent's identity emoji, falling back to "👀"; omit `ackReaction` or set `emoji: ""` to send no ack reaction - failures are logged but do not block normal reply delivery - group mode `mentions` react... | https://github.com/openclaw/openclaw/blob/main/docs/channels/whatsapp.md | main | opebclaw | [
-0.11563757807016373,
0.04481925070285797,
0.03095928207039833,
0.0572730116546154,
0.07071458548307419,
-0.11544103175401688,
0.004687479231506586,
-0.04239796847105026,
0.13642755150794983,
0.011687865480780602,
0.05129072070121765,
-0.02276078797876835,
0.00978861004114151,
0.0384029299... | 0.087731 |
show the gateway and WhatsApp are healthy, run `openclaw doctor`. On Linux, doctor warns about legacy crontab entries that still invoke `~/.openclaw/bin/ensure-whatsapp.sh`; remove those stale entries with `crontab -e` because cron can lack the systemd user-bus environment and make that old script misreport gateway hea... | https://github.com/openclaw/openclaw/blob/main/docs/channels/whatsapp.md | main | opebclaw | [
-0.05273772403597832,
0.003940345253795385,
0.009968537837266922,
-0.028966551646590233,
-0.039979491382837296,
-0.06981640309095383,
-0.0019144242396578193,
0.0069551956839859486,
0.07382681965827942,
0.08021227270364761,
0.003922448493540287,
0.0253356471657753,
-0.0019784399773925543,
0... | -0.057473 |
in a multi-account setup — even accounts that define no `groups` of their own — to prevent a bot from receiving group messages for groups it does not belong to. WhatsApp does not apply this guard: root `groups` and root `direct` are always inherited by accounts that define no account-level override, regardless of how m... | https://github.com/openclaw/openclaw/blob/main/docs/channels/whatsapp.md | main | opebclaw | [
-0.006949314847588539,
-0.04460830241441727,
0.04155255854129791,
-0.0048490967601537704,
0.015049435198307037,
-0.04749276861548424,
0.012243575416505337,
-0.020081639289855957,
0.016506241634488106,
0.06198414787650108,
0.05543225631117821,
-0.057202305644750595,
0.03205842524766922,
0.0... | -0.021409 |
Matrix is a downloadable channel plugin for OpenClaw. It uses the official `matrix-js-sdk` and supports DMs, rooms, threads, media, reactions, polls, location, and E2EE. ## Install Install Matrix from ClawHub before configuring the channel: ```bash openclaw plugins install @openclaw/matrix ``` Bare plugin specs try Cla... | https://github.com/openclaw/openclaw/blob/main/docs/channels/matrix.md | main | opebclaw | [
-0.011829398572444916,
-0.04609060287475586,
-0.17723268270492554,
0.01366837602108717,
-0.018531877547502518,
-0.027548525482416153,
-0.11042709648609161,
-0.043561797589063644,
-0.02565041370689869,
0.04191753640770912,
0.03744109719991684,
-0.021816860884428024,
-0.0007328410865738988,
... | 0.047788 |
`\*`. Plain room names are rejected. ### Account ID normalization The wizard converts a friendly name into a normalized account ID. For example, `Ops Bot` becomes `ops-bot`. Punctuation is escaped in scoped env-var names so that two accounts cannot collide: `-` → `\_X2D\_`, so `ops-prod` maps to `MATRIX\_OPS\_X2D\_PROD... | https://github.com/openclaw/openclaw/blob/main/docs/channels/matrix.md | main | opebclaw | [
-0.06683926284313202,
0.012747951783239841,
-0.15227167308330536,
0.042301781475543976,
-0.061761580407619476,
-0.09848374873399734,
-0.018132036551833153,
-0.014722028747200966,
-0.01620926335453987,
-0.037431634962558746,
0.03150374814867973,
0.0007380661554634571,
0.06424424052238464,
0... | 0.035042 |
preview can no longer be reused safely, OpenClaw redacts it before sending the final media reply. - Tool-progress preview updates are enabled by default when Matrix preview streaming is active. Set `streaming.preview.toolProgress: false` to keep preview edits for answer text but leave tool progress on the normal delive... | https://github.com/openclaw/openclaw/blob/main/docs/channels/matrix.md | main | opebclaw | [
-0.048222631216049194,
-0.026395123451948166,
-0.09488309919834137,
0.08101516216993332,
0.06623009592294693,
-0.03688346967101097,
-0.08780109882354736,
-0.0676455944776535,
0.06066343933343887,
0.0031106709502637386,
0.019897829741239548,
0.07396645098924637,
-0.006207924336194992,
-0.02... | 0.012126 |
{ matrix: { enabled: true, homeserver: "https://matrix.example.org", accessToken: "syt\_xxx", encryption: true, dm: { policy: "pairing" }, }, }, } ``` ### Status and trust signals ```bash openclaw matrix verify status openclaw matrix verify status --include-recovery-key --json ``` `verify status` reports three independ... | https://github.com/openclaw/openclaw/blob/main/docs/channels/matrix.md | main | opebclaw | [
-0.05829881876707077,
0.018779581412672997,
-0.12085297703742981,
-0.021361855790019035,
0.053024306893348694,
-0.0802166685461998,
-0.03547411039471626,
-0.011990646831691265,
-0.052439458668231964,
0.03056339919567108,
0.07006649672985077,
-0.024763382971286774,
0.040596261620521545,
0.0... | 0.029058 |
`--user-id`/`--device-id`/`--room-id` target someone else. `--own-user` cannot be combined with the other targeting flags. For lower-level lifecycle handling - typically while shadowing inbound requests from another client - these commands act on a specific request `` (printed by `verify list` and `verify request`): | ... | https://github.com/openclaw/openclaw/blob/main/docs/channels/matrix.md | main | opebclaw | [
-0.056264251470565796,
0.041434694081544876,
-0.1244097650051117,
-0.01899733953177929,
0.06223412603139877,
-0.11061430722475052,
0.12833034992218018,
-0.04271881654858589,
-0.02302931249141693,
-0.002367404755204916,
0.07906663417816162,
-0.06753870099782944,
0.08901631087064743,
0.00216... | 0.050964 |
and startup verification state. When the token changes but the account identity stays the same, OpenClaw reuses the best existing root so prior state remains visible. ## Profile management Update the Matrix self-profile for the selected account: ```bash openclaw matrix profile set --name "OpenClaw Assistant" openclaw m... | https://github.com/openclaw/openclaw/blob/main/docs/channels/matrix.md | main | opebclaw | [
-0.06310725212097168,
-0.039305027574300766,
-0.10221027582883835,
0.04634048417210579,
0.021963002160191536,
-0.10263726115226746,
-0.014209846965968609,
0.0008530158665962517,
0.028709908947348595,
0.023948632180690765,
0.06364303827285767,
-0.016132038086652756,
0.063707135617733,
-0.01... | 0.036582 |
`/acp spawn --thread auto|here`, where OpenClaw needs to create or bind a child Matrix thread. ### Thread binding config Matrix inherits global defaults from `session.threadBindings`, and also supports per-channel overrides: - `threadBindings.enabled` - `threadBindings.idleHours` - `threadBindings.maxAgeHours` - `threa... | https://github.com/openclaw/openclaw/blob/main/docs/channels/matrix.md | main | opebclaw | [
-0.13077619671821594,
-0.04658462852239609,
-0.1422995924949646,
0.019465550780296326,
-0.025481930002570152,
-0.032382797449827194,
0.02159894071519375,
0.009382882155478,
0.0066820369102060795,
0.04798734188079834,
0.059070244431495667,
-0.055536899715662,
-0.03233317658305168,
-0.009749... | 0.146569 |
after a short cooldown instead of minting a new code. See [Pairing](/channels/pairing) for the shared DM pairing flow and storage layout. ## Direct room repair If direct-message state drifts out of sync, OpenClaw can end up with stale `m.direct` mappings that point at old solo rooms instead of the live DM. Inspect the ... | https://github.com/openclaw/openclaw/blob/main/docs/channels/matrix.md | main | opebclaw | [
-0.04092402756214142,
-0.057075515389442444,
-0.05377158895134926,
0.03753695636987686,
-0.017112739384174347,
-0.046814676374197006,
-0.04063441976904869,
-0.043756045401096344,
-0.05241535231471062,
0.03169134259223938,
0.06014260649681091,
0.027438804507255554,
0.027841748669743538,
-0.... | 0.047944 |
that implicit routing, probing, and CLI commands prefer. - If you have multiple accounts and one is literally named `default`, OpenClaw uses it implicitly even when `defaultAccount` is unset. - If you have multiple named accounts and no default is selected, CLI commands refuse to guess - set `defaultAccount` or pass `-... | https://github.com/openclaw/openclaw/blob/main/docs/channels/matrix.md | main | opebclaw | [
-0.07673270255327225,
-0.05026848614215851,
-0.12102776765823364,
0.03546866029500961,
-0.0027217541355639696,
-0.06287748366594315,
0.002288105897605419,
-0.06562516838312149,
0.034809235483407974,
-0.03940944746136665,
0.050475217401981354,
-0.033141352236270905,
0.048387326300144196,
-0... | 0.023743 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.