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
Installs
1
GitHub Stars
1
First Seen
Jun 23, 2026
osascript-sysinfo — damionrashford/osascript-reference