From bfd3c2a450bd0b8fcb939c58fdc31c09afe59404 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 1 May 2026 10:12:19 +0100 Subject: [PATCH] docs: clarify crabbox auth --- .agents/skills/crabbox/SKILL.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.agents/skills/crabbox/SKILL.md b/.agents/skills/crabbox/SKILL.md index 2bed7e59cb2..78d6d23c0b9 100644 --- a/.agents/skills/crabbox/SKILL.md +++ b/.agents/skills/crabbox/SKILL.md @@ -17,7 +17,10 @@ runner class, reusable warm state, or a Blacksmith alternative. - Use Crabbox for broad OpenClaw gates when owned AWS/Hetzner capacity is the right remote lane. - Check `.crabbox.yaml` for repo defaults before adding flags. -- Install with `brew install openclaw/tap/crabbox`; auth is required before use: `crabbox login`. +- Install with `brew install openclaw/tap/crabbox`; auth is required before use: + `printf '%s' "$CRABBOX_COORDINATOR_TOKEN" | crabbox login --url https://crabbox-coordinator.steipete.workers.dev --provider aws --token-stdin`. +- On macOS the user config is `~/Library/Application Support/crabbox/config.yaml`; + it must include `broker.url`, `broker.token`, and usually `provider: aws`. ## OpenClaw Flow