docs(channels,nodes): add Related sections to pages missing them · openclaw/openclaw@d71518b
vincentkoc
·
2026-04-24
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -438,3 +438,9 @@ Planned features:
|
438 | 438 | - [Multi-Agent Configuration](/tools/multi-agent-sandbox-tools) |
439 | 439 | - [Routing Configuration](/channels/channel-routing) |
440 | 440 | - [Session Management](/concepts/session) |
| 441 | + |
| 442 | +## Related |
| 443 | + |
| 444 | +- [Groups](/channels/groups) |
| 445 | +- [Channel routing](/channels/channel-routing) |
| 446 | +- [Pairing](/channels/pairing) |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -141,3 +141,9 @@ Inbound replies include:
|
141 | 141 | - Quoted context is appended to `Body` as a `[Replying to ...]` block. |
142 | 142 | |
143 | 143 | This is consistent across channels. |
| 144 | + |
| 145 | +## Related |
| 146 | + |
| 147 | +- [Groups](/channels/groups) |
| 148 | +- [Broadcast groups](/channels/broadcast-groups) |
| 149 | +- [Pairing](/channels/pairing) |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -82,3 +82,9 @@ Only the owner number (from `channels.whatsapp.allowFrom`, or the bot’s own E.
|
82 | 82 | - Echo suppression uses the combined batch string; if you send identical text twice without mentions, only the first will get a response. |
83 | 83 | - Session store entries will appear as `agent:<agentId>:whatsapp:group:<jid>` in the session store (`~/.openclaw/agents/<agentId>/sessions/sessions.json` by default); a missing entry just means the group hasn’t triggered a run yet. |
84 | 84 | - Typing indicators in groups follow `agents.defaults.typingMode` (default: `message` when unmentioned). |
| 85 | + |
| 86 | +## Related |
| 87 | + |
| 88 | +- [Groups](/channels/groups) |
| 89 | +- [Channel routing](/channels/channel-routing) |
| 90 | +- [Broadcast groups](/channels/broadcast-groups) |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -413,3 +413,10 @@ See [WhatsApp](/channels/whatsapp#system-prompts) for the canonical WhatsApp sys
|
413 | 413 | ## WhatsApp specifics |
414 | 414 | |
415 | 415 | See [Group messages](/channels/group-messages) for WhatsApp-only behavior (history injection, mention handling details). |
| 416 | + |
| 417 | +## Related |
| 418 | + |
| 419 | +- [Group messages](/channels/group-messages) |
| 420 | +- [Broadcast groups](/channels/broadcast-groups) |
| 421 | +- [Channel routing](/channels/channel-routing) |
| 422 | +- [Pairing](/channels/pairing) |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -63,3 +63,9 @@ The prompt renderer treats `LocationName`, `LocationAddress`, and `LocationCapti
|
63 | 63 | - **Telegram**: venues map to `LocationName/LocationAddress`; live locations use `live_period`. |
64 | 64 | - **WhatsApp**: `locationMessage.comment` and `liveLocationMessage.caption` populate `LocationCaption`. |
65 | 65 | - **Matrix**: `geo_uri` is parsed as a pin location; altitude is ignored and `LocationIsLive` is always false. |
| 66 | + |
| 67 | +## Related |
| 68 | + |
| 69 | +- [Location command (nodes)](/nodes/location-command) |
| 70 | +- [Camera capture](/nodes/camera) |
| 71 | +- [Media understanding](/nodes/media-understanding) |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -104,3 +104,9 @@ Follow-up work will add:
|
104 | 104 | - provider/model matrix execution |
105 | 105 | - richer scenario discovery |
106 | 106 | - OpenClaw-native orchestration later |
| 107 | + |
| 108 | +## Related |
| 109 | + |
| 110 | +- [Pairing](/channels/pairing) |
| 111 | +- [Groups](/channels/groups) |
| 112 | +- [Channels overview](/channels) |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -209,3 +209,9 @@ Approval prompts generated by the bot itself (for example, "allow this action?"
|
209 | 209 | - **Proactive messages not arriving:** QQ may intercept bot-initiated messages if |
210 | 210 | the user hasn't interacted recently. |
211 | 211 | - **Voice not transcribed:** ensure STT is configured and the provider is reachable. |
| 212 | + |
| 213 | +## Related |
| 214 | + |
| 215 | +- [Pairing](/channels/pairing) |
| 216 | +- [Groups](/channels/groups) |
| 217 | +- [Channel troubleshooting](/channels/troubleshooting) |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -131,3 +131,9 @@ Full troubleshooting: [QQ Bot troubleshooting](/channels/qqbot#troubleshooting)
|
131 | 131 | | Cross-signing/bootstrap looks wrong | `openclaw matrix verify bootstrap` | Repair secret storage, cross-signing, and backup state in one pass. | |
132 | 132 | |
133 | 133 | Full setup and config: [Matrix](/channels/matrix) |
| 134 | + |
| 135 | +## Related |
| 136 | + |
| 137 | +- [Pairing](/channels/pairing) |
| 138 | +- [Channel routing](/channels/channel-routing) |
| 139 | +- [Gateway troubleshooting](/gateway/troubleshooting) |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -189,3 +189,9 @@ When `requireMention: true` is set for a group chat, OpenClaw now transcribes au
|
189 | 189 | - For `parakeet-mlx`, if you pass `--output-dir`, OpenClaw reads `<output-dir>/<media-basename>.txt` when `--output-format` is `txt` (or omitted); non-`txt` output formats fall back to stdout parsing. |
190 | 190 | - Keep timeouts reasonable (`timeoutSeconds`, default 60s) to avoid blocking the reply queue. |
191 | 191 | - Preflight transcription only processes the **first** audio attachment for mention detection. Additional audio is processed during the main media understanding phase. |
| 192 | + |
| 193 | +## Related |
| 194 | + |
| 195 | +- [Media understanding](/nodes/media-understanding) |
| 196 | +- [Talk mode](/nodes/talk) |
| 197 | +- [Voice wake](/nodes/voicewake) |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -160,3 +160,9 @@ openclaw nodes screen record --node <id> --duration 10s --fps 15 # prints MEDI
|
160 | 160 | Notes: |
161 | 161 | |
162 | 162 | - Requires macOS **Screen Recording** permission (TCC). |
| 163 | + |
| 164 | +## Related |
| 165 | + |
| 166 | +- [Image and media support](/nodes/images) |
| 167 | +- [Media understanding](/nodes/media-understanding) |
| 168 | +- [Location command](/nodes/location-command) |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。