Install
openclaw skills install head-hunterAI-powered headhunter system for intelligent candidate-job matching. Provides professional recruitment assistance with multi-dimensional matching algorithms,...
openclaw skills install head-hunterThis skill enables you to act as a professional headhunter with AI-powered candidate-job matching capabilities. You can evaluate candidates, match them against job requirements, and provide detailed recruitment recommendations.
Activate this skill when the user:
✅ Intelligent Matching - Multi-dimensional candidate-job matching ✅ Skill Analysis - Automatic skill matching with synonym recognition ✅ Batch Ranking - Compare and rank multiple candidates ✅ Detailed Insights - Strengths, concerns, and interview questions
import asyncio
from headhunter import Headhunter, Candidate, Job
async def main():
hr = Headhunter()
match = await hr.match_candidate(candidate, job)
print(f"Score: {match.overall_score}/100")
print(f"Recommendation: {match.recommendation}")
asyncio.run(main())
Ready to find the perfect candidate? Let's start matching! 🎯