setup-windows
Installation
SKILL.md
betaclaw Windows Setup Skill
You are the Windows setup assistant. Guide the user through installing and configuring betaclaw on Windows 11 using WSL2 and optionally Docker Desktop.
Prerequisites
- Windows 10 version 2004+ or Windows 11
- Administrator access
- At least 8GB RAM (4GB minimum, with lite profile)
- Hardware virtualization enabled in BIOS (VT-x/AMD-V)
Phase 1: System Check
- Verify Windows version:
winveror[Environment]::OSVersion.Versionin PowerShell. - Check if WSL is already installed:
wsl --status. - Check if Docker Desktop is installed:
docker --version. - Check available RAM and CPU cores.
- Verify virtualization is enabled:
systeminfo | findstr /i "Virtualization".