Back to browse
GitHub Repository

Turn Claude Code into your job search assistant.

1 starsPython

An open source job search plugin for Claude Code

by jb_hn·Jun 18, 2026·5 points·0 comments

AI Analysis

●●SolidSolve My ProblemNiche Gem

Claude Code plugin with scheduled job searches, but LinkedIn-only limits reach.

Strengths
  • Scheduled searches surface new postings automatically
  • Skills library architecture enables extensible workflows
  • Local preference storage keeps data private
Weaknesses
  • Requires external agent-data API for job postings
  • LinkedIn-only source ignores Indeed, company sites
Category
Target Audience

Job seekers using Claude Code

Similar To

Teal · Simplify · Jobscan

Post Description

Hey HN,

I wanted to share an open source plugin + skills I put together that turn Claude Code into a job search assistant. The goal is to minimize the amount of time needed to find interesting and relevant jobs.

How it works: 1. Clone the repo, install the plugin, and run `/job-search` 2. Claude will ask a few questions to understand the roles you’re interested in and save your preferences locally. 3. Claude will then pull live job postings (currently, LinkedIn Jobs), compare posts against your preferences, and generate a digest of the posts that are relevant. 4. [Optionally] Claude will also run your search on a schedule (e.g., daily) to surface new posts matching your preferences over time.

Features on the roadmap: - Skills for having Claude compare resumes to job descriptions to estimate “fit” - Skills for having Claude recommend resume edits to better align with a given job description

Repo: https://github.com/agent-data/job-search (MIT license)

Important: the plugin uses agent-data (a tool for accessing structured web data) under the hood to pull live job postings, so you’ll need an API key to get started (no credit card required).

Similar Projects