System info
When to use
- Quick health check on the self-hosted worker (Mac mini / MacBook).
- Rough VPN/network visibility (
scutil --nc list). - Disk space before large builds.
Script (from workstation/ root)
python3 workstation/.cursor/skills/system-info/scripts/system_info.py --top 10
Output is JSON: host, battery, disk_root, network, top_processes.
Notes
- Read-only; no admin required.
- Battery may show
n/aon desktop Macs without a battery. - Process list uses
pssorted by CPU (approximate "what's busy").