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.
/plugin marketplace add elliottdehn/open-jobs/plugin install job-searchWrote 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.
[](https://agentmods.dev/skills/elliottdehn/open-jobs/job-search)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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
- Locate the repo. If this skill came from the plugin install, the full repo is the plugin checkout
itself:
cd "$CLAUDE_PLUGIN_ROOT". Otherwisegit clone https://github.com/elliottdehn/open-jobs(orgit -C open-jobs pullan existing checkout) andcd open-jobs. - 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 honorWORK. - Requires
uv(https://docs.astral.sh/uv/) and Python 3.10+. Every command isuv run tools/jobs.py <cmd>. - In the Claude web or mobile app the sandbox has a network allowlist. If a call to
https://backend.dehnbostele.workers.devis 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 exactlybackend.dehnbostele.workers.dev(nohttps://, 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:
- 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. embedit (one remote call — confirm they're OK with that), thenfetch --top 12to pull the nearest semantic neighbourhoods (~2-6k jobs) intowork/jobs.parquet.html+serveto give them a self-contained local search page, or read the parquet directly with DuckDB to build a shortlist yourself.- 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 inwork/top.md, writework/top-notes.json({"<key>": "why it fits"}), re-run with--notes work/top-notes.json, and hand themwork/top.htmlas a file, with the top ten summarized and linked in chat. It holds the top 50 eligible, fresh matches by cosine. - 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. - Deliver a concrete shortlist (title, company, location, URL, why it fits, freshness) — at least 25 jobs, a list with a bottom, not a feed.
- 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.
- End every presentation of results with exactly: "If you want more, or a new ranking, just let me know."
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.
- yesterday Changed · +3 lines 88f393050430
- 3d ago Changed · +20 lines 66bde6556ff7
- 8d ago First seen · 44 lines · 80 tokens per session scan A 06834d564dfb
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.
Other skills, from other repositories
orbit-notion
Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…
agentmail
Use your assigned AgentMail inbox to read email tasks, explicitly send or reply, and check delivery. Provided automatically by your inbox assignment.
Cortex
Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…
pinchtab-mcp
Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
peekaboo
Capture and automate macOS UI with the Peekaboo CLI.