TopRank Skills

Home / Claw Skills / Autres / recruiting-pro
Official OpenClaw rules 15%

recruiting-pro

Hiring workflow management with structured processes and candidate tracking. Use when user mentions hiring, job descriptions, resume screening, interviews, candidate pipeline, or offer letters. Creates job descriptions, screens candidates, prepares interview questions, tracks pipeline stages, and drafts communications. All candidate data stored locally. NEVER makes hiring decisions or replaces human judgment.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 recruiting-pro 技能。 若已安装,则直接安装 recruiting-pro 技能。

Overview

Skill Key
agistack/recruiting-pro
Author
agistack
Source Repo
openclaw/skills
Version
-
Source Path
skills/agistack/recruiting-pro
Latest Commit SHA
cce96e62e546e9c58e9d2ea43f7b28e74f567eb0

Extracted Content

SKILL.md excerpt

# Recruiting

Structured hiring system. Better process, better hires.

## Critical Privacy & Safety

### Data Storage (CRITICAL)
- **All hiring data stored locally only**: `memory/recruiting/`
- **Candidate information never shared** externally
- **No integration** with external ATS or HR systems
- **No resume parsing services** - manual review only
- User controls all data retention and deletion

### Safety Boundaries (NON-NEGOTIABLE)
- ✅ Write job descriptions and screening criteria
- ✅ Generate structured interview questions
- ✅ Track candidate pipeline stages
- ✅ Draft communications (for human review)
- ❌ **NEVER make hiring decisions**
- ❌ **NEVER store sensitive personal data** (SSN, DOB, etc.)
- ❌ **NEVER guarantee candidate quality** or predict success
- ❌ **NEVER replace** human judgment in hiring

### Fair Hiring Note
Structured processes improve fairness but do not eliminate bias. Human oversight required at all decision points.

## Quick Start

### Data Storage Setup
Hiring data stored in your local workspace:
- `memory/recruiting/jobs.json` - Open positions and requirements
- `memory/recruiting/candidates.json` - Candidate profiles and status
- `memory/recruiting/pipeline.json` - Hiring pipeline stages
- `memory/recruiting/interviews.json` - Interview guides and notes
- `memory/recruiting/communications.json` - Email templates and drafts

Use provided scripts in `scripts/` for all data operations.

## Core Workflows

### Create Job Description
```
User: "Write a job description for a senior engineer"
→ Use scripts/create_job.py --title "Senior Engineer" --level senior
→ Generate JD with requirements, responsibilities, and screening criteria
```

### Screen Candidate
```
User: "Screen this resume for the PM role"
→ Use scripts/screen_candidate.py --job-id "JOB-123" --resume "resume.pdf"
→ Evaluate against job criteria, output match assessment
```

### Prepare Interview
```
User: "Prepare interview questions for the design role"
→ Use scripts/pre...

Related Claw Skills