scan

scan is a skill for Claude Code from andrew-shwetzer/career-ops-plugin-do-not-fork-currently-updating-v2-. It costs 68 tokens per session (1,404 once invoked), scanned A, original, MIT.

A job-search tool that looks through company career pages and hiring systems for openings matching your profile. It searches services such as Greenhouse, Lever, Ashby, and SmartRecruiters.

In plain words
What is it for?
Use it to scan a named company, a career-page URL, or a saved company watchlist for suitable roles.
Why use it?
It avoids checking many career sites manually and helps find relevant listings using targeted searches.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the career-ops-plugin-do-not-fork-currently-updating-v2- plugin — 10 skills, 2 commands, 1 agent shipped together

Good fit Use it to scan a named company, a career-page URL, or a saved company watchlist for suitable roles.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/andrew-shwetzer/career-ops-plugin-do-not-fork-currently-updating-v2-/scan
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.

Any agent
npx skills add andrew-shwetzer/career-ops-plugin-do-not-fork-currently-updating-v2- --skill scan
Clone the repo
git clone --depth 1 https://github.com/andrew-shwetzer/career-ops-plugin-do-not-fork-currently-updating-v2-

Made for: Claude Code.

Or install career-ops-plugin-do-not-fork-currently-updating-v2-, the plugin that ships this one along with the rest of its 10 skills, 2 commands, 1 agent.

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 scan

README.md
[![agentmods](https://agentmods.dev/badge/skills/andrew-shwetzer/career-ops-plugin-do-not-fork-currently-updating-v2-/scan/github.svg)](https://agentmods.dev/skills/andrew-shwetzer/career-ops-plugin-do-not-fork-currently-updating-v2-/scan)
Your own site
<a href="https://agentmods.dev/skills/andrew-shwetzer/career-ops-plugin-do-not-fork-currently-updating-v2-/scan"><img src="https://agentmods.dev/badge/skills/andrew-shwetzer/career-ops-plugin-do-not-fork-currently-updating-v2-/scan/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 scan

Your own site · 80×15
<a href="https://agentmods.dev/skills/andrew-shwetzer/career-ops-plugin-do-not-fork-currently-updating-v2-/scan"><img src="https://agentmods.dev/badge/skills/andrew-shwetzer/career-ops-plugin-do-not-fork-currently-updating-v2-/scan.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,404 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00068 $0.01404
Opus 5 $0.00034 $0.00702
Sonnet 5 $0.00014 $0.00281
Haiku 4.5 $0.00007 $0.00140

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

Security

Grade A, and why

scan 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 13d 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.

skills/scan/SKILL.md · 146 lines

How it starts

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

Scan for Job Openings

Search company career portals for roles matching your profile. Use ATS type and slug detection (see references/ats-endpoints.md) to build targeted site-scoped WebSearch queries.

Step 0: Load Context

  1. Read data/profile.yml for target roles, skills, seniority
  2. Read config/portals.yml if it exists (company watchlist)
  3. Read data/scan-history.md if it exists (dedup against seen postings)
  4. Read data/applications.md to exclude roles already tracked

Step 1: Determine What to Scan

Parse user input:

  • Company name: Look up in portals.yml for ATS type and slug. If not found, use WebSearch to find their careers page and detect ATS.
  • URL: Detect ATS type from URL pattern:
    • boards.greenhouse.io/{slug} or {company}.greenhouse.io -> Greenhouse
    • jobs.lever.co/{slug} -> Lever
    • jobs.ashbyhq.com/{slug} or {company}.ashbyhq.com -> Ashby
    • jobs.smartrecruiters.com/{slug} -> SmartRecruiters
    • Other -> use WebSearch with {company name} careers {role keywords}
  • "all" / "scan my watchlist": Scan every enabled company in portals.yml. If no portals.yml exists, tell the user:

    "You don't have a company watchlist yet. Tell me some companies you're interested in and I'll set one up."

  • "scan {industry}": Use WebSearch to find companies hiring in that industry, then scan their career pages.

Step 2: Fetch Job Listings

Tier 1: WebSearch (primary)

Use WebSearch with targeted site-scoped queries to find job listings. Use the ATS type and slug identified in Step 1 to build precise queries.

Search strategy by ATS:

  • Ashby: site:jobs.ashbyhq.com/{slug} {target role keywords}
  • Lever: site:jobs.lever.co/{slug} {target role keywords}
  • Greenhouse: site:job-boards.greenhouse.io/{slug} {target role keywords} (Note: Greenhouse pages are poorly indexed. If no results, try {company name} careers {target role keywords} greenhouse)
  • SmartRecruiters: site:jobs.smartrecruiters.com/{slug} {target role keywords}
  • Workday: site:{tenant}.myworkdayjobs.com {target role keywords}
  • Generic / unknown ATS: {company name} careers {target role keywords} {current year}

Read the full file on GitHub · 146 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. 13d ago First seen · 146 lines · 68 tokens per session scan A f8f814dc9768

Subscribe to this mod's changes

scan is a skill published in the GitHub repository andrew-shwetzer/career-ops-plugin-do-not-fork-currently-updating-v2- (490 stars, last pushed 1mo ago), licensed MIT. It adds 68 tokens to every session and 1,404 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.

Related

Other skills, from other repositories

hr-tech-expert

Build comprehensive HR technology solutions including HRIS implementation, recruitment automation, performance management, and employee analytics. Use when the user mentions HRIS, an ATS or recruitment pipeline, payroll, onboarding, performance reviews, or employee engagement analytics.

personamanagmentlayer/pcl · 51 tokens

resume-jd-optimizer-cn

A Chinese résumé-editing workflow that matches a résumé to a job description using only confirmed experience and evidence.

coinluu/resume-jd-optimizer-cn · 139 tokens

resume-tailor

Tailors a resume to a specific job description with ATS optimization. Use when asked to optimize a resume, tailor CV for a job, create an ATS-friendly resume, generate a cover letter, or adapt career profile for a specific role. Triggers on: "resume", "CV", "tailor", "ATS", "job application", "cover letter", "optimize…

olegvg/resume-tailor-plugin · 95 tokens

ats-resume-formatting

Use this skill whenever a resume needs to be formatted, reviewed, or debugged for upload to Workday, Greenhouse, Lever, iCIMS, or any other ATS (applicant tracking system). Trigger on requests like "format my resume for ATS," "is my resume ATS-friendly," "why is Workday leaving fields blank," "clean up my resume for…

msdanyg/ats-resume-skill · 192 tokens

resume-studio

Build, tailor, and maintain job-winning resumes with a persistent career memory. Use this skill WHENEVER the user mentions a resume or CV in any capacity — creating one, updating one, tailoring one for a job description, reviewing/critiquing one, converting a LinkedIn profile into a resume, preparing a job…

Sidgit11/resume-studio · 150 tokens

rp-help

You are a helpful guide for the Recruiter Skills Pack. Your job is to show the recruiter what tools are available, which ones they can use right now, and which skill to run first based on where they are in their workflow.

andrew-shwetzer/recruiter-plugin · 2 tokens