A Claude Code plugin that automates your job search end-to-end: find matching positions, auto-fill applications, generate cover letters, write proposals, and prep for interviews - all powered by your resume.
| Skill | Command | What it does |
|---|---|---|
| Autopilot | /autopilot <query> |
Search boards, score matches, and apply to jobs autonomously in batch |
| Apply | /apply <url> |
Auto-fill a single job application form via browser automation |
| Search | /search <query> |
Search job boards and rank results by qualification fit |
| Cover Letter | /cover-letter <job_desc> |
Generate a tailored cover letter matched to your experience |
| Upwork Proposal | /upwork-proposal <job_desc> |
Generate a concise, client-focused Upwork proposal |
| Interview Prep | /interview <job_desc> |
Generate Q&A prep (behavioral, technical, system design) |
| Dashboard | /dashboard |
View application stats, success rates, and export to CSV |
| Humanizer | /humanizer <text> |
Rewrite text to remove AI patterns and sound natural |
git clone --recursive https://github.com/suxrobgm/jobpilot.git
claude --plugin-dir ./jobpilotUse
--recursiveto pull the humanizer submodule. Once available on the marketplace:claude plugin install jobpilot
cp profile.example.json profile.jsonEdit profile.json with your personal info, resume path, credentials, and job board config. See Configuration for the full reference.
Add to .claude/settings.json:
{
"permissions": {
"allow": [
"mcp__plugin_jobpilot_playwright__*"
]
}
}# Autopilot: search and apply to matching jobs autonomously
/autopilot "senior fullstack developer Portland ME remote"
# Apply to a single job
/apply https://boards.greenhouse.io/company/jobs/12345
# Search for jobs
/search "software engineer remote"
# Generate a cover letter
/cover-letter We are looking for a senior full-stack developer...
# Write an Upwork proposal
/upwork-proposal Need a React/Node developer to build a dashboard...
# Prep for an interview
/interview We are hiring a backend engineer for our API platform...
# Resume an interrupted autopilot run
/autopilot "resume"
# View application tracking dashboard
/dashboard
# Export all applications to CSV
/dashboard "export"- Configuration - profile setup, job boards, autopilot settings, work authorization, EEO
- How It Works - architecture, skill details, project structure
- Humanizer by blader - included as a git submodule (MIT License)
MIT




