51mee-position-parse
职位解析。触发场景:用户提供职位描述要求解析;用户想分析JD的核心要求。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/51mee-com/51mee-position-parseWhat This Skill Does
The 51mee-position-parse skill is an intelligent agent tool designed for HR professionals, recruiters, and job seekers. It leverages advanced LLM capabilities to transform unstructured Job Description (JD) text into a clean, machine-readable JSON object. By strictly following a predefined TypeScript interface, it ensures that your data extraction is consistent, reliable, and ready for integration into downstream recruiting platforms or analytical dashboards.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface. Run the following command in your project terminal:
clawhub install openclaw/skills/skills/51mee-com/51mee-position-parse
Ensure your agent environment is configured with the necessary LLM API keys to enable the parsing logic.
Use Cases
- Automated Resume Matching: Parse JDs into structured data to automatically filter or rank incoming resumes based on skill requirements and years of experience.
- Market Analysis: Extract core requirements from multiple JD sources to identify common trends, desired tech stacks, and salary benchmarks for specific roles.
- JD Generation & Auditing: Use the output structure to verify if your own job postings contain all necessary fields (e.g., salary, education, specific soft skills) before publishing.
- Career Transition Planning: Job seekers can use this skill to extract the 'essential skills' from a target job listing to create a personalized study roadmap.
Example Prompts
- "Please analyze the following job description for a Senior Backend Engineer and give me a structured breakdown of the required skills and responsibilities: [Paste JD Text Here]"
- "I want to know the core requirements for this position. Extract the data into the PositionInfo format: [Paste JD Text Here]"
- "Analyze the JD I just pasted and highlight the top 3 critical skills I need to master to be qualified: [Paste JD Text Here]"
Tips & Limitations
- Quality Matters: The precision of the output is directly correlated to the quality of the input text. If the source JD is vague or poorly formatted, the agent might return 'null' for certain fields.
- Strict Parsing: The skill is configured to avoid hallucinations; it will prioritize 'null' over guessing values that are not explicitly present in the source text.
- Data Structure: The output strictly adheres to the PositionInfo interface. Ensure any code integrating this skill is prepared to handle null values for optional fields like company scale or industry.
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-position-parse": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Related Skills
51mee-resume-parse
简历解析。触发场景:用户上传简历文件要求解析、提取结构化信息。
candidate-tracker
候选人追踪系统。触发场景:用户要求管理候选人池,记录状态、设置提醒、生成标签。
interview-questions-generator
面试题库生成器。触发场景:用户提供职位JD和候选人简历,要求生成定制化面试题。
51mee-resume-profile
简历画像。触发场景:用户要求生成候选人画像;用户想了解候选人的多维度标签和能力评估。
interview-evaluation-report
面试评估报告。触发场景:用户提供面试记录或面试笔记,要求生成结构化评估报告。