job-hunter

job-hunter is a skill for Claude Code from debytesio/claude-plugin-jobhunter. It costs 94 tokens per session (8,453 once invoked), scanned A, original, Apache-2.0.

A job-search workflow for finding software and AI roles in the United Kingdom or France. It matches listings to a candidate profile, checks some visa requirements, estimates financial viability, and exports ranked results to an Excel workbook.

In plain words
What is it for?
Use it to search supported job platforms, compare roles against your expectations, check UK or French work-visa details, estimate costs, and produce an .xlsx results file.
Why use it?
It brings job searching, profile matching, visa checks, commute costs, and ranking into one repeatable process.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the job-hunter plugin — 1 skill, 1 command, 1 MCP server shipped together

Good fit Use it to search supported job platforms, compare roles against your expectations, check UK or French work-visa details, estimate costs, and produce an .xlsx results file.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/debytesio/claude-plugin-jobhunter/job-hunter
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add debytesio/claude-plugin-jobhunter --skill job-hunter
Clone the repo
git clone --depth 1 https://github.com/debytesio/claude-plugin-jobhunter

Made for: Claude Code.

Or install job-hunter, the plugin that ships this one along with the rest of its 1 skill, 1 command, 1 MCP server.

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-hunter

README.md
[![agentmods](https://agentmods.dev/badge/skills/debytesio/claude-plugin-jobhunter/job-hunter.svg)](https://agentmods.dev/skills/debytesio/claude-plugin-jobhunter/job-hunter)
Your own site
<a href="https://agentmods.dev/skills/debytesio/claude-plugin-jobhunter/job-hunter"><img src="https://agentmods.dev/badge/skills/debytesio/claude-plugin-jobhunter/job-hunter.svg" alt="Measured on agentmods" height="20"></a>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,453 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00094 $0.08453
Opus 5 $0.00047 $0.04227
Sonnet 5 $0.00019 $0.01691
Haiku 4.5 $0.00009 $0.00845

Measured 8d ago against content hash b5c7246c47f9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

job-hunter scanned grade A with 1 finding 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 8d ago.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- **If response contains `download_url` key**: download to disk via curl:
skills/job-hunter/SKILL.md · 593 lines

How it starts

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

Job Hunter

Search job platforms (UK and France), match listings to the candidate's profile, check visa sponsorship (UKVI for UK, Talent Passport for France), calculate financial viability including commute costs, and export ranked results to an Excel workbook (.xlsx).

Powered by DEB Cloud — scraping, reference data, and job caching are provided by the DEB Cloud MCP server (mcp__deb-jobhunter__* tools).

The country field in the expectations JSON drives platform selection, tax/social calculation, visa checking, and currency formatting. Supported countries: gb (default), fr.

Output language: All user-facing output (progress messages, reports, summaries, Excel headers) MUST be in the language of the country field. For fr: write in French. For gb: write in English. If the user writes in a specific language, respond in that language regardless of country.

CRITICAL — Follow ALL steps in order. DO NOT skip steps or improvise. The pipeline has 7 mandatory steps: Step 0 → 1 → 2 → 3 → 3.5 → 4 → 5 → 5.5 → 6. Each step depends on the previous step's output. Skipping enrichment (Step 4) degrades scoring. Skipping company checks (Step 5.5) loses ratings and visa data. Skipping commute (Step 6) loses financial viability. Do NOT write custom Python to replace process_jobs.py stages — always use the script as documented. Do NOT use scrape_jobs (legacy) — always use launch_scrape_jobs (async pipeline).

Context Management — Save Tool Responses to File

CRITICAL: MCP tool responses (especially scrape_jobs and scrape_url) return large payloads that saturate the context window. You MUST save them to disk immediately and reference the file path instead of keeping the content in context.

Temp directory: Create a mcp_jobhunter subdirectory under the system temp folder. Detect the OS temp path at runtime:

  • Linux/macOS: /tmp/mcp_jobhunter/
  • Windows: %TEMP%\mcp_jobhunter\ (e.g., C:\Users\{user}\AppData\Local\Temp\mcp_jobhunter\)

Read the full file on GitHub · 593 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 593 lines · 94 tokens per session scan A b5c7246c47f9

Subscribe to this mod's changes

job-hunter is a skill published in the GitHub repository debytesio/claude-plugin-jobhunter (13 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 94 tokens to every session and 8,453 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.