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

  1. Detect the operating system via process.platform and architecture via process.arch or uname -m.
  2. Determine the resource profile by reading available RAM:
    • Linux: parse /proc/meminfo for MemTotal
    • macOS: run sysctl hw.memsize
    • Windows/WSL: run wmic OS get TotalVisibleMemorySize or read /proc/meminfo under WSL
  3. 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)
  4. Report the detected platform, architecture, and profile to the user. Ask for confirmation before proceeding.

Phase 2: Execution Mode Selection

Installs
1
GitHub Stars
5
First Seen
Sep 4, 2026
setup — rawknee-69/beta-claw