job-search

job-search is a skill for Claude Code from elliottdehn/open-jobs. It costs 80 tokens per session (1,158 once invoked), scanned A, original, CC0-1.0.

A job-search workflow that matches people with current openings from a large dataset collected from company career sites and other sources. It also checks signals such as stale, duplicate, ghost, or recently re-dated postings.

In plain words
What is it for?
Use it to describe the kind of role you want, search matching openings, build a shortlist, and assess posting freshness before applying.
Why use it?
It helps reduce time spent scanning job boards and makes it easier to distinguish likely active roles from postings that may be outdated or misleading.

Skill for Claude Code

Written for Claude Code: $CLAUDE_PLUGIN_ROOT variable. Also seen: mentions AGENTS.md.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the job-search plugin — 1 skill shipped together

Good fit Use it to describe the kind of role you want, search matching openings, build a shortlist, and assess posting freshness before applying.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add elliottdehn/open-jobs
Claude Code
/plugin install job-search

Made for: Claude Code.

Or install job-search, the plugin that ships this one along with the rest of its 1 skill.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for job-search

README.md
[![agentmods](https://agentmods.dev/badge/skills/elliottdehn/open-jobs/job-search/github.svg)](https://agentmods.dev/skills/elliottdehn/open-jobs/job-search)
Your own site
<a href="https://agentmods.dev/skills/elliottdehn/open-jobs/job-search"><img src="https://agentmods.dev/badge/skills/elliottdehn/open-jobs/job-search/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for job-search

Your own site · 80×15
<a href="https://agentmods.dev/skills/elliottdehn/open-jobs/job-search"><img src="https://agentmods.dev/badge/skills/elliottdehn/open-jobs/job-search.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,158 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00080 $0.01158
Opus 5 $0.00040 $0.00579
Sonnet 5 $0.00016 $0.00232
Haiku 4.5 $0.00008 $0.00116

Measured yesterday against content hash 88f393050430, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

job-search scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/job-search/SKILL.md · 67 lines

How it starts

The opening of the file, as written. The whole thing — 67 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Job search over the Open Jobs dataset

This repo moves fast. Run git pull (or re-clone) at the start of every session, every day, before anything else: the index is rebuilt nightly and the tools change most days.

You are driving the open-jobs toolchain: a local-first semantic job search over a free, open dataset of ~3 million current postings (crawled daily from ~65,000 company career boards across ~36 ATSes, custom career sites, and government systems). Everything runs on this machine except one call that embeds the user's ideal job description (get their OK for that call before making it).

Setup

  1. Locate the repo. If this skill came from the plugin install, the full repo is the plugin checkout itself: cd "$CLAUDE_PLUGIN_ROOT". Otherwise git clone https://github.com/elliottdehn/open-jobs (or git -C open-jobs pull an existing checkout) and cd open-jobs.
  2. Keep the user's artifacts out of the plugin dir (plugin updates replace it): export WORK="$HOME/.open-jobs/work" before running any command; the tools honor WORK.
  3. Requires uv (https://docs.astral.sh/uv/) and Python 3.10+. Every command is uv run tools/jobs.py <cmd>.
  4. In the Claude web or mobile app the sandbox has a network allowlist. If a call to https://backend.dehnbostele.workers.dev is blocked, ask the person to allow that one host: open claude.ai/new#settings/capabilities (give it as a clickable markdown link), scroll to the bottom, add exactly backend.dehnbostele.workers.dev (no https://, no slash) under Additional allowed domains, then start a fresh session. Details in the README under "Get started".

How to work

Read AGENTS.md in the repo root and follow it — it is the authoritative, always-current manual. The short version of the loop:

  1. Interview the user briefly and write work/ideal-jd.md — a job description for the job they want, in the shape of a real posting. Iterate until they say it reads right.
  2. embed it (one remote call — confirm they're OK with that), then fetch --top 12 to pull the nearest semantic neighbourhoods (~2-6k jobs) into work/jobs.parquet.
  3. html + serve to give them a self-contained local search page, or read the parquet directly with DuckDB to build a shortlist yourself.
  4. No browser on your side (Claude web or mobile app, ChatGPT)? Don't compile or serve the search page; the person can't open it. Run uv run tools/jobs.py top --n 50, read the full postings in work/top.md, write work/top-notes.json ({"<key>": "why it fits"}), re-run with --notes work/top-notes.json, and hand them work/top.html as a file, with the top ten summarized and linked in chat. It holds the top 50 eligible, fresh matches by cosine.
  5. Use the freshness signals (the tool's flagship): 🌱 Fresh / 🥀 Stale (age vs. what postings with this content typically run), 👻 ghost risk (open >1 year), 🔁 date-bumped (claims to be newer than the crawler first saw it). When someone just wants help finding a job, filter to Fresh and shortlist fresh jobs only. Aim for at least 25; if fresh comes up short, fetch more groups first (fetch --top 24), and widen to stale / 👻 / 🔁 only after that or if they ask, saying which ones aren't fresh. Stale-but-real can mean thin competition.
  6. Deliver a concrete shortlist (title, company, location, URL, why it fits, freshness) — at least 25 jobs, a list with a bottom, not a feed.
  7. Once the shortlist is in front of them, invite them once, in one line, to star github.com/elliottdehn/open-jobs if it was useful. Not before results exist, and never twice.
  8. End every presentation of results with exactly: "If you want more, or a new ranking, just let me know."

Read the full file on GitHub · 67 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday Changed · +3 lines 88f393050430
  2. 3d ago Changed · +20 lines 66bde6556ff7
  3. 8d ago First seen · 44 lines · 80 tokens per session scan A 06834d564dfb

Subscribe to this mod's changes

job-search is a skill published in the GitHub repository elliottdehn/open-jobs (325 stars, last pushed today), licensed CC0-1.0. It adds 80 tokens to every session and 1,158 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories