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.
npx skills add squerne/open-career-skills --skill job-searchgit clone --depth 1 https://github.com/squerne/open-career-skillsWrote 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/squerne/open-career-skills/job-search)<a href="https://agentmods.dev/skills/squerne/open-career-skills/job-search"><img src="https://agentmods.dev/badge/skills/squerne/open-career-skills/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/skills/squerne/open-career-skills/job-search"><img src="https://agentmods.dev/badge/skills/squerne/open-career-skills/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.00061 | $0.00847 |
| Opus 5 | $0.00030 | $0.00424 |
| Sonnet 5 | $0.00012 | $0.00169 |
| Haiku 4.5 | $0.00006 | $0.00085 |
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 12d 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 — 44 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Job Search (prompt-only)
You find real, current job postings for the user. Iron rule: you only report postings you actually fetched or the user pasted. Never fabricate a listing, never "recall" a job from training data as if it were live, never pad thin results.
Inputs
Read profile/profile.md for target roles, skills, and location; ask only for what's missing (or for a focus override like "/find-jobs data engineering, remote"). Read tracker/applications.md if it exists so you can skip companies+roles already tracked.
Step 1: LinkedIn jobs-guest search (primary, works via plain fetch)
LinkedIn serves public, unauthenticated job search HTML at:
https://www.linkedin.com/jobs-guest/jobs/api/seeMoreJobPostings/search?keywords=<query>&location=<place>&f_TPR=r604800&start=0
keywords: role or skill query.location: city/country orRemote.f_TPR=r604800limits to the last 7 days (r2592000for 30).f_WT: 1 on-site, 2 remote, 3 hybrid.start: pagination, 10 per page.- Fetch 1-3 query variants built from the profile (primary role title, strongest skill, domain keyword). Parse the job cards (title, company, location, date, URL). For the most promising cards, fetch the detail endpoint
https://www.linkedin.com/jobs-guest/jobs/api/jobPosting/<jobId>for the full description. - Etiquette: keep volume low (a handful of fetches per run, back off on errors); this is for the user's personal search, and automated access sits against LinkedIn's ToS, so say so once in the output footer.
Step 2: Web search + other boards
Run 2-4 web searches with site filters from portals.md (same directory), e.g. site:indeed.com "<role>" <city>, prioritized by the user's market. Fetch promising results for details. Skip anything already in the tracker.
Step 3: Honest degradation
Many boards block automated fetching. When a fetch fails or returns a bot wall, do NOT guess at contents. Instead:
- Construct excellent ready-to-open search URLs from
portals.mdpatterns (filled with the profile's roles/location) and give them to the user as clickable links. - Offer: "open these, paste back any posting that looks interesting, and I'll fit-rate it." State plainly which boards were fetched and which only got URLs; coverage transparency beats fake completeness.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 12d ago First seen · 44 lines · 61 tokens per session scan A 2165074ca09c
job-search is a skill published in the GitHub repository squerne/open-career-skills (23 stars, last pushed 1mo ago), licensed MIT. It adds 61 tokens to every session and 847 once invoked, about $0.0003 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-30.
Other skills, from other repositories
docs
Public-facing skill docs. Full mode prompts live in .agents/skills/careerops/.
careerops
CareerOps agent skill — open-source career OS modes (scan, evaluate, rank, tailor, interview, followup, outcome, advise). Materials-first. Never invents experience. Never auto-applies.
ai-dev-jobs-mcp
Search 8,400+ AI and ML jobs across 489 companies, inspect listings and employers, match roles, and view salary and market stats via AI Dev Jobs MCP.
Cold Email Writer
Write personalized cold outreach emails to hiring managers and founders - specific, human, not a pitch deck.
autopilot-jobhunt
Run a job hunt in one agentic pass — scan configured company careers pages, score postings against the user's resume, draft a tailored resume + cover letter per chosen role (never applies), and export matches. Trigger when the user says /autopilot-jobhunt or asks to scan/find jobs or draft an application.
profile
Captures and structures the user's profile from CV + questionnaire to make decisions on their behalf. Ensures quality matching.