JobPilot: Claude Code Plugin for Automated Job Applications

✍️ OpenClawRadar📅 Published: April 19, 2026🔗 Source
JobPilot: Claude Code Plugin for Automated Job Applications
Ad

JobPilot is a Claude Code plugin that automates the entire job search workflow, built to handle repetitive application tasks. The tool uses Playwright browser automation to navigate real job sites, performing actions like logging in, filling forms, uploading resumes, and handling multi-page applications.

Setup and Configuration

Setup requires creating a profile.json file containing personal information, credentials, and resume file paths. The plugin reads your resume to understand your background and uses this information across all its functions. All credentials remain on your local machine—no API keys, SaaS, or subscriptions are required.

Ad

Available Commands

  • /autopilot "software engineer remote" – Searches job boards, scores matches, and applies to approved jobs autonomously
  • /apply <url> – Auto-fills a single application form
  • /search "react developer NYC" – Searches job boards and ranks results by resume fit
  • /humanizer <text> – Rewrites AI-generated text to remove AI patterns and sound natural
  • /cover-letter <job description> – Generates a tailored cover letter and invokes the humanizer skill to strip AI-generated text patterns
  • /upwork-proposal <job description> – Writes a concise, client-focused Upwork proposal and invokes the humanizer skill
  • /interview <job description> – Generates interview preparation Q&A
  • /dashboard – Tracks application statistics across all runs

The plugin is available on GitHub at https://github.com/suxrobgm/jobpilot.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Dirac: Open-Source Agent Tops TerminalBench with 65.2%, Cheaper and Open
Tools

Dirac: Open-Source Agent Tops TerminalBench with 65.2%, Cheaper and Open

Dirac, an open-source coding agent, achieved a 65.2% score on TerminalBench 2.0 for gemini-3-flash-preview, beating Google's baseline (47.6%) and top closed-source agent Junie CLI (64.3%). It also reduces API costs by 64.8% vs competitors.

OpenClawRadar
Storybloq: A Project Tracker for Claude Code with Mac App, CLI, and MCP
Tools

Storybloq: A Project Tracker for Claude Code with Mac App, CLI, and MCP

Storybloq is a free, open-source project tracker that lives in .story/ inside your repo. It includes a Mac app (App Store), a CLI, and an MCP server to expose tickets, issues, and session handovers to Claude Code.

OpenClawRadar
Claude Code Skill Delegates Coding to Mistral/DeepSeek: 57M Tokens Saved, 90-100% Cost Reduction
Tools

Claude Code Skill Delegates Coding to Mistral/DeepSeek: 57M Tokens Saved, 90-100% Cost Reduction

A Claude Code skill called vibe-skill delegates low-level coding to cheap models like Mistral or DeepSeek while keeping Claude's planning. After 254 runs over 10 days, it saved 57M tokens and achieved 90-100% cost savings with 98% success rate.

OpenClawRadar
Developer Builds GALA Programming Language with Claude Code, Notes Strong Typing Improves AI-Generated Code Reliability
Tools

Developer Builds GALA Programming Language with Claude Code, Notes Strong Typing Improves AI-Generated Code Reliability

A developer built GALA, a functional programming language that transpiles to Go, using Claude Code extensively. The language features sealed types, exhaustive pattern matching, immutability by default, and monads, with Claude helping implement type inference, pattern-matching transformers, and fixing over 40 bugs.

OpenClawRadar