refresh-listings

refresh-listings is a skill for Claude Code from Miracle-Aligner/job-search-hq. It costs 113 tokens per session (2,028 once invoked), scanned A, original, MIT.

A workflow for collecting new artificial-intelligence and machine-learning job listings from DOU, Djinni, and LinkedIn into Job Search HQ.

In plain words
What is it for?
Use it to refresh listings, scan for new AI jobs, refill the job database, and avoid adding duplicate roles.
Why use it?
It removes the need to check several job feeds and add each new role manually. It uses public DOU pages and the user's logged-in Djinni and LinkedIn recommendations, stopping when required access is missing.

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/validate.py.

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

Good fit Use it to refresh listings, scan for new AI jobs, refill the job database, and avoid adding duplicate roles.

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/refresh-listings

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 refresh-listings

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/miracle-aligner/job-search-hq/refresh-listings"><img src="https://agentmods.dev/badge/skills/miracle-aligner/job-search-hq/refresh-listings.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 113 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,028 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.00113 $0.02028
Opus 5 $0.00056 $0.01014
Sonnet 5 $0.00023 $0.00406
Haiku 4.5 $0.00011 $0.00203

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

Security

Grade A, and why

refresh-listings 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/refresh-listings/SKILL.md · 181 lines

How it starts

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

refresh-listings

Pull fresh AI/ML roles from three sources and ingest the new ones.

Sources

Sources live in config/sources.json — walk every entry with "enabled": true, in order, using its urls[]. Edit that file to add, remove, disable, or repoint a source; no skill change needed. Selectors stay here (sites rotate class names); config holds only the stable bits. The table below mirrors the shipped defaults.

Source URL Auth?
DOU https://jobs.dou.ua/vacancies/?category=AI%2FML&exp=1-3 no
DOU https://jobs.dou.ua/vacancies/?category=AI%2FML&exp=3-5 no
Djinni https://djinni.co/my/dashboard/ (personalised recommendations) yes
LinkedIn https://www.linkedin.com/jobs/collections/recommended (the user's recommended feed) yes

Djinni dashboard and LinkedIn require the user's logged-in session — open them in Claude in Chrome. If the user isn't logged in (the landing page is the public sign-in screen), stop and ask them to log in before retrying. Don't try to scrape an anonymous version — the data is different and the dedup keys won't line up.

Flow (per source)

  1. Open the URL in a Claude-in-Chrome tab. Create a fresh tab group if needed.
  2. Expand the list:
    • DOU: click .more-btn until the listing count stops growing (typically 4–6 clicks).
    • Djinni / LinkedIn: scroll the inner list container until the count plateaus.
  3. Extract {title, company, url, salary, loc} for every visible row. Use the per-source selectors below.
  4. Drop noise via the title-filter regex.
  5. Dedupe against data/vacancies.json (path-match + company/title match).
  6. Hand survivors to /add-vacancy per role.

Read the full file on GitHub · 181 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 · 181 lines · 113 tokens per session scan A 155348d3d552

Subscribe to this mod's changes

refresh-listings is a skill published in the GitHub repository Miracle-Aligner/job-search-hq (1 stars, last pushed 3mo ago), licensed MIT. It adds 113 tokens to every session and 2,028 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.