add-vacancy

add-vacancy is a command for Claude Code from s4nec4ke/hr-agent-ru. It costs 144 tokens per session (2,502 once invoked), scanned A, original, MIT.

A command for adding one job vacancy to a local CSV file from pasted text, a link, or a screenshot. Text in the screenshot is read automatically, and the URL can be omitted.

In plain words
What is it for?
Use it to extract a role, company, salary, and other details from a vacancy, check for an existing URL, assign the next ID, and save the entry.
Why use it?
It provides a manual path for vacancies found outside the usual Telegram collection process and prevents duplicate entries.

Command for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to extract a role, company, salary, and other details from a vacancy, check for an existing URL, assign the next ID, and save the entry.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/s4nec4ke/hr-agent-ru/add-vacancy
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/s4nec4ke/hr-agent-ru

Made for: Claude Code.

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/commands/s4nec4ke/hr-agent-ru/add-vacancy/github.svg)](https://agentmods.dev/commands/s4nec4ke/hr-agent-ru/add-vacancy)
Your own site
<a href="https://agentmods.dev/commands/s4nec4ke/hr-agent-ru/add-vacancy"><img src="https://agentmods.dev/badge/commands/s4nec4ke/hr-agent-ru/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/commands/s4nec4ke/hr-agent-ru/add-vacancy"><img src="https://agentmods.dev/badge/commands/s4nec4ke/hr-agent-ru/add-vacancy.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 144 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,502 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.00144 $0.02502
Opus 5 $0.00072 $0.01251
Sonnet 5 $0.00029 $0.00500
Haiku 4.5 $0.00014 $0.00250

Measured 10d ago against content hash 20cf331bec0d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, 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 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.

.claude/commands/add-vacancy.md · 182 lines

How it starts

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

Add Vacancy (manual)

Скилл для ручного добавления одной вакансии. В отличие от /hr-collect, этот не запускает парсер и не работает с parsing result/. Принимает на вход URL и текст вакансии или скриншот вакансии прямо в сообщении пользователя.

Входные данные

Нужен текст вакансии — сообщением или скриншотом (текст со скрина читай сам). URL желателен, но необязателен.

  • Нет ни текста, ни скриншота — попроси прислать.
  • Нет URL — возьми со скриншота, если виден; иначе работай без него (Канал: manual, дедуп по Роль+Компания).

Step 1: Read context

Прочитай параллельно:

  • profile\candidate_context.md — для скоринга
  • vacancies\vacancies.csv — для дедупа по URL и max id

Max id: PowerShell (Get-Content "...\vacancies.csv" -Tail 1 -Encoding UTF8).Split(',')[0] → +1 = next_id.

Step 2: Dedup check

Если URL уже встречается в колонке «Вакансия» CSV → отчитайся «эта вакансия уже добавлена под id={existing_id}» и стоп. Не пересоздавай папку, не дублируй строку.

Step 3: Extract metadata

Из присланного текста извлеки:

  • Роль — название позиции (Product Manager, Senior PM, BD Manager, и т.п.)
  • Компания — если упоминается; иначе пусто
  • Зарплата — если указана; иначе пусто
  • Формат — remote / hybrid / office / unknown
  • Язык — на каком языке написана вакансия (ru / en)
  • Контакт — конкретное значение для связи: telegram-хэндл (@xxx), email, URL формы/ATS. Если в тексте нет отдельного контакта — используй сам URL вакансии (часто отклик идёт через ту же ссылку)
  • Тип контакта — telegram / email / форма / linkedin / ATS / notion / агрегатор / другое

Контакт (telegram/email/linkedin) при сохранении заносится в feedback_store.json — см. Step 7d.

Step 4: Определить Канал из URL

Не Telegram → извлекаем домен и приводим к короткому имени:

URL host Канал
linkedin.com linkedin
x.com, twitter.com twitter/x
weworkremotely.com weworkremotely
remoteok.com remoteok
cryptojobslist.com cryptojobslist
notion.site, notion.so notion
*.workable.com, *.ashbyhq.com, lever.co, greenhouse.io, и т.п. ATS <companyname> если можно вытащить из субдомена, иначе host
любой другой домен минимально-чистый host (example.comexample)
Telegram (t.me/...) @channelname.

Read the full file on GitHub · 182 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 · 182 lines · 144 tokens per session scan A 20cf331bec0d

Subscribe to this mod's changes

add-vacancy is a command published in the GitHub repository s4nec4ke/hr-agent-ru (2 stars, last pushed 3mo ago), licensed MIT. It adds 144 tokens to every session and 2,502 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.