← Back to Skills Marketplace
Match jobs through resumes
by
Unclecheng
· GitHub ↗
· v1.0.0
· MIT-0
132
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install unclecheng-jobsmatch
Description
智能简历求职匹配助手,当用户上传简历文件(PDF、Word、图片等)需要进行求职岗位匹配、企业背景调查、岗位适配度评估时使用。
Usage Guidance
This skill appears internally consistent for resume parsing and job matching, but review before use: 1) Privacy: the skill expects users to upload resumes containing personal data — ensure you are comfortable sharing PII with the agent and any web_search tool it uses. 2) Dependencies: the included scripts require Python packages (pdfplumber, python-docx, pytesseract, markdown_pdf, pillow) and Tesseract OCR; install these in a controlled/isolated environment. 3) Network behavior: the skill delegates web crawling/searching to the agent's web_search capability and targets public recruitment and corporate-info sites; confirm your agent's web tool does not forward data to third parties you don't trust. 4) Running code: the scripts are plain Python with no obfuscated logic or hard-coded remote endpoints, but always run third-party code in an environment you control. If you need higher assurance, request the author add an explicit install spec and a minimal network-access policy for the web_search steps.
Capability Assessment
Purpose & Capability
Name/description match the included scripts and references: resume parsing, web-based job search guidance, company background checks, and PDF report export. The code and reference docs support the stated purpose — there are no unexpected credentials, binaries, or unrelated platform accesses requested.
Instruction Scope
SKILL.md instructs parsing uploaded resume files and using a web_search tool to query public recruitment and corporate-information sources; that scope aligns with the stated goal. The scripts do not instruct reading unrelated local files or secrets. The job_searcher relies on an external 'web_search' capability (agent tool) to fetch public web data — consistent with the skill's purpose.
Install Mechanism
There is no formal install spec; this is primarily an instruction-only skill with helper Python scripts. The scripts require third-party Python packages (pdfplumber, python-docx, pytesseract, markdown_pdf, pillow, etc.) and Tesseract OCR for image parsing — dependency installation is noted in comments but not automated. This is not malicious but users should be aware dependencies must be installed in the runtime environment.
Credentials
The skill requests no environment variables, credentials, or config paths. All network activity described targets public recruitment and corporate-information sites. There are no requests for unrelated secrets or cloud credentials.
Persistence & Privilege
always:false and default invocation settings are used. The skill does not request permanent platform presence or attempt to modify other skills or system-wide agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install unclecheng-jobsmatch - After installation, invoke the skill by name or use
/unclecheng-jobsmatch - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the intelligent resume-job matching assistant.
- Supports multi-format resume parsing (PDF, Word, image).
- Automatically matches user resumes with openings on top recruitment platforms, covering both large tech companies and startups/SMEs.
- Provides enterprise background checks, job authenticity verification, and risk identification.
- Evaluates job fit with a scoring system and generates structured assessment reports, including application links and risk levels.
- Enables exporting of evaluation reports in Markdown or PDF formats for easy review and archiving.
Metadata
Frequently Asked Questions
What is Match jobs through resumes?
智能简历求职匹配助手,当用户上传简历文件(PDF、Word、图片等)需要进行求职岗位匹配、企业背景调查、岗位适配度评估时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 132 downloads so far.
How do I install Match jobs through resumes?
Run "/install unclecheng-jobsmatch" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Match jobs through resumes free?
Yes, Match jobs through resumes is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Match jobs through resumes support?
Match jobs through resumes is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Match jobs through resumes?
It is built and maintained by Unclecheng (@unclecheng-li); the current version is v1.0.0.
More Skills