docs: typography hygiene across 9 pages (cli/channels) · openclaw/openclaw@ec8283e
vincentkoc
·
2026-05-06
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -7,7 +7,7 @@ read_when:
|
7 | 7 | title: "Pairing" |
8 | 8 | --- |
9 | 9 | |
10 | | -“Pairing” is OpenClaw’s explicit access approval step. |
| 10 | +"Pairing" is OpenClaw's explicit access approval step. |
11 | 11 | It is used in two places: |
12 | 12 | |
13 | 13 | 1. **DM pairing** (who is allowed to talk to the bot) |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -56,7 +56,7 @@ No external `zca`/`openzca` CLI binary is required.
|
56 | 56 | - Runs entirely in-process via `zca-js`. |
57 | 57 | - Uses native event listeners to receive inbound messages. |
58 | 58 | - Sends replies directly through the JS API (text/media/link). |
59 | | -- Designed for “personal account” use cases where Zalo Bot API is not available. |
| 59 | +- Designed for "personal account" use cases where Zalo Bot API is not available. |
60 | 60 | |
61 | 61 | ## Naming |
62 | 62 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -8,7 +8,7 @@ title: "Directory"
|
8 | 8 | |
9 | 9 | # `openclaw directory` |
10 | 10 | |
11 | | -Directory lookups for channels that support it (contacts/peers, groups, and “me”). |
| 11 | +Directory lookups for channels that support it (contacts/peers, groups, and "me"). |
12 | 12 | |
13 | 13 | ## Common flags |
14 | 14 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -68,7 +68,7 @@ Notes:
|
68 | 68 | |
69 | 69 | ## macOS: `launchctl` env overrides |
70 | 70 | |
71 | | -If you previously ran `launchctl setenv OPENCLAW_GATEWAY_TOKEN ...` (or `...PASSWORD`), that value overrides your config file and can cause persistent “unauthorized” errors. |
| 71 | +If you previously ran `launchctl setenv OPENCLAW_GATEWAY_TOKEN ...` (or `...PASSWORD`), that value overrides your config file and can cause persistent "unauthorized" errors. |
72 | 72 | |
73 | 73 | ```bash |
74 | 74 | launchctl getenv OPENCLAW_GATEWAY_TOKEN |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -130,7 +130,7 @@ openclaw hooks enable <name>
|
130 | 130 | |
131 | 131 | Enable a specific hook by adding it to your config (`~/.openclaw/openclaw.json` by default). |
132 | 132 | |
133 | | -**Note:** Workspace hooks are disabled by default until enabled here or in config. Hooks managed by plugins show `plugin:<id>` in `openclaw hooks list` and can’t be enabled/disabled here. Enable/disable the plugin instead. |
| 133 | +**Note:** Workspace hooks are disabled by default until enabled here or in config. Hooks managed by plugins show `plugin:<id>` in `openclaw hooks list` and can't be enabled/disabled here. Enable/disable the plugin instead. |
134 | 134 | |
135 | 135 | **Arguments:** |
136 | 136 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -2,7 +2,7 @@
|
2 | 2 | summary: "CLI reference for `openclaw memory` (status/index/search/promote/promote-explain/rem-harness)" |
3 | 3 | read_when: |
4 | 4 | - You want to index or search semantic memory |
5 | | - - You’re debugging memory availability or indexing |
| 5 | + - You're debugging memory availability or indexing |
6 | 6 | - You want to promote recalled short-term memory into `MEMORY.md` |
7 | 7 | title: "Memory" |
8 | 8 | --- |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -22,7 +22,7 @@ Common use cases:
|
22 | 22 | - Keep exec **sandboxed** on the gateway, but delegate approved runs to other hosts. |
23 | 23 | - Provide a lightweight, headless execution target for automation or CI nodes. |
24 | 24 | |
25 | | -Execution is still guarded by **exec approvals** and per‑agent allowlists on the |
| 25 | +Execution is still guarded by **exec approvals** and per-agent allowlists on the |
26 | 26 | node host, so you can keep command access scoped and explicit. |
27 | 27 | |
28 | 28 | ## Browser proxy (zero-config) |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | --- |
2 | 2 | summary: "CLI reference for `openclaw nodes` (status, pairing, invoke, camera/canvas/screen)" |
3 | 3 | read_when: |
4 | | - - You’re managing paired nodes (cameras, screen, canvas) |
| 4 | + - You're managing paired nodes (cameras, screen, canvas) |
5 | 5 | - You need to approve requests or invoke node commands |
6 | 6 | title: "Nodes" |
7 | 7 | --- |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | --- |
2 | 2 | summary: "CLI reference for `openclaw pairing` (approve/list pairing requests)" |
3 | 3 | read_when: |
4 | | - - You’re using pairing-mode DMs and need to approve senders |
| 4 | + - You're using pairing-mode DMs and need to approve senders |
5 | 5 | title: "Pairing" |
6 | 6 | --- |
7 | 7 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。