/install job-hunter
Job Hunter
End-to-end job search assistant — from finding opportunities to landing interviews.
Quick Start
1. Set up candidate profile
Create a profile JSON for the user. Use the template at {baseDir}/references/profile-template.json as a starting point. Ask the user about:
- Target roles and seniority level
- Key skills and tools
- Location preferences (cities + remote)
- Salary expectations
- Dealbreakers and excluded companies
- Preferred industries/domains
Save as profile.json in the workspace.
2. Search for jobs
Use the web_search tool with multiple queries to cast a wide net:
site:linkedin.com/jobs "[role]" "[city]"
site:indeed.com "[role]" "[city]"
site:glassdoor.com/job "[role]" "[city]"
"[role]" "[city]" hiring 2025 2026
Expand keywords — don't just search one title. See {baseDir}/references/search-strategies.md for keyword expansion patterns.
Alternative: run the search script if Brave API is available:
{baseDir}/scripts/search_jobs.sh "CX Manager" --location "Amsterdam" --days 7
3. Evaluate fit
For each job found, run fit analysis:
python3 {baseDir}/scripts/analyze_fit.py --profile profile.json --jobs jobs.json --threshold 50
Or evaluate manually using this framework:
- Skill match (40%): Does user have 60%+ of required skills?
- Seniority match (25%): Right level — not over/under qualified?
- Location match (15%): Compatible location or remote?
- Domain match (10%): Preferred industry/domain?
- Red flags (10%): Excluded companies? Dealbreakers?
Score: 🟢 75+ great | 🟡 55-74 good | 🟠 40-54 stretch | 🔴 \x3C40 skip
4. Present results
For each job, present:
- Role & Company with direct link
- Fit score with color indicator
- Why it's a match (top 3 skill matches)
- Gaps to address (missing skills to highlight as "eager to learn")
- Salary estimate if available
- Recommendation: Apply / Maybe / Skip
Application Support
Cover letters
Read {baseDir}/references/cover-letter-guide.md for structure and tone guidelines. Generate tailored cover letters that:
- Reference specific company details (not generic)
- Map user's experience to top 2-3 job requirements
- Include quantified achievements
- Stay under 350 words
Interview prep
Read {baseDir}/references/interview-prep.md for complete preparation framework. Help with:
- Company research summaries
- STAR stories for key requirements
- Tailored "tell me about yourself" script
- Salary negotiation talking points
- Questions to ask the interviewer
Salary research
bash {baseDir}/scripts/salary_research.sh "Job Title" "Location"
Cross-reference 3+ sources. In the Netherlands: factor in 8% holiday allowance, possible 13th month, pension.
Daily Brief Format
When running as a scheduled job search brief:
- New opportunities — jobs found in last 24h with fit scores and direct links
- Application status — updates on pending applications
- Action items — what to apply to today, follow-ups due
- Market intel — industry trends, salary movements, hiring patterns
Tracking
Maintain a job tracker with:
- Company, role, date found, source URL
- Fit score and recommendation
- Status:
new→applied→screening→interview→offer/rejected/ghosted - Applied/skipped with reason
- Contact info and follow-up dates
Tips for Agents
- Never apply on behalf of the user — present opportunities, let them decide
- Don't overwhelm — 3-5 quality matches beat 20 mediocre ones
- Track excluded companies — never suggest the same company twice after rejection
- Be honest about fit — stretches are okay to flag, but don't oversell poor matches
- Respect dealbreakers — if user said no customer service, don't suggest it even if "it's a great company"
- Update the profile — as you learn user preferences, refine the profile
- Celebrate wins — applied to a job? Got an interview? Acknowledge it
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install job-hunter - 安装完成后,直接呼叫该 Skill 的名称或使用
/job-hunter触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Job Hunter 是什么?
Assist with finding, evaluating, and applying to jobs using multi-source searches, fit scoring, application support, interview prep, and status tracking. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 966 次。
如何安装 Job Hunter?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install job-hunter」即可一键安装,无需额外配置。
Job Hunter 是免费的吗?
是的,Job Hunter 完全免费(开源免费),可自由下载、安装和使用。
Job Hunter 支持哪些平台?
Job Hunter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Job Hunter?
由 sharbel(@sharbelayy)开发并维护,当前版本 v1.0.0。