Recruiter
Publish, update, and manage job postings in the AI-powered job matching system, and view matched candidates.
Overview
This skill helps recruiters manage job postings through an interactive conversation. Provide information flexibly - share everything at once or answer questions step-by-step. The system supports:
- 1. Publish job - Create a recruiter account, publish a job posting, and trigger AI matching
- Update job - Modify job details (title, requirements, salary, etc.)
- Delete job - Soft-delete job posting (mark as INACTIVE, preserving match history)
- View jobs - Check all your published jobs
- List matched candidates - View candidates matched by the AI system with similarity scores
Available Scripts
- - publishjob.py - Publish, update, delete jobs, and list matches for a specific job
- getprofile.py - View all your jobs and matched candidates (read-only)
Workflow
Publish Job (action: publish)
Step 1: Gather Job Posting Information
Collect the following required fields. Users can provide them in any order or all at once:
Required fields:
- - Job title: Position name (e.g., "Senior Python Backend Engineer")
- Company name: Employer name
- Job requirements: Detailed requirements including skills, responsibilities, and qualifications
- Salary range: Compensation range (e.g., "25k-40k", "30k-50k")
- Work location: Office location (e.g., "Shanghai-Changning District", "Beijing-Chaoyang District")
- Job type: Employment type (e.g., "Full-time", "Part-time", "Contract")
- Education requirement: Minimum education level (e.g., "Bachelor's degree or above")
- Experience requirement: Required years of experience (e.g., "3-5 years", "5+ years")
Example user inputs:
All at once:
"I want to post a job for a Python Backend Engineer at Pinduoduo in Shanghai Changning District. Salary 25k-40k. Requirements: Familiar with Python, Django/Flask frameworks, RESTful API development experience. Knowledge of MySQL, Redis databases. E-commerce or payment system experience preferred. Full-time position, bachelor's degree or above, 3-5 years experience."
Step by step:
"I need to hire a developer"
[Claude asks for job title]
"Python Backend Engineer"
[Claude asks for company, requirements, salary, location, etc.]
Step 2: Validate Completeness
Before submission, verify all required fields are present. If any are missing, ask the user to provide them.
Step 3: Publish Job Posting
CODEBLOCK0
Step 4: Confirm Success
After successful publication, inform the user and save the returned job ID for future operations (update, delete, list matches). The token is automatically saved.
Update Job (action: update)
Requires the jobId from a previous publish. Only changed fields need to be provided. The script will automatically use the saved token.
CODEBLOCK1
Updatable fields: title, companyName, requirement, salary, location, jobType, education, experience, status.
Delete Job (action: delete)
Soft-deletes the job posting by marking it as INACTIVE. Match history is preserved.
CODEBLOCK2
View Jobs and Matches (get_profile.py)
Check your published jobs and matched candidates without making any changes.
View All Jobs
CODEBLOCK3
View Specific Job Details
CODEBLOCK4
View Matches for Specific Job
CODEBLOCK5
View All Matches Across All Jobs
CODEBLOCK6
View Full Information (all jobs + all matches)
CODEBLOCK7
When to use get_profile.py:
- - User asks "What jobs have I published?" or "Show me my jobs"
- User wants to check matches across all jobs
- User wants to review job details before updating
- User asks "Do I have any candidates?"
List Matched Candidates (action: matches)
Retrieve candidates matched by the AI system for a specific job posting and provide comprehensive multi-dimensional analysis.
CODEBLOCK8
Step 1: Retrieve Matched Candidates
The API returns a list of matched candidates with similarity scores. Each match includes:
- - Candidate details (name, resume, skills, experience, etc.)
- Similarity score (0-1 range, based on vector matching)
- Match metadata
Step 2: Provide Comparative Summary
After analyzing individual candidates, provide a comparative summary:
Top 3 Recommendations:
Rank the top 3 candidates with brief rationale for each.
Candidate Distribution:
- - Excellent matches (score > 0.85): X candidates
- Good matches (score 0.75-0.85): Y candidates
- Moderate matches (score 0.65-0.75): Z candidates
Hiring Strategy Advice:
- - Which candidates to prioritize for interviews
- Suggested interview panel composition
- Timeline recommendations
- Backup candidate strategy
Output Format Guidelines
IMPORTANT: Always respond in the user's language. If the user communicates in Chinese, respond in Chinese. If in English, respond in English. Adapt all section headers, labels, and content to match the user's language.
Structure your analysis report as follows:
Report Header:
- - Title indicating this is a candidate match analysis report
- Job position and company name
- Visual separators (lines, emojis) to organize sections
For Each Matched Candidate:
- 1. Candidate Header Section
- Candidate name/identifier and number
- Visual separator line
- 2. Overall Match Score (📈)
- Display the similarity score (e.g., 0.89) with interpretation (excellent/good/moderate/fair)
- Brief summary of why this candidate matches or doesn't match
- 3. Skill Alignment Analysis (🔧)
- ✅ List matching skills with experience levels
- 💡 Highlight bonus skills (beyond requirements)
- ⚠️ Identify skill gaps (required but missing)
- Provide skill match percentage estimate
- 4. Experience Fit Analysis (💼)
- Compare required vs. actual years of experience
- Assess industry/domain experience relevance
- Evaluate project complexity and scale alignment
- Determine seniority level match
- Review career progression trajectory
- 5. Education & Qualifications (🎓)
- Education level match
- Relevant certifications
- Academic background relevance
- 6. Cultural & Team Fit (🤝)
- Work style indicators from resume
- Team collaboration experience
- Leadership potential (if applicable)
- Communication skills evidence
- 7. Compensation Expectations (💰)
- Candidate's salary expectations vs. job offer
- Negotiation room assessment
- Total compensation considerations
- 8. Advantages & Disadvantages (✅ ⚠️)
- List 3-5 key strengths of this candidate
- List 2-4 potential concerns or gaps
- Be objective and balanced
- 9. Hiring Recommendation (🎯)
- Priority level: 🔥 High Priority / ⭐ Medium Priority / 💭 Consider
- Recommended action with clear reasoning
- Suggested interview focus areas
- Onboarding considerations
- 10. Interview Strategy (📝)
- Key areas to probe during interview
- Technical assessment recommendations
- Behavioral questions to ask
- Red flags to watch for
- 11. Retention & Growth Potential (🚀)
- Long-term fit assessment
- Growth trajectory within the company
- Retention risk factors
- Development opportunities needed
After Individual Candidate Analysis:
Comparative Summary Section:
- 1. Top 3 Recommendations (🏆)
- Rank top 3 candidates with medal emojis (🥇🥈🥉)
- Brief rationale for each ranking
- 2. Candidate Distribution (📈)
- Count of excellent matches (score > 0.85)
- Count of good matches (score 0.75-0.85)
- Count of moderate matches (score 0.65-0.75)
- 3. Hiring Strategy Advice (💡)
- Which candidates to prioritize for interviews
- Suggested interview panel composition
- Timeline recommendations
- Backup candidate strategy
- Risk mitigation strategies
- 4. Action Checklist (🎯)
- Immediate next steps (contact candidates, schedule interviews)
- Preparation tasks (interview questions, evaluation criteria)
- Budget/compensation considerations
- Process setup (offer templates, onboarding plans)
Formatting Guidelines:
- - Use emojis to make sections visually distinct
- Use bullet points and numbered lists for clarity
- Include visual separators (━━━) between major sections
- Keep language professional and objective
- Be specific and actionable in all recommendations
- Balance honesty about gaps with recognition of potential
Important Notes
- - Always provide detailed analysis: Don't just list candidates with scores. Hiring managers need actionable insights.
- Be objective about gaps: Help identify areas where candidates might need support or training.
- Consider total value: Match score is just one factor; potential, cultural fit, and long-term growth matter too.
- Prioritize actionability: Every analysis should lead to clear hiring decisions and interview strategies.
- Personalize recommendations: Reference specific details from the job requirements in your analysis.
- Think long-term: Consider not just immediate fit, but retention and growth potential.
API Configuration
Default API endpoint: INLINECODE9
To use a different endpoint, modify the apiUrl parameter when calling the script.
Error Handling
If any operation fails:
- - Check if the API server is running
- Verify all required fields are provided
- Ensure the API endpoint is correct
- For update/delete/matches: ensure a valid jobId is provided
- Review the error message and guide the user accordingly
Resources
scripts/publish_job.py
Python script supporting four actions (publish, update, delete, matches):
- - Creating new recruiter accounts (auto-created on publish)
- Publishing and updating job postings
- Soft-deleting job postings (mark INACTIVE)
- Listing AI-matched candidates
The script uses Python's built-in urllib library (no external dependencies required).
招聘专员
在AI驱动的职位匹配系统中发布、更新和管理职位信息,并查看匹配的候选人。
概述
本技能帮助招聘专员通过交互式对话管理职位发布。灵活提供信息——可以一次性提供所有内容,也可以逐步回答问题。系统支持:
- 1. 发布职位 - 创建招聘专员账号,发布职位信息,触发AI匹配
- 更新职位 - 修改职位详情(职位名称、要求、薪资等)
- 删除职位 - 软删除职位信息(标记为INACTIVE,保留匹配历史)
- 查看职位 - 查看所有已发布的职位
- 列出匹配候选人 - 查看AI系统匹配的候选人及其相似度评分
可用脚本
- - publishjob.py - 发布、更新、删除职位,以及查看特定职位的匹配结果
- getprofile.py - 查看所有职位和匹配候选人(只读)
工作流程
发布职位(操作:publish)
第1步:收集职位信息
收集以下必填字段。用户可以按任意顺序提供,也可以一次性提供所有信息:
必填字段:
- - 职位名称:岗位名称(例如:高级Python后端工程师)
- 公司名称:雇主名称
- 职位要求:详细要求,包括技能、职责和资格条件
- 薪资范围:薪酬范围(例如:25k-40k、30k-50k)
- 工作地点:办公地点(例如:上海-长宁区、北京-朝阳区)
- 工作类型:雇佣类型(例如:全职、兼职、合同制)
- 学历要求:最低学历水平(例如:本科及以上)
- 经验要求:所需工作年限(例如:3-5年、5年以上)
用户输入示例:
一次性提供:
我想发布一个职位,招聘Python后端工程师,公司在拼多多,地点上海长宁区。薪资25k-40k。要求:熟悉Python、Django/Flask框架,有RESTful API开发经验。了解MySQL、Redis数据库。有电商或支付系统经验者优先。全职岗位,本科及以上学历,3-5年经验。
逐步提供:
我需要招聘一名开发人员
[Claude询问职位名称]
Python后端工程师
[Claude询问公司、要求、薪资、地点等]
第2步:验证完整性
在提交前,确认所有必填字段都已提供。如有缺失,请用户补充。
第3步:发布职位信息
bash
cat <
{
action: publish,
title: <职位名称>,
companyName: <公司名称>,
requirement: <详细要求>,
salary: <薪资范围>,
location: <工作地点>,
jobType: <雇佣类型>,
education: <学历要求>,
experience: <经验要求>,
status: ACTIVE
}
EOF
第4步:确认成功
发布成功后,告知用户并保存返回的职位ID,以便后续操作(更新、删除、查看匹配结果)。令牌会自动保存。
更新职位(操作:update)
需要之前发布时获得的jobId。只需提供需要更改的字段。脚本会自动使用已保存的令牌。
bash
cat <
{
action: update,
jobId: <职位ID>,
salary: <新的薪资范围>,
requirement: <更新后的要求>
}
EOF
可更新字段:title、companyName、requirement、salary、location、jobType、education、experience、status。
删除职位(操作:delete)
通过将职位标记为INACTIVE进行软删除。匹配历史将被保留。
bash
cat <
{
action: delete,
jobId: <职位ID>
}
EOF
查看职位和匹配结果(get_profile.py)
查看已发布的职位和匹配的候选人,不进行任何更改。
查看所有职位
bash
cat <
{
action: jobs
}
EOF
查看特定职位详情
bash
cat <
{
action: job,
jobId: <职位ID>
}
EOF
查看特定职位的匹配结果
bash
cat <
{
action: matches,
jobId: <职位ID>
}
EOF
查看所有职位的所有匹配结果
bash
cat <
{
action: all-matches
}
EOF
查看完整信息(所有职位 + 所有匹配结果)
bash
cat <
{
action: full
}
EOF
何时使用get_profile.py:
- - 用户询问我发布了哪些职位?或显示我的职位
- 用户想查看所有职位的匹配结果
- 用户在更新前想查看职位详情
- 用户询问我有候选人吗?
列出匹配候选人(操作:matches)
获取AI系统为特定职位匹配的候选人,并提供全面的多维度分析。
bash
cat <
{
action: matches,
jobId: <职位ID>
}
EOF
第1步:获取匹配的候选人
API返回匹配候选人的列表及相似度评分。每条匹配结果包括:
- - 候选人详情(姓名、简历、技能、经验等)
- 相似度评分(0-1范围,基于向量匹配)
- 匹配元数据
第2步:提供对比总结
在分析完每位候选人后,提供对比总结:
前3名推荐:
对前3名候选人进行排名,并为每位提供简要理由。
候选人分布:
- - 优秀匹配(评分 > 0.85):X人
- 良好匹配(评分 0.75-0.85):Y人
- 中等匹配(评分 0.65-0.75):Z人
招聘策略建议:
- - 哪些候选人应优先安排面试
- 建议的面试官组成
- 时间安排建议
- 备选候选人策略
输出格式指南
重要提示:始终使用用户的语言回复。 如果用户使用中文交流,请用中文回复。如果使用英文,请用英文回复。调整所有章节标题、标签和内容以匹配用户的语言。
按以下结构组织分析报告:
报告标题:
- - 标题表明这是候选人匹配分析报告
- 职位名称和公司名称
- 使用视觉分隔符(线条、表情符号)组织各部分
对于每位匹配的候选人:
- 1. 候选人标题部分
- 候选人姓名/标识符及编号
- 视觉分隔线
- 2. 整体匹配评分(📈)
- 显示相似度评分(例如:0.89)并附解释(优秀/良好/中等/一般)
- 简要总结该候选人匹配或不匹配的原因
- 3. 技能匹配分析(🔧)
- ✅ 列出匹配的技能及经验水平
- 💡 突出加分技能(超出要求的)
- ⚠️ 识别技能差距(要求但缺失的)
- 提供技能匹配百分比估算
- 4. 经验匹配分析(💼)
- 对比要求经验与实际经验年限
- 评估行业/领域经验的相关性
- 评估项目复杂度和规模匹配度
- 确定资历级别匹配
- 查看职业发展轨迹
- 5. 学历与资质(🎓)
- 学历水平匹配
- 相关认证
- 学术背景相关性
- 6. 文化与团队匹配(🤝)
- 简历中体现的工作风格指标
- 团队协作经验
- 领导潜力(如适用)
- 沟通能力证据
- 7. 薪酬期望(💰)
- 候选人的薪资期望与职位提供的对比
- 谈判空间评估
- 总薪酬考量
- 8. 优势与劣势(✅ ⚠️)
- 列出该候选人的3-5个关键优势
- 列出2-4个潜在问题或差距
- 保持客观平衡
- 9. 招聘建议(🎯)
- 优先级:🔥 高优先级 / ⭐ 中优先级 / 💭 考虑
- 建议行动及明确理由
- 建议的面试重点领域
- 入职考量
- 10. 面试策略(📝)
- 面试中需要重点考察的领域