





















@@ -296,9 +296,27 @@ Install/auth for owned Crabbox if needed:
296296297297```sh
298298brew install openclaw/tap/crabbox
299-printf '%s' "$CRABBOX_COORDINATOR_TOKEN" | crabbox login --url https://crabbox.openclaw.ai --provider aws --token-stdin
299+crabbox login --url https://crabbox.openclaw.ai --provider aws
300300```
301301302+New users should self-resolve broker auth before anyone asks for AWS keys:
303+304+```sh
305+crabbox config show
306+crabbox doctor
307+crabbox whoami
308+```
309+310+- If broker auth is missing, run `crabbox login --url https://crabbox.openclaw.ai --provider aws`.
311+- If the CLI asks for `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, or AWS
312+ profile setup during normal OpenClaw validation, assume the agent selected
313+ the wrong path. Use brokered `crabbox login`, `--provider blacksmith-testbox`,
314+ or an existing brokered lease before asking the user for cloud credentials.
315+- Ask for AWS keys only for explicit direct-provider/account administration,
316+ not for normal brokered OpenClaw proof.
317+- Trusted automation may still use
318+`printf '%s' "$CRABBOX_COORDINATOR_TOKEN" | crabbox login --url https://crabbox.openclaw.ai --provider aws --token-stdin`.
319+302320macOS config lives at:
303321304322```text
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。