auto_apply
Automate remote job search and application: search jobs, score matches, generate cover letters, submit forms via browser automation, and log all to Notion.
Instructions
Automatically search, score, generate cover letters, and apply to N remote jobs matching the candidate profile. Uses browser automation (Playwright) to fill and submit application forms. Logs all applications to Notion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | Yes | Job role to search and apply for, e.g. "Flutter Developer" | |
| tone | No | Tone for generated cover letters (default: professional) | |
| dry_run | No | If true, runs the full pipeline (search, score, cover letter, log) but skips actual form submission | |
| min_fit_score | No | Minimum fit score to apply (default 65, 0-100) | |
| max_applications | No | Maximum number of jobs to apply to (default 5, max 20) | |
| candidate_profile | Yes | Structured candidate profile from parse_cv |