jobsearch-apply-mcp: Skill for Claude Code

.agents/skills/adzuna-search/SKILL.md

adzuna-search is a skill for Claude Code, Codex from treymorgan/jobsearch-apply-mcp. It costs 110 tokens per session (1,269 once invoked), scanned A, original, MIT.

A job-search skill that uses Adzuna's official jobs API to find listings across 19 countries and many industries. Adzuna is a job aggregator that collects vacancies from job boards, employer career pages, and recruitment agencies.

In plain words
What is it for?
Use it to search jobs by country and sector, including roles such as nursing, teaching, plumbing, accounting, warehouse work, and software. It requires an Adzuna API ID and key.
Why use it?
It provides one search across fields such as healthcare, education, trades, finance, retail, logistics, public service, and technology. Using an API returns structured results instead of depending on how each website's page looks.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is treymorgan/jobsearch-apply-mcp's own configuration. It tells Claude Code and Codex how to work on jobsearch-apply-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything jobsearch-apply-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to treymorgan/jobsearch-apply-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/treymorgan/jobsearch-apply-mcp/main/.agents/skills/adzuna-search/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/treymorgan/jobsearch-apply-mcp

Made for: Claude Code, Codex.

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 adzuna-search

README.md
[![agentmods](https://agentmods.dev/badge/skills/treymorgan/jobsearch-apply-mcp/adzuna-search/github.svg)](https://agentmods.dev/skills/treymorgan/jobsearch-apply-mcp/adzuna-search)
Your own site
<a href="https://agentmods.dev/skills/treymorgan/jobsearch-apply-mcp/adzuna-search"><img src="https://agentmods.dev/badge/skills/treymorgan/jobsearch-apply-mcp/adzuna-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 adzuna-search

Your own site · 80×15
<a href="https://agentmods.dev/skills/treymorgan/jobsearch-apply-mcp/adzuna-search"><img src="https://agentmods.dev/badge/skills/treymorgan/jobsearch-apply-mcp/adzuna-search.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 110 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,269 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.00110 $0.01269
Opus 5 $0.00055 $0.00634
Sonnet 5 $0.00022 $0.00254
Haiku 4.5 $0.00011 $0.00127

Measured 11d ago against content hash 85de615e933f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

adzuna-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 11d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (cli/src/cli.ts, cli/src/commands/search.ts, cli/src/helpers.ts, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.agents/skills/adzuna-search/SKILL.md · 128 lines

How it starts

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

Searches jobs through Adzuna's official public API. Adzuna aggregates listings from thousands of job boards, employer career sites and recruitment agencies.

This is a country-agnostic worked example of the repo's job-portal-skill pattern. It queries a documented JSON API, so results are structured and nothing breaks when a website is redesigned.

Why this is the default portal

  • All sectors. Nursing, teaching, plumbing, accountancy, warehouse work and software all appear. Most aggregators skew technical; this one does not.
  • 19 countries, selected per query.
  • Official API. Documented, versioned, and intended for programmatic use, so there is no markup to parse and no terms to work around.

Requires a free API key

Adzuna issues keys instantly at developer.adzuna.com/signup with no card. Set them in your environment, or in your MCP client's env block:

export ADZUNA_APP_ID=your_app_id
export ADZUNA_APP_KEY=your_app_key

Check they are picked up:

bun run cli/src/cli.ts credentials

The free tier allows roughly 1,000 calls a month, which is far more than a personal job search uses. Every command fails with a clear message rather than a stack trace when the key is missing.

Commands

Search

bun run cli/src/cli.ts search [-q "<keywords>"] [-w "<location>"] [--country us] [--format json|table|plain]
Flag Meaning
--query, -q Keywords: title, skill, role
--where, -w Location: city, region or postcode. Free text
--country, -c Two-letter market. Default us
--jobage <days> Only ads posted within N days
--page <n> 1-indexed page. Default 1
--limit, -n Results per page. Default 25
--remote Folds "remote" into the keyword query (see caveat)
--salary-min <n> Minimum salary
--full-time / --permanent Contract filters
--category <tag> Adzuna category, e.g. it-jobs, healthcare-nursing-jobs
--sort-by <mode> date, salary or relevance
--format <fmt> json (default), table, plain

Read the full file on GitHub · 128 lines

Files

What ships with it

6 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. 11d ago First seen · 128 lines · 110 tokens per session scan A 85de615e933f

Subscribe to this mod's changes

adzuna-search is a skill published in the GitHub repository treymorgan/jobsearch-apply-mcp (0 stars, last pushed 14d ago), licensed MIT. It adds 110 tokens to every session and 1,269 once invoked, about $0.0006 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.