Head Hunter

v1.0.0

AI-powered headhunter system for intelligent candidate-job matching. Provides professional recruitment assistance with multi-dimensional matching algorithms,...

0· 282·1 current·1 all-time
byJustin Liu@zhenstaff
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
Name/description (AI headhunter) match the requested binary (python3) and the single pip dependency (email-validator). However, the SKILL.md and README show Python package APIs (from headhunter import Headhunter, etc.) and a full package layout while the skill bundle contains no code files — only instructions and docs. That mismatch means the skill expects a package that isn't provided; it may rely on the environment already having that package or on the user to install it.
Instruction Scope
SKILL.md instructions focus on recruitment tasks and contain only example Python usage. They do not instruct the agent to read unrelated system files, access credentials, or exfiltrate data. The example code assumes availability of a headhunter package but doesn't provide steps that touch sensitive system paths or other services.
Install Mechanism
No install spec that downloads arbitrary archives is present. The metadata suggests a single pip install of email-validator, which is a small, common package. Because the skill is instruction-only, nothing will be written to disk by the skill itself beyond what the agent chooses to run.
Credentials
The skill declares no required environment variables, credentials, or config paths. That is proportionate to a local matching/recruitment assistant. There is no request for unrelated secrets or broad environment access.
Persistence & Privilege
The skill does not set always: true and does not request persistent system privileges. It's user-invocable and can be invoked autonomously per platform defaults — appropriate for this type of skill.
What to consider before installing
This is an instruction-only skill that documents a Python 'headhunter' package but does not include the package code. Before using it, verify where the headhunter package comes from (PyPI or the project repo), inspect its source, and avoid blindly running pip installs in a production environment. If you expect local use, either obtain and review the package source from the listed GitHub URL or ask the skill author to include the implementation. If you must run the example, do so in an isolated environment (e.g., virtualenv or sandbox) and confirm the package origin and integrity.

Like a lobster shell, security has layers — review code before you run it.

latestvk975cjmnapnt56kpz6qhdks2h182aytr

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🎯 Clawdis
OSmacOS · Linux · Windows
Binspython3

Comments