System Info

Summarizes macOS battery, disk usage, VPN/network service names, hostname, and top CPU processes. Use when the user asks about machine health, connectivity, or whether a laptop is on battery before long agent tasks.

meleantonio a23083b 2 files · 4.1 KB Updated

File contents

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/a on desktop Macs without a battery.
  • Process list uses ps sorted by CPU (approximate "what's busy").

meleantonio/cursorericbuild/tree/main/workstation/.cursor/skills/system-info commit a23083b73d

Frequently asked questions

npx skillmds@latest add meleantonio/system-info