What problem does it solve? Manually searching job boards and filling out the same application forms for every posting consumes hours of repetitive effort. This Skill runs an autonomous campaign that searches a board, scores each posting against your resume, and delegates each application to a worker subagent until the campaign is paused, the board is exhausted, or the application cap is reached. ## Core Features & Use Cases - Autonomous apply loop: Walks search results top to bottom, dedupes, scores each posting against your resume via a server-side fit API, and applies to qualifying jobs one at a time through a job-worker subagent. - Campaign management: Creates or resumes campaigns through the JobPilot API, supports resume and retry-failed <campaign-id> modes, enforces maxApplications caps, and honors user pauses between jobs. - Resilient edge-case handling: Attempts CAPTCHA solving, pauses only for 2FA or verification, skips payment-gated jobs, and records every outcome (applied, failed, skipped) to the campaign API with a live dashboard view. - Use Case: Launch a campaign for "backend engineer" on LinkedIn with a minimum match score of 70 and a cap of 20 applications, then review the results and retry failures the next morning. ## Quick Start Ask the agent to auto-apply to backend engineer jobs on LinkedIn with a minimum match score of 70 and a maximum of 20 applications.