JobPilot: Claude Code Plugin for Automated Job Applications

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.
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
👀 See Also

OpenRouter Model Pricing and Intelligence-per-Dollar Analysis
A Reddit user compiled OpenRouter API pricing for 16 AI models and calculated intelligence-per-dollar values, identifying MiMo-V2-Flash as best value at $0.09/M tokens and GPT-5.4 as most intelligent at $2.50/M tokens.

Claude Code as a Compiler: A Practical Reframe for AI Development
A Reddit post argues Claude Code functions as a compiler translating English to working software, drawing parallels to historical computing breakthroughs like Grace Hopper's A-0 and FORTRAN. The author describes generating 400 lines across 6 files from a 3-paragraph English description, catching two issues in 25 minutes.

Team Memory MCP: Open Source Shared Memory for Claude Code with Bayesian Confidence Scoring
Team Memory MCP is an open source tool that provides shared team memory for Claude Code with Bayesian confidence scoring. It uses a Beta-Bernoulli model to rank patterns, includes temporal decay with 90-day half-life, and can be added to Claude Code with a single command.

Terrarium: Open-Source Sandbox for Agentic Environments with Time Machine Rewind
A versatile sandboxing solution for running multiple AI agents securely on any VPS or cloud. Features isolated worlds, reverse-proxy management, GUIs, and a time machine to rewind container state.