automate-zero-native
Installation
SKILL.md
Automate zero-native apps
zero-native has a built-in automation system for inspecting running WebView shell apps. It works through file-based IPC in .zig-cache/zero-native-automation/.
Prerequisites
Run an app with automation enabled:
zig build run-webview -Dplatform=macos -Dautomation=true
Commands
zig build
zig-out/bin/zero-native automate list
zig-out/bin/zero-native automate snapshot
zig-out/bin/zero-native automate screenshot [path]