Crabbox — удалённая валидация и CI на AWS и Linux

★ 7.4 · devops

crabbox is a Claude Code skill that orchestrates remote OpenClaw validation through the Crabbox wrapper across Linux, macOS, Windows, and WSL2. It handles two distinct backends: brokered AWS Crabbox (provider=aws, lease ids cbx_...) and Blacksmith Testbox through Crabbox (provider=blacksmith-testbox, ids tbx_...); the skill always reports the actual provider and lease id rather than conflating the two. Operations covered include warmup, checkout sync, broad pnpm gates (check:changed, test:changed, full test), CI-parity checks, Docker/E2E/package lanes, secrets injection, cache inspection, and lease cleanup. When a warm lease feels stale, it retries with --full-resync before replacing; secret keys are injected per-command without being written to files, synced as repo content, or left in shell history. Teams running reproducible integration and end-to-end test suites in CI will find this skill most useful.