51mee-resume-parse
简历解析。触发场景:用户上传简历文件要求解析、提取结构化信息。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/51mee-com/51mee-resume-parseWhat This Skill Does
The 51mee-resume-parse skill serves as a high-precision document intelligence engine specifically tailored for the human resources and recruitment domain. It leverages advanced large language models to ingest unstructured resume files in formats including PDF, DOC, DOCX, JPG, and PNG. By converting these diverse file types into a standardized, machine-readable JSON structure, the skill eliminates the manual drudgery of data entry. It extracts comprehensive biographical details, contact information, career history, project experience, and academic backgrounds according to a rigorous TypeScript schema. This enables recruiters and developers to integrate resume data directly into ATS systems or analytical dashboards with perfect consistency.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/51mee-com/51mee-resume-parse
Use Cases
- Automated Screening: Instantly extract candidate information from hundreds of incoming email attachments during a high-volume recruitment cycle.
- Database Normalization: Standardize resume formats from various sources into a unified database structure for better searchability and internal talent matching.
- Quick Summarization: Generate a structured 'candidate cheat sheet' for hiring managers to quickly review core skills and experience at a glance.
- Application Integration: Feed extracted data into automated pipeline tools to schedule interviews or perform initial background verification checks.
Example Prompts
- "Please analyze the attached PDF resume and extract the key experience and contact details into a structured report."
- "I just uploaded three candidate resumes. Can you parse them and compare their professional skills and total years of work experience?"
- "Extract the education and project details from this document, specifically highlighting the technologies used."
Tips & Limitations
- File Quality: For image-based resumes (JPG/PNG), ensure the text is clear and well-lit to maximize extraction accuracy. Scanned documents with poor resolution may result in missed data.
- JSON Output: The output is strictly formatted. If you require a different structure, ensure your downstream systems are prepared to handle the standard ResumeInfo schema provided.
- Security: As with all data-sensitive tasks, ensure that you have the appropriate permissions and data privacy agreements in place before processing PII (Personally Identifiable Information) from candidate documents.
- Field Handling: The skill is configured to return 'null' for missing fields rather than guessing information. Trust the JSON structure's integrity as a source of truth for your data pipelines.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-51mee-com-51mee-resume-parse": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, external-api
Related Skills
candidate-tracker
候选人追踪系统。触发场景:用户要求管理候选人池,记录状态、设置提醒、生成标签。
interview-questions-generator
面试题库生成器。触发场景:用户提供职位JD和候选人简历,要求生成定制化面试题。
51mee-resume-profile
简历画像。触发场景:用户要求生成候选人画像;用户想了解候选人的多维度标签和能力评估。
interview-evaluation-report
面试评估报告。触发场景:用户提供面试记录或面试笔记,要求生成结构化评估报告。
background-check-list
背景调查清单。触发场景:用户准备录用候选人,要求生成背调清单和背调问题模板。