返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
a

ai-job-hunter-pro

AI-powered job search assistant with RAG-based resume-JD matching, automated application pipeline, and status tracking. Use when the user wants to search for jobs matching their resume, auto-apply to positions, track application status, generate tailored cover letters, or analyze their job search funnel. Trigger phrases include "find jobs for me", "match my resume to jobs", "auto-apply", "track my applications", "job search report", "optimize my resume for this job".

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.3.0
安全检测
已通过
265
下载量
1
收藏
概述
安装方式
版本历史

ai-job-hunter-pro

# AI Job Hunter Pro Intelligent job search assistant with RAG-based semantic matching, automated applications, and data-driven tracking. ## Setup (first-time only) Run the setup script to install dependencies and initialize the vector database: ```bash cd {SKILL_DIR} pip install -r scripts/requirements.txt python3 scripts/setup_rag.py --init ``` Then create your profile: ```bash cp assets/profile_template.json ~/job_profile.json # Edit ~/job_profile.json with your info ``` Import your resume (PDF or DOCX): ```bash python3 scripts/rag_engine.py --import-resume ~/path/to/resume.pdf ``` ## Core Workflows ### Workflow 1: Smart Job Search (RAG Matching) When user says "find jobs for me" or "match my resume": 1. Load user profile from `~/job_profile.json` 2. Run RAG matching engine: ```bash python3 {SKILL_DIR}/scripts/rag_engine.py \ --mode search \ --platforms linkedin,boss \ --min-score 0.75 \ --max-results 20 ``` 3. Present results sorted by match score 4. For each job, show: title, company, match score, top matching skills, missing skills 5. Ask user which jobs to apply to, or auto-apply if configured ### Workflow 2: Auto-Apply Pipeline When user says "apply to these jobs" or "auto-apply": 1. For each selected job: ```bash python3 {SKILL_DIR}/scripts/apply_pipeline.py \ --job-id <id> \ --mode dry-run \ --generate-cover-letter \ --optimize-ats ``` 2. In dry-run mode: show generated cover letter and ATS-optimized resume highlights for review 3. After user confirms, switch to `--mode submit` 4. Log result to tracker database ### Workflow 3: Application Tracking When user says "track my applications" or "job search report": ```bash python3 {SKILL_DIR}/scripts/tracker.py --report daily ``` Status flow: Discovered → Applied → Screening → Interview → Offer / Rejected ### Workflow 4: Feedback Loop When user says "I like this job" or "not interested": ```bash python3 {SKILL_DIR}/scripts/rag_engine.py \ --mode feedback \ --job-id <id> \ --signal like|dislike ``` This adjusts the RAG query vectors to improve future recommendations. ## Rules - Always start in dry-run mode. Never submit applications without explicit user confirmation. - Respect platform rate limits: max 20 applications per day across all platforms. - Never misrepresent the user's qualifications in cover letters or applications. - Store all data locally. Never send resume data to external services other than the job platforms themselves. - When a platform returns an error or blocks access, report it clearly and suggest manual fallback. - Always show the match score and reasoning before applying. ## Configuration User config lives at `~/job_profile.json`. Skill config in OpenClaw: ```json { "skills": { "ai-job-hunter-pro": { "enabled": true, "profile_path": "~/job_profile.json", "default_platforms": ["linkedin", "boss"], "max_daily_applications": 20, "min_match_score": 0.75, "require_confirmation": true, "dry_run": true } } } ```

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 ai-job-hunter-pro-1776187083 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 ai-job-hunter-pro-1776187083 技能

通过命令行安装

skillhub install ai-job-hunter-pro-1776187083

下载 Zip 包

⬇ 下载 ai-job-hunter-pro v1.3.0

文件大小: 43.41 KB | 发布时间: 2026-4-17 14:00

v1.3.0 最新 2026-4-17 14:00
ai-job-hunter-pro 1.3.0 introduces new scraping and dashboard capabilities.

- Added company and job scraping scripts for enhanced job data collection.
- Introduced a dashboard HTML interface.
- Updated RAG engine script to support new data inputs and workflows.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部