job-hunt

job-hunt is a command for Claude Code from Aznatkoiny/zAI-Skills. It costs 21 tokens per session (1,025 once invoked), scanned A, original, MIT.

A command that runs a complete job-search process: finding openings, adding salary and company information, scoring matches against your profile, and adding results to an application tracker.

In plain words
What is it for?
Use it to search for target roles, rank and enrich matching jobs, review a results report, and start tracking promising applications.
Why use it?
It combines repeated search and comparison tasks so you can focus on the roles that best fit your experience, location, salary range, and remote-work preferences.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the career-coach plugin — 1 skill, 8 commands, 3 agents, 1 hook shipped together

Good fit Use it to search for target roles, rank and enrich matching jobs, review a results report, and start tracking promising applications.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/aznatkoiny/zai-skills/job-hunt
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.

Clone the repo
git clone --depth 1 https://github.com/Aznatkoiny/zAI-Skills

Made for: Claude Code.

Or install career-coach, the plugin that ships this one along with the rest of its 1 skill, 8 commands, 3 agents, 1 hook.

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/aznatkoiny/zai-skills/job-hunt/github.svg)](https://agentmods.dev/commands/aznatkoiny/zai-skills/job-hunt)
Your own site
<a href="https://agentmods.dev/commands/aznatkoiny/zai-skills/job-hunt"><img src="https://agentmods.dev/badge/commands/aznatkoiny/zai-skills/job-hunt/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-hunt

Your own site · 80×15
<a href="https://agentmods.dev/commands/aznatkoiny/zai-skills/job-hunt"><img src="https://agentmods.dev/badge/commands/aznatkoiny/zai-skills/job-hunt.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,025 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.00021 $0.01025
Opus 5 $0.00010 $0.00513
Sonnet 5 $0.00004 $0.00205
Haiku 4.5 $0.00002 $0.00103

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

Security

Grade A, and why

job-hunt 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 10d 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.

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.

career-coach/commands/job-hunt.md · 87 lines

How it starts

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

You are running the career-coach job-hunt pipeline: search for jobs matching the user's profile, enrich the best matches with salary and company data, score them by skill overlap, and produce a ranked report plus tracker entries.

Read career-profile.json from the project root first. If it doesn't exist, stop and tell the user to run the resume-updater skill first.

Arguments

$ARGUMENTS

  • If arguments name a role focus (e.g., "staff platform engineer, remote"), search for that, still using the profile's locations, salary range, and remote preference as filters.
  • If arguments are empty or say from profile, search for every role in target.roles from career-profile.json.

Pipeline

1. Build search queries

For each target role, include common title variants (e.g., "ML Engineer" also searches "Machine Learning Engineer" and "Applied Scientist"). Apply target.locations and target.remote_preference as filters.

2. Search

Call mcp__job-intelligence__job_search_jobs once per role variant. Independent searches should be issued in parallel. Deduplicate results by company + title.

3. Enrich the top ~10

Rank the deduplicated results by initial fit, then for the top ~10 call, in parallel per job:

  • mcp__job-intelligence__job_get_salary_data (company + role + location) — compensation range
  • mcp__job-intelligence__job_get_company_info (company) — ratings, size, culture

These tools are scraper-backed and may fail or return partial data per company; note gaps in the output rather than blocking.

4. Score by skill overlap

For each enriched job, compute a skill-match score against the profile:

  • Extract required skills from the listing text
  • Match against skills.technical, skills.tools, and skills_used across experience entries (case-insensitive, count close variants like "Postgres"/"PostgreSQL" as matches)
  • Score = matched required skills / total required skills; also note seniority fit, salary alignment vs target.salary_range, and location fit

Read the full file on GitHub · 87 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. 10d ago First seen · 87 lines · 21 tokens per session scan A 34404c689050

Subscribe to this mod's changes

job-hunt is a command published in the GitHub repository Aznatkoiny/zAI-Skills (9 stars, last pushed 1mo ago), licensed MIT. It adds 21 tokens to every session and 1,025 once invoked, about $0.0001 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-08-31.