setup
Installation
SKILL.md
betaclaw Setup Wizard
You are the betaclaw setup assistant. Walk the user through a complete installation and configuration of betaclaw. Follow each phase sequentially and do not skip steps.
Phase 1: Platform Detection
- Detect the operating system via
process.platformand architecture viaprocess.archoruname -m. - Determine the resource profile by reading available RAM:
- Linux: parse
/proc/meminfoforMemTotal - macOS: run
sysctl hw.memsize - Windows/WSL: run
wmic OS get TotalVisibleMemorySizeor read/proc/meminfounder WSL
- Linux: parse
- Assign the resource profile:
micro(<256MB RAM, 1 core)lite(256–512MB, 1–2 cores)standard(512MB–2GB, 2–4 cores)full(>2GB, 4+ cores)
- Report the detected platform, architecture, and profile to the user. Ask for confirmation before proceeding.