Skip to content

OpenJobsAI/OpenClaw-Reruiting-Skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

OpenClaw Recruiting Skills

Skills Count License Platform

A curated collection of AI agent skills for modern recruiting workflows.

From JD creation to candidate sourcing to outreach — the full recruiting pipeline.


What Is This?

OpenClaw Recruiting Skills is a focused collection of AI agent skills that cover the core recruiting workflow. These skills are designed for OpenClaw and transform a general-purpose AI agent into a recruiting assistant that can write job descriptions, evaluate candidates, and draft outreach messages.

Each skill is a self-contained SKILL.md module. Install and start using immediately. Some skills integrate with external APIs for candidate search and data enrichment — see individual skill docs for setup.

Why This Collection?

Without Skills With Recruiting Skills
Generic JD templates Structured, bias-aware JDs tailored to your role
Manual resume screening Quantitative 5-dimension fit scoring
Template outreach emails Personalized messages with candidate-specific hooks
Inconsistent candidate evaluation Calibrated scoring framework with evidence-based reasoning

Skills Overview

Skill Description
jd-generator Generate complete, structured JDs from a role title and minimal context
jd-polisher Analyze and improve existing JDs for clarity, bias, and effectiveness
resume-scorer Score resumes against JDs with a 5-dimension weighted framework
outreach-email-drafter Draft personalized cold outreach, follow-ups, and referral messages

Installation

Requirements

  • OpenClaw installed and running
  • Git (for cloning)

Method 1 — Clone and Copy (Recommended)

git clone https://github.com/YOUR_USERNAME/openclaw-recruiting-skills.git

# Install to your workspace
cp -r openclaw-recruiting-skills/skills/* <your-workspace>/skills/

# Or install globally
cp -r openclaw-recruiting-skills/skills/* ~/.openclaw/skills/

Skills are picked up automatically on the next session. No restart needed.

Method 2 — Configure Extra Directories

Add to ~/.openclaw/openclaw.json:

{
  "skills": {
    "load": {
      "extraDirs": ["/path/to/openclaw-recruiting-skills/skills"]
    }
  }
}

Method 3 — Install Selected Skills Only

# Pick what you need
SKILLS=("jd-generator" "jd-polisher" "resume-scorer" "outreach-email-drafter")

for skill in "${SKILLS[@]}"; do
  cp -r openclaw-recruiting-skills/skills/$skill ~/.openclaw/skills/
done

Verification

After installation, ask your agent:

What recruiting skills do you have available?

Quick Start Examples

Generate a JD

Write a JD for a Senior Backend Engineer at a Series B fintech in Singapore.
Must know Python and Kubernetes. Remote-first, $120-150k USD.

Polish an existing JD

Review this JD and improve it:
[paste your existing JD]

Score a resume

Score this resume against the JD we just created:
[paste resume or provide file path]

Draft outreach

Write an outreach email to Jane Chen for the Senior Backend Engineer role.
She's currently a Staff Engineer at Grab, led their payments platform migration to K8s.

Roadmap

Batch 2 — Candidate Search & Screening (Coming Soon)

  • candidate-search — People search API integration
  • resume-parser — Extract structured data from PDF/DOCX resumes
  • candidate-ranker — Batch ranking with pipeline management
  • linkedin-profile-analyzer — Profile evaluation and fit assessment

Batch 3 — Interview & Coordination

  • interview-question-generator — Role-specific interview questions
  • interview-scheduler — Calendar coordination
  • offer-letter-generator — Offer document generation
  • rejection-letter-drafter — Professional rejection communications

Batch 4 — Analytics & Compliance

  • pipeline-tracker — Recruiting funnel management
  • hiring-analytics — Time-to-fill, source effectiveness, conversion rates
  • salary-benchmark — Market compensation research
  • diversity-checker — Bias and inclusivity audit

Contributing

Contributions welcome. Please:

  1. Follow the OpenClaw skill format
  2. Keep SKILL.md under 500 lines
  3. Test your skill with at least 3 realistic prompts before submitting
  4. Document any API keys or external services in the skill's frontmatter metadata.openclaw.requires.env

License

MIT

About

The most comprehensive open-source recruiting skills library for OpenClaw.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors