Install
openclaw skills install greenhouse-applySubmit job applications on Greenhouse (job-boards.greenhouse.io). Handles the full flow: fill text fields, set React Select dropdowns, select phone country,...
openclaw skills install greenhouse-applyFill and submit Greenhouse job application forms via browser automation.
Navigate to the Greenhouse job URL.
Critical: Do NOT use type on individual fields. Use a single evaluate call with native setters.
The phone country selector is an intl-tel-input widget. It hijacks focus from other dropdowns.
Use Playwright click, type, press Enter on the combobox ref.
Use the browser upload tool with the Attach button ref.
Take a snapshot and verify EVERY field.
The code input is 8 individual inputs with IDs security-input-0 through security-input-7. DO NOT use Playwright type on snapshot refs for code boxes — use JS evaluate instead.