tauri-pilot

Installation
SKILL.md

tauri-pilot

Workflow

1. ping          — verify connectivity
2. snapshot -i   — get interactive elements with refs
3. read refs     — inspect elements (text, value, attrs)
4. act on refs   — click, fill, type, select, check
5. assert        — verify result in one step (exit 0 = pass, exit 1 = fail)

Rules

  1. Always snapshot before interacting. Refs reset on each snapshot.
  2. Prefer snapshot -i to minimize output.
  3. Use wait after async actions (navigation, data loading).
  4. One action at a time, then re-snapshot to verify.
  5. Check logs --level error after actions to catch JS errors.
Installs
11
GitHub Stars
30
First Seen
Apr 9, 2026