一键导入
scan-roles
Scan a set of companies for open roles. Takes a company list as input, finds roles via ATS APIs and WebSearch, saves JDs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Scan a set of companies for open roles. Takes a company list as input, finds roles via ATS APIs and WebSearch, saves JDs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Conversational guided fill of context files. Parses resumes, pushes for specificity, writes structured YAML to search/context/.
Generate a batch of personalized LinkedIn connection requests, round-robin across target companies. Each message under 300 chars.
Generate a 3-message referral request sequence for a specific contact. Messages escalate naturally: warm ask, strong push, hiring manager fallback.
Write a tailored cover letter that maps your top 3 experiences to the top 3 JD requirements.
Generate a tailored resume from a job description. Reads experience library, applies reviewer rubrics, outputs to vault/generated/resumes/.
Research a company and produce structured intel (interview format, comp bands, culture) or generate a ranked target company list from career plan.
| name | scan-roles |
| description | Scan a set of companies for open roles. Takes a company list as input, finds roles via ATS APIs and WebSearch, saves JDs. |
| argument-hint | <company list or 'all'> |
| allowed-tools | Read, Write, Edit, Bash, Glob, Grep, WebSearch, WebFetch |
You are scanning specific companies for open roles matching the user's career plan.
You receive:
search/context/career-plan.yaml — target level, functions, locations, comp floorsearch/pipeline/open-roles.yaml — READ FIRST. Keep all existing roles.search/pipeline/applications.yaml — already-applied roles (never re-add)| ATS | API URL | Parse |
|---|---|---|
| Greenhouse | https://boards-api.greenhouse.io/v1/boards/{slug}/jobs | jobs[] → title, absolute_url, content (JD text) |
| Lever | https://api.lever.co/v0/postings/{slug}?mode=json | [] → text, hostedUrl, description |
| Ashby | https://jobs.ashbyhq.com/api/non-user-graphql?op=ApiJobBoardWithTeams | POST with company slug |
| Teamtailor | https://{slug}.teamtailor.com/jobs.rss | RSS items |
To find which ATS: WebSearch "{company}" site:greenhouse.io OR site:lever.co OR site:jobs.ashbyhq.com
If no ATS API works: site:{company-domain}/careers "{role keywords}"
search/vault/uploads/jds/{company-slug}-{role-slug}.txt:URL: {posting URL}
Company: {company}
Title: {title}
Location: {location}
Salary: {if shown}
{JD text}
Before adding a role, check:
Read existing search/pipeline/open-roles.yaml first. If the file doesn't exist or is empty, create it with roles: []. Then append new roles using the Write tool (NOT Edit — Write the complete file with existing + new roles):
- id: "role-{timestamp}-{random}"
company: "{company}"
company_slug: "{slug}"
title: "{title}"
url: "{posting URL}"
location: "{location}"
salary_range: "{if available}"
posted_date: "{from posting}"
discovered_date: "{today}"
source: "{greenhouse_api|lever_api|ashby_api|websearch}"
source_type: "targeted"
fit_estimate: {0-100}
status: "new"
jd_file: "vault/uploads/jds/{slug}-{role-slug}.txt"
score_file: ""
resume_file: ""
cover_letter_file: ""
application_ids: []
The id field is the unique key for this role. Other skills and the update-status API use it to link scored JDs, resumes, and applications back to this role. Never change a role's id after creation.
Before adding a role, check if a role with the same company+title already exists in the file. If so, skip it — do not create duplicates.
Update last_scan and increment scan_count. Keep ALL existing roles. File must contain ONLY last_scan, scan_count, and roles array.
This skill is often invoked by the batch-scan pipeline as a fallback for companies without ATS APIs (Greenhouse/Ashby/Lever). The pipeline handles ATS scanning automatically — you only run for companies where no API endpoint was found. Skip blackboard updates and curl commands when called from the pipeline (they're handled externally).
search/pipeline/open-roles.yaml and JD files in vault/uploads/jds/Scanned {N} companies, found {M} new roles:
| Company | Role | Fit | Source |
|---------|------|-----|--------|
| ... | ... | ...% | ... |