Otgw Device Verify banner
rvdbreemen rvdbreemen

Otgw Device Verify

Design community

Description

--- name: otgw-device-verify description: Runs the OTGW on-device verify loop (build LittleFS/firmware -> flash the bench ESP32-S3 over USB -> verify the v2 Web UI on the device) and returns ONLY a compact PASS/FAIL summary. Use after any change to src/OTGW-firmware/data/* (v2.html/js/css) or firmware that needs on-device confirmation, so the verbose build log, esptool progress dump, and Playwright output stay in THIS agent's context instead of bloating the main session. Give it: what changed +

Installation

Installs to ~/.claude/agents/rvdbreemen-otgw-firmware-otgw-device-verify.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/rvdbreemen/OTGW-firmware/HEAD/.claude/agents/otgw-device-verify.md -o ~/.claude/agents/rvdbreemen-otgw-firmware-otgw-device-verify.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository