job-search

Searches job boards, verifies live postings, and writes a ranked weekly digest.

Updated Jul 29, 2026
One-click install
npx skills add https://github.com/MarioLuppino/JobScanPlugin --skill job-search-marioluppino
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: job-search
Source: https://github.com/MarioLuppino/JobScanPlugin/tree/main/plugins/jobscan/skills/job-search
Command: npx skills add https://github.com/MarioLuppino/JobScanPlugin --skill job-search-marioluppino

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Manually hunting for relevant job openings across dozens of boards is slow and repetitive, and it is easy to waste effort on expired or duplicate listings. This Skill automates the weekly scan: it pulls employer ATS feeds, searches the web, verifies each posting is actually live, scores fit against your profile, and delivers a ranked digest with direct apply links. ## Core Features & Use Cases - Automated weekly scanning: Pulls free ATS JSON feeds (Greenhouse, Lever, Workday, USAJOBS API, and more), runs keyword sweeps, de-duplicates against past scans, and applies hard gates like salary floor, location, and work authorization. - Two-gate verification: Confirms each top posting is live on the employer's own page before it is ranked, and re-confirms before any application material is drafted — no fabricated or stale listings. - Ranked digest and handoff: Writes a dated digest with fit scores, salary, deadlines, and apply links, plus a handoff file you paste into a fresh chat to start drafting tailored applications. - Use Case: Say "run my weekly job search" and receive a digest of your top ~10 verified matches; on the first run it also builds an employer registry so every later scan reads those job boards directly at near-zero cost. ## Quick Start Run my weekly job search and write the digest of verified matches to my Job Search Digests folder.

Frequently Asked Questions about job-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a weekly job search scan?▼

Say "run my weekly job search" after completing onboarding. The scan pulls registered ATS feeds, searches remaining sources, verifies top postings live, and writes a dated digest and handoff file to your Job Search Digests folder.

How does the job scanner verify a posting is still open?▼

Each top listing is retrieved from the employer's own page during the scan and tagged VERIFIED-LIVE, UNVERIFIED, or NOT-CHECKED. Before any application is drafted, the posting is re-confirmed live a second time as a hard gate.

Does the job search skill submit applications automatically?▼

No. It only prepares ranked digests and hands selected jobs to the job-applications skill for drafting. It never submits applications, fills application forms, or creates accounts on any job board or employer ATS.

Can it search USAJOBS and other government job portals?▼

Yes. USAJOBS is queried through its free JSON Search API using a self-service key, and portals like NEOGOV, CalCareers, and Workday are read with JavaScript-rendering tools such as Firecrawl instead of plain fetches.

Why did my scan return few or no job listings?▼

A thin result usually means a small employer registry, overly narrow title patterns in triage-config.json, or a tooling failure on a dynamic portal. Run the doctor script to diagnose, and a discovery run to harvest and confirm new employer feeds.

What do I need to set up before the first job scan?▼

You need the jobscan-onboarding skill run once, which creates your profile, config file, and employer registry. Node.js is required for the feed scripts, and Firecrawl is recommended for verifying JavaScript-driven portals.