← Back to Skills Marketplace
Recruiting Interview Kit
by
vx:17605205782
· GitHub ↗
· v1.0.0
· MIT-0
211
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install recruiting-interview-kit
Description
根据 JD 生成面试题、评分维度、红旗项与面试记录模板。;use for recruiting, interview, hiring workflows;do not use for 生成歧视性问题, 替代最终录用决策.
Usage Guidance
This skill appears to do what it claims (generate interview questions/scorecards) and only requires python3, but take these precautions before running: 1) Inspect SKILL.md and other files for invisible/control characters and remove them; the pre-scan flagged unicode control chars. 2) Review scripts/run.py yourself (it's included) to confirm behavior — it only reads local files and writes output, but it will traverse and read any directory you pass as --input. Never run it against root/home or other sensitive paths. 3) Prefer running with --dry-run and using the included example input first, or run inside an isolated/sandbox environment. 4) If you don't want local file access, avoid executing the script and instead ask the skill to produce output based only on the provided JD text/template. 5) If you plan to give the skill directory inputs, sanitize them and avoid passing files that contain secrets or credentials.
Capability Analysis
Type: OpenClaw Skill
Name: recruiting-interview-kit
Version: 1.0.0
The bundle contains a script (scripts/run.py) with capabilities that significantly deviate from its stated purpose of generating recruiting interview kits. The script includes a 'pattern_report' function with regex patterns designed to find API keys, tokens, and dangerous shell commands (e.g., curl|bash, base64 execution), as well as functions for recursive directory scanning and CSV data sampling. While the code includes logic to mask discovered secrets and appears to be a security auditing tool, its inclusion in a non-security bundle is a functional discrepancy that provides the agent with tools to identify sensitive data on the host system.
Capability Assessment
Purpose & Capability
Name/description match the included resources and the Python script. Declared dependency (python3) is appropriate. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
SKILL.md restricts behavior to read-only, template-driven outputs and suggests running scripts/run.py for local processing. The bundled run.py implements structured reports and directory/csv/skill audits — useful for the stated purpose. However, the script will traverse and read files under any input path provided (list_text_files, read_text), so if an attacker or careless user supplies a sensitive directory (e.g., home, /etc) it can produce/report on arbitrary local files. That capability is coherent for 'audit' modes but expands scope beyond just processing a single JD file.
Install Mechanism
No external install spec; instruction-only with a local Python script. No downloads or external package installs are performed. This is low-risk from supply-chain perspective.
Credentials
No environment variables, credentials, or config paths are requested. The skill only needs python3 and local file access as expected.
Persistence & Privilege
always is false, the skill does not request permanent platform presence, and it does not modify other skills or system-wide agent settings. The script can write an output file if asked, but that is standard behavior and scoped to the provided --output.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install recruiting-interview-kit - After installation, invoke the skill by name or use
/recruiting-interview-kit - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of recruiting-interview-kit.
- Generates interview questions, scoring dimensions, red flags, and interview record templates based on job descriptions.
- Designed for structured recruiting, interview, and hiring workflows.
- Prioritizes clarity, review-ready drafts, and explicit identification of missing information.
- Ensures compliance by not generating discriminatory questions or making final hiring decisions.
- Includes clear boundaries on workflow automation and data handling for security.
- Provides standard output sections: job understanding, question bank, evaluation criteria, red flags, templates, and candidate experience notes.
Metadata
Frequently Asked Questions
What is Recruiting Interview Kit?
根据 JD 生成面试题、评分维度、红旗项与面试记录模板。;use for recruiting, interview, hiring workflows;do not use for 生成歧视性问题, 替代最终录用决策. It is an AI Agent Skill for Claude Code / OpenClaw, with 211 downloads so far.
How do I install Recruiting Interview Kit?
Run "/install recruiting-interview-kit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Recruiting Interview Kit free?
Yes, Recruiting Interview Kit is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Recruiting Interview Kit support?
Recruiting Interview Kit is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).
Who created Recruiting Interview Kit?
It is built and maintained by vx:17605205782 (@52yuanchangxing); the current version is v1.0.0.
More Skills