← Back to Skills Marketplace
459
Downloads
0
Stars
2
Active Installs
5
Versions
Install in OpenClaw
/install recruiting
Description
Hiring workflow management with structured processes and candidate tracking. Use when user mentions hiring, job descriptions, resume screening, interviews, c...
Usage Guidance
This package appears to implement basic local recruiting utilities (create job, add candidate, update pipeline) and does not contact external services or request secrets — that's good. However: 1) SKILL.md promises many more scripts and reference docs that are missing; verify whether the maintainer intentionally omitted those or if you received an incomplete package. 2) Confirm the exact data path: SKILL.md says memory/recruiting/ while scripts write to ~/.openclaw/workspace/memory/recruiting; make sure you’re OK with that location and that no other unexpected files will be written. 3) Before using for real candidate data, inspect or run the scripts in an isolated environment, and consider not storing sensitive PII (SSN, DOB) as the skill explicitly warns against it. 4) If you need the advertised features (screening, interview prep, email drafts, reminders, reports), ask the publisher for the missing scripts and reference docs or get source for those components and review them before granting the skill autonomy. If you’re unsure who the publisher is, prefer to run these scripts manually rather than enabling autonomous invocation.
Capability Analysis
Type: OpenClaw Skill
Name: recruiting
Version: 2.3.0
The recruiting-pro skill bundle is a well-structured tool for local hiring workflow management. The Python scripts (add_candidate.py, create_job.py, update_pipeline.py) perform standard local file I/O using the JSON format and lack any network capabilities, shell execution, or obfuscation. The SKILL.md and reference documentation include explicit safety boundaries and privacy instructions, specifically mandating that data remain local and that the AI agent refrain from making autonomous hiring decisions.
Capability Assessment
Purpose & Capability
Name/description (recruiting workflow) matches the included scripts' functionality (create job, add candidate, update pipeline). However the SKILL.md advertises many more capabilities (resume screening, interview prep, email drafting, reminders, reports) and many referenced scripts/files for those capabilities are missing from the package, so required functionality is incomplete.
Instruction Scope
SKILL.md explicitly states all data is stored locally and no external integrations are used; the included scripts adhere to this (file I/O only). But the instructions repeatedly reference scripts (screen_candidate.py, prep_interview.py, draft_email.py, view_pipeline.py, set_reminder.py, generate_report.py) and reference docs (interview-prep.md, communications.md, fair-hiring.md) that are not present — this mismatch gives the agent ambiguous runtime instructions and could lead to errors or unexpected behavior.
Install Mechanism
No install spec and no external downloads; the skill is instruction + a few local Python scripts. That minimizes install-time risk (no external code fetched).
Credentials
The skill requests no environment variables, no credentials, and the scripts operate on local files under a recruiting directory. There are no requests for unrelated secrets or system-wide credentials.
Persistence & Privilege
Skill does not request always:true and does not modify other skills. It writes to a directory in the user's home (~/.openclaw/workspace/memory/recruiting), which is consistent with declared local storage and not an elevated/system-wide location.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install recruiting - After installation, invoke the skill by name or use
/recruiting - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.3.0
Version 2.3.0 of the recruiting skill contains no changes to existing files or features.
- No modifications detected.
- All workflows, safety policies, and script references remain unchanged.
v2.2.0
Recruiting Skill 2.2.0
- No file changes detected for this version.
- No new features, updates, or fixes introduced.
- All workflows, privacy standards, and functions remain unchanged.
v2.1.0
**Summary:** Major update with new workflow scripts, strict local data storage, and clarified safety boundaries.
- Added structured scripts for job creation, candidate screening, interview prep, pipeline tracking, and communications.
- All candidate data now stored locally; no external integrations or resume services.
- Updated documentation with clear workflows, safety boundaries, and privacy requirements.
- Removed outdated skill.md and replaced with modular references and quick start guidance.
- Reinforced disclaimer: never makes hiring decisions or stores sensitive personal data.
v2.0.0
Complete rewrite with deeper content
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Recruiting?
Hiring workflow management with structured processes and candidate tracking. Use when user mentions hiring, job descriptions, resume screening, interviews, c... It is an AI Agent Skill for Claude Code / OpenClaw, with 459 downloads so far.
How do I install Recruiting?
Run "/install recruiting" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Recruiting free?
Yes, Recruiting is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Recruiting support?
Recruiting is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Recruiting?
It is built and maintained by AGIstack (@agistack); the current version is v2.3.0.
More Skills