Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

skill-scan — High-Pay × Learnable × AI-Proof Job Scanner

Pulls real BOSS Zhipin job postings and finds roles at the intersection of high pay, learnable-for-you, and still needed in the AI era.

EducationAdvanced17613AI score 8/10Last updated: Jun 27, 2026

What it does

  • Ignores clickbait 'Top 10 AI jobs' articles and instead reads live BOSS Zhipin postings through a bundled adapter as the primary demand signal.
  • Uses your skill profile (.skill-state.json) and starting tier (S0–S3) to narrow down 3–6 search keywords instead of generic advice.
  • For each candidate role it reports: AI-impact class (augmented / emerging / displaced), salary band, demand heat, your specific gaps, a learnability score out of 10, and an honest timeline based on your weekly study hours.
  • Runs training/referral/'guaranteed job' offers through an anti-scam rubric.
  • Writes results to candidate_roles[] in .skill-state.json so the follow-up skill-plan skill can build a study plan.

Who it's for

  • Job seekers targeting the Chinese market (BOSS Zhipin) who are considering a career pivot.
  • People who want to avoid roles AI will displace and focus on ones with proven paying demand.
  • Intermediate+ users comfortable with a human-in-the-loop setup: launching Chrome with a debug port, QR-code login, running Node scripts.

Example uses

  1. "Find me a high-paying job I can actually learn" → tier detection → keyword confirmation → 3 shortlisted postings from page 1 with reasons.
  2. You point at two postings → it reads only those JDs, lists your gaps, scores learnability 7/10 and estimates ~4 months to first application.
  3. Mid-session you say "drop commission/sales roles, Shenzhen full-time only" → later pages are filtered with the new criteria.

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/XBuilderLAB/cheat-on-skill/HEAD/skills/skill-scan/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the skills/skill-scan folder from the GitHub repo XBuilderLAB/cheat-on-skill into my ~/.claude/skills/skill-scan/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/XBuilderLAB/cheat-on-skill.git && mkdir -p ~/.claude/skills && cp -r cheat-on-skill/skills/* ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.