From k-skill
Matches Korean job seekers' resumes and preferences against public job postings from JobKorea and Saramin, providing fit scores and application strategies.
How this skill is triggered — by the user, by Claude, or both
Slash command
/k-skill:job-posting-matchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
`job-posting-match`는 구직자가 제공한 이력서/경력요약, 희망 직무, 지역, 제외 조건을 바탕으로 잡코리아와 사람인의 공개 채용공고 검색 결과를 조회하고, 공고별 적합도·추천 이유·주의점·지원 전략을 정리한다.
job-posting-match는 구직자가 제공한 이력서/경력요약, 희망 직무, 지역, 제외 조건을 바탕으로 잡코리아와 사람인의 공개 채용공고 검색 결과를 조회하고, 공고별 적합도·추천 이유·주의점·지원 전략을 정리한다.
기존 jobkorea-talent-search, saramin-talent-search가 채용담당자 관점의 인재검색이라면, 이 스킬은 구직자 관점의 공고 매칭이다. 개발자 전용이 아니며 마케팅, 영업, 운영, 디자인, 기획, 회계, 인사 등 모든 직무에 role-adaptive하게 적용한다.
Allowed:
Never do without explicit user handoff/confirmation:
The result is a recommendation aid, not a guarantee of hiring or interview success. Salary, deadline, employment type, and detailed requirements must be checked on the original posting before applying.
v1 uses public, no-login search result pages only:
https://www.jobkorea.co.kr/Search/?stext=<검색어>
/Recruit/GI_Read/<id>.https://www.saramin.co.kr/zf_user/search/recruit?searchword=<검색어>
rec_idx links such as /zf_user/jobs/relay/view?...&rec_idx=<id>.rec_idx.No proxy is used because both surfaces are public and do not require an API key.
Extract or ask only if missing and necessary:
Do not block on missing fields when a reasonable first search is possible. If the user gives only a resume, infer search queries from role/tool/industry terms.
Normalize the user input.
Build 1-3 focused search queries.
퍼포먼스 마케터 GA4 Meta Ads.커머스 퍼포먼스 마케터.Run both public sources by default:
python3 job-posting-match/scripts/job_posting_match.py --resume-text "퍼포먼스 마케터 5년. GA4, Google Ads, Meta Ads, SQL, 커머스 경험. 서울 희망." --location 서울 --negative 보험영업 --limit 10
Use explicit keywords when the user already knows target roles:
python3 job-posting-match/scripts/job_posting_match.py --resume-file /path/to/resume.txt --keyword "CRM 마케터 Braze" --keyword "그로스 마케터 SQL" --location 서울 --json
Score postings conservatively.
보험영업, 대출영업, 텔레마케팅.Return a Korean shortlist.
이력서 기반 채용공고 추천
검색 조건
- 이력서 요약: ...
- 생성 검색어: ...
- 희망 지역/제외 조건: ...
- 조회 소스: 잡코리아, 사람인
추천 공고 Top N
1. [사람인] 회사명 - 공고 제목
- 점수: 87/100
- URL: ...
- 추천 이유: 직무 키워드, GA4/SQL, 커머스 경험 일치
- 주의점: 연봉은 목록에서 확인 안 됨, 상세 공고 확인 필요
- 지원 전략: 이력서 상단 요약에 ... 경험을 먼저 강조
제외/주의 후보
- ...
검색 한계
- 공개 검색 결과 요약 기반이며 상세 요건은 원문 확인 필요
- 로그인, 지원, 스크랩, 개인정보 입력은 수행하지 않음
npx claudepluginhub nomadamas/k-skill --plugin k-skillSearches masked resumes on Job Korea (jobkorea.co.kr) talent search with a corporate login session, scores candidates by role-adaptive criteria, and builds a shortlist for paid resume review.
Searches and ranks job listings using a connector-first strategy (Indeed MCP, browser, or manual fallback). Normalizes results into a standard schema for ranking.
Evaluates job postings (JD text or URL) against your profile with A-F match score, archetype analysis, compensation research, positioning strategy, and interview prep.