← Back to Skills Marketplace
311
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install tech-recruiter-pro
Description
智能搜索和分析算法及研发工程师多平台技术画像,生成个性化招聘邮件并管理候选人招聘流程。
Usage Guidance
This skill appears to be what it claims: a multi‑platform recruiting assistant. Before installing, consider: 1) scraping public sites can violate terms of service and privacy laws—confirm compliance with your company policies and GDPR where applicable; 2) the code currently contains many TODOs and example/placeholder results (the search functions return example data), so real scraping/API integration may need additional implementation and safe rate‑limiting; 3) optional API tokens (GitHub, LinkedIn, Twitter) should only be provided from accounts you trust and with least privilege; 4) recruiter.py uses an OPENCLAW_WORKSPACE env var (not documented in metadata) and writes candidate data and templates to data/ and templates/ under the skill directory (or to a tmp dir) — review those files and storage location and consider running the skill in a sandbox if you need to protect host data; 5) inspect and test network behavior (and any proxy configuration) before giving the skill access to production credentials or systems.
Capability Analysis
Type: OpenClaw Skill
Name: tech-recruiter-pro
Version: 1.0.2
The skill is designed for legitimate technical recruiting, featuring multi-platform candidate search, profile analysis, and email generation. It demonstrates strong transparency and security awareness, explicitly declaring required permissions, optional API tokens, and detailing past security fixes in `SECURITY_FIXES.md`. The `SKILL.md` includes clear security and privacy declarations, stating the skill will not send data to unauthorized third parties, store sensitive information, or violate `robots.txt`. While the Python code contains `TODO` comments for actual web scraping and API calls (implying the OpenClaw agent's `browser` and `web_fetch` skills would perform these actions), the provided instructions and mock implementations do not exhibit any malicious intent or prompt injection attempts. The comprehensive documentation and proactive security posture indicate a benign purpose.
Capability Assessment
Purpose & Capability
Name/description (multi‑platform candidate search, profile analysis, email generation, pipeline) match the files and code (search.py, recruiter.py, templates, examples). Declared optional integrations (GitHub, LinkedIn, Twitter, Feishu) are consistent with the recruiting purpose.
Instruction Scope
SKILL.md instructs web scraping across public platforms and describes handling captchas (pause + use proxy) and follow‑up logic; these steps are consistent with the stated purpose but imply network access and scraping behavior that may conflict with some sites' ToS. The runtime instructions do not direct reading unrelated local files or exfiltrating secrets.
Install Mechanism
Instruction-only install spec (no remote downloads). Code is shipped in the skill bundle and requirements.txt lists common Python scraping libs (requests, beautifulsoup4, lxml). No high‑risk remote install URLs or archive extraction observed.
Credentials
The skill declares no required environment variables; docs mention optional API tokens (GITHUB_TOKEN, LINKEDIN_API_KEY, TWITTER_BEARER_TOKEN) which are appropriate for optional enhanced integrations. One minor mismatch: recruiter.py reads OPENCLAW_WORKSPACE to set workspace path but this env var is not documented in SKILL.md/metadata — benign but worth noting.
Persistence & Privilege
always:false and default autonomous invocation settings are used. The code creates/uses a local data/ and templates/ directory inside the skill (or a temp dir if creation fails) for persistence; this is expected for candidate storage and template saving and does not modify other skills or systemwide configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tech-recruiter-pro - After installation, invoke the skill by name or use
/tech-recruiter-pro - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Initial release of TechRecruiter Pro:
- Multi-platform candidate search (GitHub, Google Scholar, AMiner, arXiv) with support for filtering by research area, company, education, and more
- Integrated candidate profile analysis combining academic, technical, and career data
- Matching score calculation based on research, academic impact, tech contributions, company, and education background
- Automated, personalized outreach email generation based on candidates’ research and projects
- Candidate pipeline (ATS) management support (requires Feishu Bitable configuration)
- Required integrations: feishu_bitable, feishu_doc, browser, web_fetch, web_search
Bilingual documentation and all functions focus on algorithm/R&D talent recruiting use cases.
v1.0.1
v1.0.1 - Security Fixes (2026-03-04)
Fixes:
- Fixed hardcoded filesystem path, now supports OPENCLAW_WORKSPACE env var
- Added complete env_vars declaration (GitHub/LinkedIn/Twitter/Feishu API tokens)
- Added data persistence and privacy documentation
- Added API usage recommendations and ToS compliance notes
- Added security declaration and GDPR compliance notes
Files changed:
- skill.json: Added env_vars section, updated version to 1.0.1
- recruiter.py: Fixed hardcoded paths, added environment variable support
- SKILL.md: Added data persistence, API usage, and privacy documentation
- SECURITY_FIXES.md: New file documenting all security fixes
v1.0.0
🚀 TechRecruiter Pro v1.0.0 - Initial Release
✨ ClawHub's first recruiting skill for technical talents!
Features:
- 9-platform search (GitHub, Google Scholar, AMiner, arXiv, LinkedIn, Reddit, Discord, Hugging Face, X)
- Smart profile analysis with AI-powered matching scores
- Personalized email generation based on papers and projects
- Complete pipeline management with Feishu integration
- Bilingual documentation (EN/CN)
Platforms supported:
✅ Academic: AMiner, Google Scholar, arXiv
✅ Engineering: GitHub, Hugging Face
✅ Professional: LinkedIn
✅ Community: Reddit, Discord, X (Twitter)
Perfect for:
- HR teams recruiting technical talents
- Engineering managers building teams
- Startup founders hiring first engineers
- Headhunters specializing in tech
MIT License - Free and Open Source
Metadata
Frequently Asked Questions
What is tech recruiter pro?
智能搜索和分析算法及研发工程师多平台技术画像,生成个性化招聘邮件并管理候选人招聘流程。 It is an AI Agent Skill for Claude Code / OpenClaw, with 311 downloads so far.
How do I install tech recruiter pro?
Run "/install tech-recruiter-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is tech recruiter pro free?
Yes, tech recruiter pro is completely free (open-source). You can download, install and use it at no cost.
Which platforms does tech recruiter pro support?
tech recruiter pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created tech recruiter pro?
It is built and maintained by Bianca77 (@biancabian77); the current version is v1.0.2.
More Skills