A minimal OpenClaw skill prototype for a small hiring workflow.
This repo now captures that loop in an OpenClaw skill-friendly structure:
- Resume Screener
- Candidate Coordinator
- Hiring Ops Tracker
- Feishu table update
It is not a full ATS, HRMS, or recruiting platform. It is a lightweight prototype for a real, already-tested hiring loop.
Handles first-pass screening for incoming resumes.
Handles only 3 actions:
- request-more-info message
- interview scheduling message
- candidate reply summary
Handles only 4 actions:
- current stage
- current owner
- next step
- blocked / timeout status
Resume in
→ Resume Screener
→ Candidate Coordinator
→ Hiring Ops Tracker
→ Feishu update
- 待补资料
- 待约初面
- 待面试反馈
- 待继续推进
- 待归档
- 已暂停
- 已转岗
- 正常推进
- 临近超时
- 已卡住
- within 24 hours → 正常推进
- 24–48 hours → 临近超时
- over 48 hours → 已卡住
SKILL.md references/ assets/ docs/ examples/ agents/ - SKILL.md for OpenClaw skill loading
- reference docs for 3 sub-capabilities
- final prompts and minimal templates
- fixed workflow and rules
- Feishu field notes
- demo cases
- repo about text for GitHub setup
- quickstart, install/test, smoke-test, and use-case notes
- simple cover and screenshot assets
- full ATS
- permission system
- dashboard
- complex workflow engine
- independent bots
- company-internal structure
This repo is a clean public prototype backup before moving the work into the company Git team. It keeps the current minimum loop in one place: prompts, templates, rules, examples, and workflow notes.