Automates web form submissions by mapping field names to values, either by pulling selectors from saved templates or by scanning the page's accessibility tree on the fly. You give it a URL and a JSON map like `{"first_name": "Ada", "company": "Acme"}`, and it handles the typing, selecting, and clicking. The PII detection gate is mandatory before any value gets typed, and the trajectory logs only field names with redacted placeholders, never the actual data. Useful when you're filling the same form repeatedly or want to script signups and contact forms without Selenium boilerplate. Templates get stored automatically for reuse. CAPTCHAs will stop it, as they should.
npx skills add https://github.com/ruvnet/ruflo --skill browser-form-fill