Toolkit

Auto Form Fill

Reads visible form inputs on the current page, combines them with saved personal context and persistent variables, and fills likely answers back into the page.

What It Does

Auto Form Fill is built for repetitive browser forms that still need to run in a real tab. It reads visible inputs, maps the obvious fields deterministically, and uses the LLM for the remaining ambiguous ones.

How It Works

  • Extracts visible inputs from the page, optionally including iframe content.
  • Can run in empty-fields-only mode so existing answers are left alone.
  • Filters noisy controls such as certain LinkedIn resume widgets and prefilled phone-code selectors.
  • Applies deterministic fills first for high-confidence fields.
  • Sends the remaining candidate fields plus compact personal context to the LLM.
  • Converts the LLM output into executable page actions and runs them through the workflow bridge.

Best For

  • Long job applications
  • Repetitive profile forms
  • Multi-step workflows where labels change slightly between sites

Behavior Notes

  • It depends on saved personal context and persistent variables already existing.
  • It performs best when the page labels are descriptive enough to map intent.
  • Iframe content can be included, but access can fall back to top-frame-only if permissions are blocked.