What problem does it solve? Recurring website tasks force the agent to rediscover the same controls, selectors, and failure modes on every run, wasting tool turns and producing inconsistent results. This Skill turns a known website flow into a documented, verified harness that later sessions can replay deterministically. ## Core Features & Use Cases - Structured Site Survey: Records browser lane compatibility, semantic targets (role + accessible name), stable DOM fallbacks, checkpoints, and recovery paths for every step. - Safety-First Authoring: Enforces dummy-data-only surveys, a strict no-submit boundary, and explicit decision/side-effect gates so irreversible actions (purchases, bookings, submissions) are never crossed during authoring or verification. - Harness Validation & Verification: Ships a dependency-free Python validator (scripts/validate_harness.py) plus templates and a schema reference to check structure, dates, evidence, and prohibited content like session refs or secrets. - Use Case: Map the order-status flow on an e-commerce site once, verify it with dummy data, and install the generated harness so future Hermes sessions—or a read-only cron job—replay it without re-exploring the site. ## Quick Start Ask Hermes to map the order-status flow on a specific website using dummy data and to stop before any irreversible action.