51mee-com/51mee-position-parse/SKILL.md
职位解析。触发场景:用户提供职位描述要求解析;用户想分析JD的核心要求。
npx skillsauth add openclaw/skills 51mee-position-parseInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
解析职位描述(JD)文本,使用大模型提取结构化信息。
```text
{职位描述文本}
扮演一个职位分析专家,详细分析上面的职位描述
export interface PositionInfo {
positionName: string; // 职位名称
positionType: string | null; // 职位类型:技术类/市场类/运营类等
experienceRequired: string | null; // 经验要求,如"3-5年"
educationRequired: string | null; // 学历要求
salaryRange: {
min: number | null;
max: number | null;
};
company: {
name: string | null;
industry: string | null;
scale: string | null; // 公司规模
};
requirements: {
skills: string[]; // 技能要求
responsibilities: string[]; // 岗位职责
softSkills: string[]; // 软技能要求
};
keywords: string[];
}
## 返回数据结构
```json
{
"positionName": "高级Java开发工程师",
"positionType": "技术类",
"experienceRequired": "5年以上",
"educationRequired": "本科及以上",
"salaryRange": {
"min": 20000,
"max": 35000
},
"company": {
"name": null,
"industry": "互联网/IT",
"scale": null
},
"requirements": {
"skills": ["Java", "Spring Boot", "MySQL"],
"responsibilities": ["系统架构设计", "核心代码开发"],
"softSkills": ["团队协作", "沟通能力"]
},
"keywords": ["Java", "Spring Boot", "架构"]
}
## 职位分析报告
### 基本信息
- **职位**: [positionName]
- **类型**: [positionType]
- **经验要求**: [experienceRequired]
- **学历要求**: [educationRequired]
### 薪资范围
[salaryRange.min]K - [salaryRange.max]K
### 技能要求
| 必备 | 加分 |
|------|------|
| [skill1] | [skillA] |
### 岗位职责
1. [responsibility1]
2. [responsibility2]
### 软技能要求
- [softSkill1]
- [softSkill2]
### 关键词
[keywords]
nulltools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。