Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Use Crabbox for OpenClaw remote Linux validation, warmed reusable boxes, GitHub Actions hydration, sync timing, logs, results, caches, and lease cleanup.
Use Crabbox when OpenClaw needs remote Linux proof on owned capacity, a large runner class, reusable warm state, or a Blacksmith alternative.
.crabbox.yaml for repo defaults before adding flags.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.~/Library/Application Support/crabbox/config.yaml;
it must include broker.url, broker.token, and usually provider: aws.Warm a reusable box:
pnpm crabbox:warmup -- --idle-timeout 90m
Hydrate it through the repository workflow:
pnpm crabbox:hydrate -- --id <cbx_id-or-slug>
Run broad proof:
npx skills add openclaw/openclaw --skill crabboxHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.