PluginWorld
Jo

jobpilot

Claude Code

An AI agent that applies to jobs for you - searches boards, tailors your resume, fills applications, messages recruiters. All from a real browser on your machine, on your Claude Code or Codex subscription.

@suxrobGM · MIT · updated 4d ago

SECURITY

B

SCORE

64

STARS

59

PLUG IN

/plugin marketplace add suxrobGM/jobpilot
/plugin install jobpilot

README

JobPilot logo

JobPilot

An AI agent that applies to jobs for you, on the Claude or Codex subscription you already have.

Release CI License: MIT Bun Next.js .NET

Open JobPilot →  ·  Docs  ·  How it works  ·  Changelog

Watch the teaser

Watch it full size →


Applying to jobs eats hours: the same forms, the same resume tweaks, the same follow-ups, day after day. JobPilot hands that work to an AI agent running on your own computer. You tell it what you're looking for, and it searches the boards, tailors your resume for each posting, fills out the forms, submits, messages recruiters, and files every reply. The dashboard on the web tracks where each application stands.

No API keys, no per-token bills. The agent runs inside Claude Code or Codex, so all AI work comes out of the subscription you already pay for.

The agent drives a real browser on your machine, logged in as you, so you can watch every click if you want to. Or close the lid and read the journal in the morning.

What it does

  • Point it at LinkedIn, Indeed, Hiring Cafe, and more, or add your own board. It scores every posting against your resume, then applies one at a time or works through an auto-apply campaign, up to the limits you set. Screening questions, tailored resumes, and cover letters are part of that.

  • The Pilot runs the search unattended. Write your goals once, set a daily cap, and it keeps finding roles, applying, and following up on its own. When something comes up that only you can answer, it sends a push notification. Otherwise you read the journal in the morning.

  • It finds the recruiter or hiring manager behind a posting and drafts a personal message for email or LinkedIn. Connect Gmail and it reads replies, matches them to your applications, and proposes the next move. You approve every send.

  • Applications move through one pipeline from submitted to offer, with analytics on top. Every resume variant is versioned and exported to PDF, so you always know which resume went where. Upwork works the same way: search, client-quality filters, and drafted proposals.

Get started

  1. Install the JobPilot plugin for Claude Code or Codex (commands below).
  2. Run the setup skill. It installs the local terminal companion (or upgrades it to the latest release if you already have one), starts the agent, and opens the dashboard.
  3. Create an account and upload your resume. The agent parses it into your profile.
  4. Launch your first search campaign. Review the matches, then apply to the ones you like or let an auto-apply campaign work through them.

Claude Code sessions default to Sonnet. On Codex, pick a mid-tier model yourself: GPT 5.6 Terra. Top-tier models eat your weekly usage limits far faster without applying to more jobs. Why.

Install the plugin

Claude Code

Run these commands in Claude Code:

/plugin marketplace add https://github.com/suxrobGM/claude-plugins
/plugin install jobpilot@sukhrob-claude-plugins
/jobpilot:setup

Codex

Run these commands in a shell:

codex plugin marketplace add suxrobGM/codex-plugins
codex plugin add jobpilot@sukhrob-codex-plugins

Start a new Codex session, then run:

$setup

After setup, launch the agent any time from the agent dock in the dashboard.

Install the terminal companion manually

Use one of these commands if you need to install or repair the terminal companion without running the setup skill. Dashboard sessions load their runtime skills and browser configuration from the terminal release, so the marketplace plugin is needed only for the guided setup bootstrap.

  • Windows (PowerShell):

    irm https://raw.githubusercontent.com/suxrobGM/jobpilot/main/apps/terminal/install.ps1 | iex
    
  • macOS / Linux:

    curl -fsSL https://raw.githubusercontent.com/suxrobGM/jobpilot/main/apps/terminal/install.sh | bash
    

For a guided walkthrough, see the getting-started guide.

Skills

There is only one command you type yourself:

/jobpilot:setup     # Claude Code
$setup              # Codex

It installs the local terminal companion, starts the agent, and opens the dashboard. If the companion is already installed, setup upgrades it to the latest release instead, so run it again any time to update or repair the install.

Everything else happens from the dashboard. Click an action and JobPilot hands the matching skill to the agent in the dock, so you can watch the work as it goes:

In the dashboard What the agent does
New campaign → Search only (search) Searches a board and scores every result against your resume.
New campaign → Auto-apply (auto-apply) Searches, then applies to matches one at a time, up to the limits you set.
New campaign → Networking (networking) Finds the recruiter or hiring manager and drafts a message to each.
New campaign on Upwork (upwork-search) Searches Upwork, filters out low-quality clients, ranks the rest.
New campaign → Apply to links (apply) Applies to each job link you paste, after a fit review.
Campaign → Resume (resume-campaign) Picks a paused campaign back up and finishes its approved jobs.
Campaign → Rescan skipped (rescan-skipped) Re-checks skipped jobs in case the reason no longer holds.
Campaign → Retry failed (auto-apply) Re-runs the applications that errored out.
Inbox → Scan pending (scan-inbox) Classifies new mail, matches it to applications, proposes stage moves.
Networking → Regenerate (networking) Rewrites a drafted message.
Resume → Extract from PDF (extract-resume) Parses an uploaded PDF into your structured profile.
Resume → Tailor (tailor-resume) Rewrites a resume variant against one job description.
Upwork → Proposal (upwork-proposal) Drafts a proposal for one posting.
Upwork → Profile (upwork-profile) Improves your Upwork overview; writes back only after you approve.
Pilot → Start (pilot) Hands the whole search to the agent on a loop.

Mid-job the agent reaches for more skills on its own: tailoring your resume before it submits, writing a cover letter, solving a CAPTCHA, pulling a verification code out of your inbox. You never invoke those. The full catalog lists everything that exists.

Inbox scanning, verification codes, and networking emails require your own Google OAuth client. Follow the email setup guide to connect it.

Documentation

  • User documentation: setup, campaigns, skills, email, credentials, and common questions.
  • How JobPilot works: a non-technical overview of the dashboard, local agent, and terminal companion.
  • Development guide: local setup, repository layout, technical architecture, and contribution notes.

License

MIT. The shared humanizer skill is vendored from blader/humanizer (MIT) under plugin/skills/humanizer/, which ships with its own LICENSE file.

SIMILAR PLUGINS