yidanzhou79-eng/openclaw-workspace
Summary
An OpenClaw workspace for resume and job description (JD) matching analysis. Provides tools to analyze compatibility between resumes and job postings, identify skill gaps, and suggest improvements.
Included Assets
-
Skills
skills/resume-jd-matcher/— Resume-JD matching agent skill
-
Scripts
skills/resume-jd-matcher/scripts/analyze.py— Python analysis engineskills/resume-jd-matcher/scripts/run_analysis.sh— Bash runner script
-
Workspace Configuration
AGENTS.md— Session startup and memory management guideSOUL.md— Agent personality and behavior guidelinesTOOLS.md— Local environment configuration notesIDENTITY.md— Agent identity (Claw)USER.md— User profile (yuki)
How to Use
Via OpenClaw Agent Chat
Ask the agent directly:
"请分析这个JD和简历的匹配度"
"这是我的简历和岗位JD,请帮我看看哪里不匹配"
"根据这个JD,我的简历应该怎么修改"
Via Command Line
cd skills/resume-jd-matcher/scripts
bash run_analysis.sh
Run Python Script Directly
python3 skills/resume-jd-matcher/scripts/analyze.py
Notes
- The analysis script requires Python 3 with standard library modules (
re,json,logging) - Model recommendation: Multi-modal LLM with strong Chinese text comprehension (e.g., Doubao-Seedream-4.5)
- The analyzer evaluates four dimensions: hard skills (35%), experience (30%), education (15%), and soft skills (20%)
- Skill migration mapping is included to recognize related skills as partial matches
还没有评论。