AI-powered CV generator for job applications. Sets up automated job search with CareerForge CLI, manages master resume creation, configures filtering criteri...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install careerforge-cli-skill或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install careerforge-cli-skill⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/careerforge-cli-skill/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: careerforge-cv-generator description: AI-powered CV generator for job applications. Sets up automated job search with CareerForge CLI, manages master resume creation, configures filtering criteria (location, keywords, remote/in-person, schedule), and generates tailored CVs on demand. Use when user wants to automate job search, create/update a master resume, configure job filters, or generate CVs for specific job postings. ---
This skill helps users set up and use CareerForge CLI for automated job search and CV generation.
CareerForge is an AI-powered CV generator that uses Google's Gemini 2.5 Pro with a Writer+Judge pattern to create tailored, ATS-optimized CVs.
Before using this skill, download the CLI wrapper from GitHub:
cd /root/.openclaw/workspace
git clone https://github.com/alon-mini/CareerForge-cli.git careerforge-cli
cd careerforge-cli
npm install
Repository: https://github.com/alon-mini/CareerForge-cli
Check if user has a master resume at CV_Master/master_resume.md.
If no master resume exists: Ask the user a series of questions to create one:
- Full name - Title/headline - Contact info (email, phone, LinkedIn, portfolio)
- 2-3 sentences describing their professional identity - Key differentiators - Career focus
- Top 5-8 skills (technical and soft skills)
- For each role: Company, title, dates, location - 3-4 bullet points per role highlighting achievements - Ask for 2-4 most relevant roles
- Degrees, institutions, dates, relevant coursework/thesis
- Languages and proficiency levels
Master Resume Format: Save as markdown following this structure:
# [Name]
## Contact
- Email:
- Phone:
- LinkedIn:
- Portfolio:
## Summary
[2-3 sentences]
## Core Competencies
- Skill 1
- Skill 2
...
## Professional Experience
### [Company] | [Title]
*[Dates]*
- Bullet 1
- Bullet 2
...
## Education
### [Degree]
*Institution | Dates*
## Languages
- Language (Proficiency)
Ask user for filtering preferences:
Ask user for cron schedule:
Ask user for API key:
The cron job runs hourly and:
When user replies to a job message with "CV":
workspace/
├── CV_Master/
│ └── master_resume.md # User's master resume
├── careerforge-cli/ # CLI wrapper (from GitHub)
│ ├── generate_cv_from_json.js
│ ├── package.json
│ └── README.md
├── cvs/ # Generated CVs output
├── job_search.py # Job search script
└── careerforge_config.json # User's filter settings
# Download CareerForge CLI from GitHub
git clone https://github.com/alon-mini/CareerForge-cli.git careerforge-cli
# Initialize CareerForge
cd careerforge-cli && npm install
# Create master resume
./scripts/create_master_resume.sh
# Run job search manually
python3 job_search.py
# Generate CV for specific job
node careerforge-cli/generate_cv_from_json.js job.json
安装 Job-Hunter 后,可以对 AI 说这些话来触发它
Help me get started with Job-Hunter
Explains what Job-Hunter does, walks through the setup, and runs a quick demo based on your current project
Use Job-Hunter to aI-powered CV generator for job applications
Invokes Job-Hunter with the right parameters and returns the result directly in the conversation
What can I do with Job-Hunter in my data & analytics workflow?
Lists the top use cases for Job-Hunter, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/careerforge-cli-skill/ 目录(个人级,所有项目可用),或 .claude/skills/careerforge-cli-skill/(项目级)。重启 AI 客户端后,用 /careerforge-cli-skill 主动调用,或让 AI 根据上下文自动发现并使用。
Job-Hunter 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Job-Hunter 可免费安装使用。请查阅仓库了解许可证信息。
AI-powered CV generator for job applications. Sets up automated job search with CareerForge CLI, manages master resume creation, configures filtering criteri...
Job-Hunter 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using Job-Hunter
Identifies repetitive steps in your workflow and sets up Job-Hunter to handle them automatically