Open-source AI job search system built with Claude Code evaluates offers, generates tailored resumes

✍️ OpenClawRadar📅 Published: April 15, 2026🔗 Source
Open-source AI job search system built with Claude Code evaluates offers, generates tailored resumes
Ad

What it is

A developer has open-sourced a job search system built with Claude Code that turns your terminal into a job search command center. You paste a job URL, and it evaluates the offer, generates a tailored PDF resume, and tracks everything. The developer used it to evaluate 740+ offers before landing a role as Head of Applied AI.

How it works

The system uses Claude Code as the engine, reading a CLAUDE.md file with 14 skill modes. It's not a wrapper around an API — it's Claude Code with custom skills. Key functions include:

  • Evaluating job fit across 10 dimensions
  • Rewriting your CV per job listing
  • Scanning 45+ company career pages (including Anthropic, OpenAI, ElevenLabs, Stripe)
  • Preparing STAR interview stories
  • Filling application forms
Ad

What's in the repository

  • 14 skill modes: evaluate, scan, PDF, batch, interview prep, negotiation, and others
  • Go terminal dashboard built with Bubble Tea to browse your pipeline
  • 45+ companies pre-configured
  • ATS-optimized PDF generation via Playwright
  • Onboarding wizard where Claude walks you through setup in 5 minutes
  • Scoring system focused on quality over quantity (not a spray-and-pray tool)

Important notes

The system is designed to help you apply only where there's a real match. It scores fit so you focus on high-quality applications instead of wasting everyone's time. The developer emphasizes always reviewing before submitting. The project is free, MIT licensed, with no paid tiers.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Claude Code now supports 240+ models via NVIDIA NIM gateway — including Nemotron-3 120B for agentic coding
Tools

Claude Code now supports 240+ models via NVIDIA NIM gateway — including Nemotron-3 120B for agentic coding

Claude Code can switch mid-session to 240+ NVIDIA NIM models via the /model command. The Nemotron-3 Super 120B thinking variant shows strong results for multi-file refactoring and agentic tasks.

OpenClawRadar
VS Code Agent Kanban: Markdown-based task management for AI coding agents
Tools

VS Code Agent Kanban: Markdown-based task management for AI coding agents

VS Code Agent Kanban is an extension that creates a GitOps-friendly kanban board inside VS Code using markdown files as task records. It addresses context rot in AI coding agents by preserving planning conversations, decisions, and implementation details in version-controlled .md files.

OpenClawRadar
Context Gateway: An Open-Source Proxy for Compressing AI Agent Context
Tools

Context Gateway: An Open-Source Proxy for Compressing AI Agent Context

Context Gateway is an open-source proxy that sits between coding agents and LLMs, compressing tool outputs before they enter the context window. It uses small language models to detect signal in context, performs background compaction at 85% window capacity, and includes spending caps, a dashboard, and Slack notifications.

OpenClawRadar
audio-analyzer-rs: An MCP Server for Audio Analysis with Claude
Tools

audio-analyzer-rs: An MCP Server for Audio Analysis with Claude

A developer built audio-analyzer-rs, an MCP server in Rust that gives Claude direct access to audio file analysis including spectral, harmonic, rhythm, LUFS loudness (EBU R128), and dynamic range measurements. The tool is token-efficient, with Claude starting at low resolution and zooming in on small chunks as needed.

OpenClawRadar