Skills Plugins MCP Prompt Model 博客 我的中心
生活与工具 #python #mcp

liepin-jobs

Search jobs on Liepin (猎聘), apply to positions, view and edit resumes. Zero-dependency Python CLI wrapping Liepin's official MCP Server. Trigger words: jobs, liepin, resume, 找工作, 搜职位, 投简历, 猎聘, 求职, 招聘, 简历.

DeepseekModel 官方收录技能 质量 优秀 · 78 v1.0.0

获取

https://deepseekmodel.com/api/download.php?id=terminalskills-skills-skills-liepin-jobs-skill-md&format=skill
下载 .skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name liepin-jobs description Search jobs on Liepin (猎聘), apply to positions, view and edit resumes. Zero-dependency Python CLI wrapping Liepin's official MCP Server. Trigger words: jobs, liepin, resume, 找工作, 搜职位, 投简历, 猎聘, 求职, 招聘, 简历. license MIT compatibility Requires Python 3.9+ metadata {"author":"xllinbupt","version":"0.1.0","category":"productivity","tags":["jobs","liepin","resume","mcp","chinese"]} Liepin Jobs (猎聘求职工具) Overview Search jobs on Liepin (猎聘), one of China's major professional recruitment platforms. View and edit your resume, match jobs to your profile, and apply — all from within your AI coding agent. Built on Liepin's official MCP Server with zero external dependencies (uses only Python's built-in urllib ). Instructions Setup The CLI script liepin_mcp.py is included alongside this SKILL.md. If it is not present in your skill directory, fetch it: curl -o "<skill_dir>/liepin_mcp.py" "https://raw.githubusercontent.com/TerminalSkills/skills/main/skills/liepin-jobs/liepin_mcp.py" Before using any command, you must obtain two tokens from Liepin: Visit https://www.liepin.com/mcp/server and log in Copy the Gateway Token (format: mcp_gateway_token_xxxx ) Copy the User Token (format: liepin_user_token_xxxx ) Run setup: python3 "<skill_dir>/liepin_mcp.py" setup Or set environment variables: export LIEPIN_GATEWAY_TOKEN= "mcp_gateway_token_xxxx" export LIEPIN_USER_TOKEN= "liepin_user_token_xxxx" Tokens expire after 90 days. Commands SCRIPT= "<skill_dir>/liepin_mcp.py" # Search jobs python3 " $SCRIPT " search-job --jobName "AI产品经理" --address "上海" python3 " $SCRIPT " search-job --jobName "前端开发" --address "北京" --salary "30-50k" # Apply to a job (requires jobId and jobKind from search results) python3 " $SCRIPT " apply-job --jobId "JOB_ID" --jobKind "JOB_KIND" # View resume python3 " $SCRIPT " my-resume # Update resume sections python3 " $SCRIPT " update-resume --module basic --data '{"name": "张三"}' python3 " $SCRIPT " update-resume --module experience --data '{"company": "xxx", "title": "PM"}' python3 " $SCRIPT " update-resume --module expectations --data '{"salary": "30-50k", "city": "上海"}' python3 " $SCRIPT " update-resume --module self-assessment --data '{"content": "5年产品经验..."}' # List all available tools python3 " $SCRIPT " list-tools Add --json to any command for raw JSON output. Examples Example 1: Search for AI jobs in Shanghai Input: Help me find AI product manager positions in Shanghai with 30-50k salary Agent runs: python3 "<skill_dir>/liepin_mcp.py" search-job --jobName "AI产品经理" --address "上海" --salary "30-50k" --json Output: Found 15 matching positions: | Company | Title | Salary | Experience | |---------------|----------------|---------|------------| | ByteDance | AI PM Lead | 35-50k | 3-5 years | | Alibaba | AI Product Mgr | 30-45k | 3-5 years | | ... | ... | ... | ... | Example 2: View and improve resume Input: Check my Liepin resume and suggest improvements Agent runs: python3 "<skill_dir>/liepin_mcp.py" my-resume --json Then analyzes completeness and suggests edits for missing sections. Guidelines Always confirm before applying : The apply-job command is irreversible. Show job details and get explicit user confirmation first. Rate limit : All operations share a 60 requests/minute limit. Avoid batch calls. Token security : Never expose full token values in logs or conversation. Token expiry : If authentication errors occur, guide the user to refresh tokens at https://www.liepin.com/mcp/server Resume modules : basic , experience , expectations , self-assessment Search parameters : --jobName , --address , --salary , --education , --experience , --companyType , --companyName
Agent 识别该技能的关键词,点击任意一个即可复制。

该技能未提供触发词。

下载的 .skill 包内含以下字段。
字段 说明
format格式标识(skill/v1)
skill_id技能唯一 ID
name技能名称
version版本号
description技能描述
category所属分类(数组)
trigger_words触发词列表
tags标签列表
source来源标识
source_url来源链接(本页地址)
exported_at导出时间(每次下载生成)
system_prompt系统提示词正文
model_config模型参数:provider / model / temperature / max_tokens / top_p
examples示例
install_guide各平台导入说明(Coze / Dify / Claude / 自定义框架)
同一份技能可按不同平台格式导出。
.skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用 下载
.skillpro 增强格式,额外含脚本 / 工具 / 依赖 / 钩子占位 下载
.json 纯 JSON 导出,只含 system_prompt 与模型参数 下载
Coze 带 frontmatter 的 Markdown,Coze 平台导入用 下载
Dify Dify DSL,创建应用后直接导入 下载

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

验证码 --

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。