Open source plugin turns Claude Code into a job search assistant
An open source plugin posted by jb_hn lets Claude Code pull live LinkedIn job postings, filter them against saved user preferences, and optionally run searches on a recurring schedule.
Score breakdown
The plugin extends Claude Code beyond coding tasks into agentic job-search automation, combining live data ingestion, preference filtering, and scheduled re-runs in a single open source tool.
- 01The plugin is invoked via the `/job-search` command inside Claude Code.
- 02It pulls live job postings from LinkedIn Jobs and filters them against locally saved user preferences.
- 03An optional scheduling feature (e.g., daily) can surface new matching posts automatically over time.
jb_hn shared an open source Claude Code plugin on Hacker News designed to reduce the time spent finding relevant job listings. The workflow starts with cloning the repo and running the `/job-search` command inside Claude Code; Claude then asks a series of questions to understand the user's target roles and saves those preferences locally. From there, it pulls live postings from LinkedIn Jobs, scores them against the stored preferences, and produces a curated digest of relevant results.
The plugin also supports an optional scheduled mode — such as a daily run — so that new matching postings are surfaced automatically over time without manual re-querying.
The plugin also supports an optional scheduled mode — such as a daily run — so that new matching postings are surfaced automatically over time without manual re-querying. Two additional capabilities are on the roadmap: having Claude compare a resume against a job description to estimate fit, and having Claude recommend specific resume edits to better align with a given role. The plugin is released under the MIT license and relies on agent-data for structured web data access; users need a free API key (no credit card required) to activate the live job-fetching functionality.
Key facts
- 01The plugin is invoked via the `/job-search` command inside Claude Code.
- 02It pulls live job postings from LinkedIn Jobs and filters them against locally saved user preferences.
- 03An optional scheduling feature (e.g., daily) can surface new matching posts automatically over time.
- 04The plugin uses agent-data for structured web data access; a free API key is required, with no credit card needed.
- 05The repo is published under the MIT license at github.com/agent-data/job-search.
- 06Roadmap items include resume-to-job-description fit estimation and Claude-generated resume edit recommendations.
Topics
Summary and scoring are generated automatically from the original article. We always link back to the publisher and never republish images or paywalled content. Last processed Jun 18, 2026 · 10:40 UTC. How this works →