osascript-sysinfo
Installation
SKILL.md
osascript-sysinfo
System state queries via pmset, NSProcessInfo ObjC bridge, System Events, and defaults.
All scripts are pure Python — mix of subprocess shell and JXA ObjC bridge.
Scripts
Battery percentage, charging state, and time remaining (MacBook only):
uv run scripts/battery.py
OS version, hostname, CPU count, RAM, username — via NSProcessInfo ObjC bridge:
uv run scripts/system-info.py