Home/AI Agents/ai-job-search
ai-job-search logo

ai-job-search

MadsLorentzen/ai-job-search

AI job application framework built on Claude Code for evaluating postings, tailoring CVs, writing cover letters, and interview preparation.

GraphCanon updated 5d · GitHub synced 5d

32k stars11k forksLast push 5d Python MIT

Decision brief

Decision-Critical Facts for AI Job Search Tool

Good fit when

  • When you require an integrated framework that can evaluate job postings, tailor CVs, write cover letters, and prepare for interviews using Claude Code as the underlying engine.
  • If your workflow involves multiple job platforms like LinkedIn and Freehire which the tool supports through specific search agents built-in.

Avoid when

  • Avoid this tool if you require a completely language-agnostic solution since it is built with TypeScript and requires the execution environment to support it, including the use of 'bun' for certain CL
  • If your job application process does not benefit from AI-driven tailoring, as this tool heavily invests in AI evaluation and personalization features which might be overkill or unnecessary.

Observed Jul 11, 2026 · Source: enrich:decision_facts

Verify the decision

Maintenance and security

Full trust report
Maintenance
Very active (0d since push)
As of 5d
Provenance
Not a fork · Personal account
As of 5d
Security (OSV)
No lockfile
As of 1mo

Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.

Install

pip install ai-job-search
PyPI

How it fits your stack(1)

Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.

Relationship graph

Optional deeper exploration of typed edges and category neighbours.

Similar tools

Same-category neighbours not already linked as typed edges.

Evidence and technical details

Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.

Overview

A tool to streamline the process of applying for jobs by leveraging AI to evaluate job postings, tailor resumes, write cover letters, and prepare for interviews. Utilizes various search agents for different job platforms.

Capability facts

Languages
python

Source: github.language · Aug 20, 2026

Categories

Tags

README

Quick start

🎥 Prefer to see it in action first? The Next New Thing did a hands-on walkthrough of how the workflow is actually used, from setup to a finished application (recorded August 2026 - commands may have evolved since).


2. Install job search tools

PowerShell:

$tools = @("jobbank-search", "jobdanmark-search", "jobindex-search", "jobnet-search", "linkedin-search", "freehire-search")
foreach ($tool in $tools) {
  Push-Location ".agents/skills/$tool/cli"
  bun install
  Pop-Location
}

Bash / zsh / Git Bash:

for tool in jobbank-search jobdanmark-search jobindex-search jobnet-search linkedin-search freehire-search; do
  (cd .agents/skills/$tool/cli && bun install)
done

For linkedin-search and freehire-search the install is optional: both have zero runtime dependencies and run with plain bun; bun install only pulls TypeScript dev types.

For agents

This page has a .md twin and JSON over the API.

Was this helpful?

Anonymous feedback helps us improve pages and translations.