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.
git clone --depth 1 https://github.com/Miracle-Aligner/job-search-hqnpx agentmods add skills/miracle-aligner/job-search-hq/add-vacancyWrote 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/miracle-aligner/job-search-hq/add-vacancy)<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.
<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>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.00143 | $0.02016 |
| Opus 5 | $0.00072 | $0.01008 |
| Sonnet 5 | $0.00029 | $0.00403 |
| Haiku 4.5 | $0.00014 | $0.00202 |
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.
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
- Detect mode — single URL · bulk URLs · aggregator URL.
- Fetch each posting (web_fetch for plain pages; Claude in Chrome for JS/auth-gated).
- Find alt-source links on other platforms.
- Assess against
profile/candidate.md; score viascripts/score.py compute. - Preview + confirm with the user.
- Append to
data/vacancies.json(the v2 envelope'svacancies[]) →python3 scripts/validate.py→python3 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
WebFetchworks. 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:
WebFetchworks for individual postings. - LinkedIn:
WebFetchis 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.
Step 1B — find alt-source links
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:
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.
- 11d ago First seen · 156 lines · 143 tokens per session scan A 6df9f7e013a4
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.
Other skills, from other repositories
apply
Apply to a single job (URL or pasted page) with fit review, or score and apply the job links pasted into an apply campaign when no argument is given.
scan-inbox
Classify unscanned mailbox messages, fuzzy-match each to an existing application, and write the proposal back. The user approves in /inbox.
resume-campaign
Resume a paused JobPilot campaign by id. Re-flips the campaign to inprogress and replays the apply loop on any remaining approved jobs without re-asking for fit confirmation.
resume-tailoring
Methodology for tailoring a resume to a job description honestly and effectively — fit analysis, gap handling, keyword mirroring, fast-learner framing, and primary-over-secondary emphasis. Use whenever curating or rewriting a resume for a specific role.
release-notes
Generate and publish concise, evidence-based notes in the body of the latest existing GitHub Release. Use only when the user explicitly invokes $release-notes or explicitly asks to update the latest existing GitHub Release body. Do not invoke for general release planning, changelog, tag, or version tasks.
add-teams
Adds Microsoft Teams connector to a Power Apps code app. Use when sending Teams messages, posting to channels, or integrating with Teams chat.