/install liepin-assistant
猎聘求职
快速使用
- 配置 Token:用户发送「设置猎聘token xxx」
- 搜索职位:说「搜前端职位」
- 投递简历:确认后说「投递这个职位」
Token 配置
方式一(推荐):环境变量
最安全,token 不落地,只存在于当前进程环境:
export LIEPIN_TOKEN=\x3C你的token>
方式二:配置文件
如果环境变量未设置,则回退到 config.json:
node scripts/set-token.js \x3Ctoken>
查看当前 token 状态:
node scripts/set-token.js --show
清除已保存的 token:
node scripts/set-token.js --clear
Token 获取方式:打开 https://www.liepin.com/mcp/server → 登录 → 生成凭证 → 复制 token(有效期 90 天)
工作流程
1. 搜索职位
关键词、地点均可选;jobKind 通常为 "2"(正式职位):
node scripts/liepin-mcp.js user-search-job '{"jobName":"AI","address":"北京"}'
2. 投递职位
jobId 必须是数字类型(从搜索结果的职位ID获取),jobKind 从搜索结果获取(通常为 "2"):
node scripts/liepin-mcp.js user-apply-job '{"jobId":81543059,"jobKind":"2"}'
3. 查看我的简历
node scripts/liepin-mcp.js my-resume '{}'
4. 补充简历信息
修改简历各项(基本信息、工作经历、教育经历、项目经历、求职期望、自我评价):
# 修改基本信息
node scripts/liepin-mcp.js modify-resume-base-info '{"realName":"姓名","sex":"男","birthday":"19950101"}'
# 添加工作经历
node scripts/liepin-mcp.js add-work-exp '{"compName":"公司名","rwTitle":"职位名称","workStart":"202001","workEnd":"202312"}'
注意事项
- Token 有效期 90 天,过期后重新生成并配置
- 频率限制 60 次/分钟,搜索/投递共用配额
- 每次投递前先展示职位详情,用户确认后再投
- jobId 必须是数字类型(不是字符串),jobKind 为字符串
- 所有操作记录可在猎聘 App 查看
- 优先读取环境变量
LIEPIN_TOKEN,未设置则回退到 config.json
错误排查
| 现象 | 原因 | 方案 |
|---|---|---|
| "token not configured" | 未设置过 token | 用户发送"设置猎聘token xxx" |
| "Request failed" | 网络问题 | 等待几秒重试 |
| errCode != 0 | 业务错误 | 查看返回的具体错误信息 |
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install liepin-assistant - After installation, invoke the skill by name or use
/liepin-assistant - Provide required inputs per the skill's parameter spec and get structured output
What is 猎聘求职助手?
猎聘求职助手,封装 Liepin MCP 服务。用于搜索职位、查看 JD、投递简历、管理简历。 **触发场景**: (1) 用户提到"猎聘"、"liepin"、"liepin求职"、"猎聘求职"、"猎聘助手"、"liepin助手"、"找工作"、"搜职位"、"投简历"、"查看简历" (2) 用户提供猎聘 token... It is an AI Agent Skill for Claude Code / OpenClaw, with 124 downloads so far.
How do I install 猎聘求职助手?
Run "/install liepin-assistant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 猎聘求职助手 free?
Yes, 猎聘求职助手 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 猎聘求职助手 support?
猎聘求职助手 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 猎聘求职助手?
It is built and maintained by wang (@wangyapersonal); the current version is v1.0.11.