add-vacancy

add-vacancy is a skill for Claude Code from Miracle-Aligner/job-search-hq. It costs 143 tokens per session (2,016 once invoked), scanned A, original, MIT.

A workflow for adding job vacancies to Job Search HQ, a system for collecting and assessing job listings.

In plain words
What is it for?
Use it with individual job URLs, batches of URLs, or supported job-board postings to fetch details, find alternate sources, score matches, validate records, and rebuild the listings.
Why use it?
It turns one or more vacancy links into structured records and checks them against a candidate profile before saving them.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 scripts/score.py compute <tech> <comp> <level> <company> <appeal> [risk].

Part of the job-search-hq plugin — 9 skills shipped together

Good fit Use it with individual job URLs, batches of URLs, or supported job-board postings to fetch details, find alternate sources, score matches, validate records, and rebuild the listings.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/Miracle-Aligner/job-search-hq
agentmods
npx agentmods add skills/miracle-aligner/job-search-hq/add-vacancy

Made for: Claude Code.

Or install job-search-hq, the plugin that ships this one along with the rest of its 9 skills.

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 add-vacancy

README.md
[![agentmods](https://agentmods.dev/badge/skills/miracle-aligner/job-search-hq/add-vacancy/github.svg)](https://agentmods.dev/skills/miracle-aligner/job-search-hq/add-vacancy)
Your own site
<a href="https://agentmods.dev/skills/miracle-aligner/job-search-hq/add-vacancy"><img src="https://agentmods.dev/badge/skills/miracle-aligner/job-search-hq/add-vacancy/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 add-vacancy

Your own site · 80×15
<a href="https://agentmods.dev/skills/miracle-aligner/job-search-hq/add-vacancy"><img src="https://agentmods.dev/badge/skills/miracle-aligner/job-search-hq/add-vacancy.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 143 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,016 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.00143 $0.02016
Opus 5 $0.00072 $0.01008
Sonnet 5 $0.00029 $0.00403
Haiku 4.5 $0.00014 $0.00202

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

Security

Grade A, and why

add-vacancy 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.

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.

.claude/skills/add-vacancy/SKILL.md · 156 lines

How it starts

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

add-vacancy

Flow

  1. Detect mode — single URL · bulk URLs · aggregator URL.
  2. Fetch each posting (web_fetch for plain pages; Claude in Chrome for JS/auth-gated).
  3. Find alt-source links on other platforms.
  4. Assess against profile/candidate.md; score via scripts/score.py compute.
  5. Preview + confirm with the user.
  6. Append to data/vacancies.json (the v2 envelope's vacancies[]) → python3 scripts/validate.pypython3 scripts/build.py --real.

Modes

Input Mode Notes
One job-posting URL Single Step 1A
Several job-posting URLs Bulk Step 1A applied per URL; collect failures, don't abort the batch
A category / search / aggregator URL Aggregator Defer to /refresh-listings (its per-source playbooks live there)

DOU posting URLs look like jobs.dou.ua/companies/<co>/vacancies/<id>/. Djinni: djinni.co/jobs/<id>-<slug>/. LinkedIn: linkedin.com/jobs/view/<id>.

Step 1A — fetch a single URL

  • DOU: plain WebFetch works. Confirm the role title is on the page; if the page redirects to the company's vacancy list or shows "вакансія неактивна", the posting is gone — tell the user and don't add it.
  • Djinni: WebFetch works for individual postings.
  • LinkedIn: WebFetch is auth-gated and usually fails. Use Claude in Chrome with the user's logged-in session.

Extract: company, role, salary (or est. band), location, language requirement, key stack, must-have / nice-to-have.

Skip this whole step if config/sources.json has "crossLink": false (the user wants only the links they gave — no alt-source lookup, no altLinks). Otherwise build an altLinks array of 1–4 entries on other platforms. Schema:

Read the full file on GitHub · 156 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. 11d ago First seen · 156 lines · 143 tokens per session scan A 6df9f7e013a4

Subscribe to this mod's changes

add-vacancy is a skill published in the GitHub repository Miracle-Aligner/job-search-hq (1 stars, last pushed 3mo ago), licensed MIT. It adds 143 tokens to every session and 2,016 once invoked, about $0.0007 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.