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.
git clone --depth 1 https://github.com/strelov1/freehire-cliWrote 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/commands/strelov1/freehire-cli/job-search)<a href="https://agentmods.dev/commands/strelov1/freehire-cli/job-search"><img src="https://agentmods.dev/badge/commands/strelov1/freehire-cli/job-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.
<a href="https://agentmods.dev/commands/strelov1/freehire-cli/job-search"><img src="https://agentmods.dev/badge/commands/strelov1/freehire-cli/job-search.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.00014 | $0.00372 |
| Opus 5 | $0.00007 | $0.00186 |
| Sonnet 5 | $0.00003 | $0.00074 |
| Haiku 4.5 | $0.00001 | $0.00037 |
Grade A, and why
job-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 8d 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.
What it actually says
Find jobs on freehire for: $ARGUMENTS
Follow the freehire-job-search skill. In short:
- Run
freehire --json profilefirst. The person has already saved the roles, skills, geography and work format they want — search on that, say what you searched on, and ask only about what the profile does not answer. If the request above is empty, the profile is the request. - Run
freehire --json facets(scoped with--categorywhen the role is known) before choosing any filter value, so every value and skill slug is one the market actually uses. - Search with keyword plus facet filters,
--limit 20. The JSON carries each hit's full description, so screen the set in that one call rather than fetching postings one by one. - Shortlist. For each job you put forward give the title, company, location,
salary if stated, and one line on why it fits this person. Link it as
https://freehire.me/jobs/<public_slug>, one per line. - If a posting carries a
ghostobject, relay it with its hedge and its scale ("2 of 4 checks fired") and never as "this job is fake".
If they name a company or paste a link freehire has no results for, run
freehire contribute <url> rather than reporting a dead end.
End by asking whether to mark any of them applied or saved.
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.
- 8d ago First seen · 31 lines · 14 tokens per session scan A dde54c3ccca7
job-search is a command published in the GitHub repository strelov1/freehire-cli (5 stars, last pushed yesterday), licensed MIT. It adds 14 tokens to every session and 372 once invoked, about $0.0001 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 commands, from other repositories
resume
Generate a tailored resume and cover letter from a job description, score both, create DOCX files, and update the tracker.
resume-team
Run the role-separated, fail-closed Resume Team workflow against a job description.
writing-coach
Human-voice writing coach — rewrite resumes and cover letters with brevity, burstiness, plain language, and authentic impact. Blocks AI-sounding prose.
cover-letter
Create a one-page cover letter for a job description and generate the final DOCX.
find-jobs
Search live job boards for roles that match the master resume, then rank them by fit.
job-fit
Run the deterministic, digest-bound candidate-fit gate before any resume tailoring.