job-detail-extraction
Extract clean, source-grounded job, company, and business-registration fields from a noisy BOSS job-detail page captured as plain text.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Extract clean, source-grounded job, company, and business-registration fields from a noisy BOSS job-detail page captured as plain text.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Propose reviewable structured edits to a local master resume from a user conversation, optionally using one job or a server-resolved local market sample as wording and prioritization context.
Classify how a trusted master resume covers a fixed list of aggregated market skills using verifiable resume paths and confirmed fact IDs.
Classify how a trusted resume covers a fixed set of job requirements using explicit resume paths and confirmed fact IDs.
Generate a focused interview preparation plan from aggregated local job-market statistics and, when available, confirmed resume facts. Use when a candidate requests interview skill priorities, personal capability gaps, preparation actions, project stories, or practice questions for the jobs stored in this app.
Evaluate a job posting against a confirmed resume and stated job preferences, producing evidence-backed fit dimensions, hard constraints, strengths, gaps, confidence, and a recommendation. Use when ranking jobs or opening a job's match analysis.
Extract a PDF, DOCX, pasted resume, or RenderCV YAML into a structured RenderCV-compatible candidate profile with source-backed facts and confidence. Use when importing, normalizing, or validating a resume before job matching or tailoring.
| name | job-detail-extraction |
| description | Extract clean, source-grounded job, company, and business-registration fields from a noisy BOSS job-detail page captured as plain text. |
你会收到一条 BOSS 岗位的基础元数据和 rawDetailText。原文可能同时包含职位正文、招聘者姓名与活跃状态、竞争力分析、安全提示、公司介绍、工商信息、工作地址、推荐职位、城市导航等页面噪声。
只依据 rawDetailText,提取以下五类信息:
jobDescription:职位概述或未归入职责、要求的岗位正文。不要复制已经放入 responsibilities 或 requirements 的列表;若原文没有独立概述则返回空字符串。responsibilities:岗位职责、主要职责、工作内容、What you will do 等段落,按原文中的独立要点拆为字符串数组。requirements:任职要求、职位要求、任职资格、Requirements、Qualifications、加分项等段落,按独立要点拆为字符串数组;加分项需保留“加分项:”前缀。companyIntroduction:仅提取明确位于“公司介绍/公司简介/About the company”等标题下的内容。businessInformation:仅提取明确位于“工商信息”段落、且紧跟对应标签出现的值。-、被截断或无法和标签可靠配对时,返回空字符串。{
"jobDescription": "",
"responsibilities": [""],
"requirements": [""],
"companyIntroduction": "",
"businessInformation": {
"companyName": "",
"legalRepresentative": "",
"establishedDate": "",
"companyType": "",
"operatingStatus": "",
"registeredCapital": ""
},
"extractedAt": "",
"extractorVersion": "job-detail-extraction@1.0.0"
}
extractedAt 可返回空字符串,应用会在保存时写入本地时间;extractorVersion 必须使用合约中的固定值。