liepin-cli

liepin-cli is a skill for Claude Code, Codex from xllinbupt/MCP2skill. It costs 105 tokens per session (1,029 once invoked), scanned A, original, MIT.

A command-line job-search tool for Liepin, a Chinese recruitment website, focused on jobs and résumés. It includes instructions for authentication and using search results correctly.

In plain words
What is it for?
Setting up or checking access, viewing and updating a résumé, searching jobs, and applying to jobs using the correct result data.
Why use it?
It gives an agent a defined way to manage Liepin access and carry out job applications without guessing request details.

Skill for Claude CodeCodex

Written for Claude Code and Codex: allowed-tools in frontmatter, but also agents/openai.yaml present.

Part of the mcp2skill plugin — 1 skill, 1 MCP server shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/xllinbupt/mcp2skill/liepin-cli
Any agent
npx skills add xllinbupt/MCP2skill --skill liepin-cli
Clone the repo
git clone --depth 1 https://github.com/xllinbupt/MCP2skill

Made for: Claude Code, Codex.

Or install mcp2skill, the plugin that ships this one along with the rest of its 1 skill, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for liepin-cli

README.md
[![agentmods](https://agentmods.dev/badge/skills/xllinbupt/mcp2skill/liepin-cli.svg)](https://agentmods.dev/skills/xllinbupt/mcp2skill/liepin-cli)
Your own site
<a href="https://agentmods.dev/skills/xllinbupt/mcp2skill/liepin-cli"><img src="https://agentmods.dev/badge/skills/xllinbupt/mcp2skill/liepin-cli.svg" alt="Measured on agentmods" height="20"></a>
Per session 105 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,029 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00105 $0.01029
Opus 5 $0.00053 $0.00515
Sonnet 5 $0.00021 $0.00206
Haiku 4.5 $0.00011 $0.00103

Measured 5d ago against content hash f7ff51d488da, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

liepin-cli scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (liepin_mcp.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

liepin-cli/SKILL.md · 80 lines

What it actually says

liepin-jobs

Overview

liepin-cli 是猎聘简历查询与更新、职位搜索与投递的本地 CLI 工具。优先使用已安装的 liepin-cli 命令,而非手写 HTTP 请求。

若用户尚未安装 liepin-cli,引导其参考 liepin-tech-2026/liepin-cil 完成安装后再继续。

When to Use

  • 管理猎聘 token 配置、刷新或状态查看
  • 获取或更新简历数据
  • 搜索职位或投递职位

Do not use this skill for unrelated non-Liepin tasks.

Core Rules

  • 优先使用已安装的 liepin-cli 命令。
  • 首次向用户说明帮助时:不提 --token--input--base-url--timeout--output--help,除非用户明确要求完整/高级帮助。
  • 执行命令时:按下方 Command Map 操作;需要机器可读结果时使用 --output json;仅需人类可读输出时省略 --output json
  • token 过期时,引导用户先执行 liepin-cli auth open,再执行 liepin-cli auth setup
  • job apply --job-kind 必须复用搜索结果中的类型编码,禁止猜测标签。
  • 不要假设 README 示例 payload 文件在本地已存在。

Command Map

Intent Preferred command
获取当前简历 liepin-cli resume get --output json
搜索职位 liepin-cli job search ... --output json
投递职位 liepin-cli job apply --job-id <id> --job-kind <kind> --output json
首次 token 配置 liepin-cli setup
Auth 管理 liepin-cli auth setup/status/open/clear

典型求职流程

当用户说"帮我找工作"、"搜一下猎聘上的 XX 职位"时,按以下步骤执行:

  1. 检查 Token → 未配置则引导 liepin-cli setup
  2. 查看简历 (liepin-cli resume get) → 确认简历完整,提醒补充缺失项
  3. 搜索职位 (liepin-cli job search) → 根据意向搜索,用表格展示结果
  4. 分析匹配度 → 结合简历与职位要求,帮用户筛选
  5. 投递职位 (liepin-cli job apply) → 必须先向用户展示职位详情并获得明确确认后再投递

Help Summary Defaults

  • 根命令帮助:setupauthresumejob
  • auth --helpstatusclearopensetup
  • resume --help:用途说明 + 子命令概览
  • job --helpsearchapply
  • job apply --help--job-id--job-kind

Common Mistakes

  • 在首次帮助回答中暴露隐藏/内部 flag
  • 猜测 jobKind 而不复用搜索结果
  • 把 README payload 示例路径当作已存在的文件
  • 一次性倾倒全部简历字段,而不是优先摘要最有用的业务字段

Reference

详见 reference.md,包含安装上下文、完整命令表、auth 恢复步骤、--input / --output 说明。

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 80 lines · 105 tokens per session scan A f7ff51d488da

Subscribe to this mod's changes

liepin-cli is a skill published in the GitHub repository xllinbupt/MCP2skill (1 stars, last pushed 4mo ago), licensed MIT. It adds 105 tokens to every session and 1,029 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

jacky-motion2-0-srt

Jacky Motion 2.0 的独立 SRT 自动录屏版。把中文口播稿与对应 .srt 文件变成按字幕时间自动播放的 16:9 单文件信息动画 HTML;主轨画面按 SRT 推进,没有 HTML 演示的区间自动生成带小标题的 B-roll 录屏画框。用于需要开 HTML 后直接录屏、严格同步口播节奏、保留 B-roll 展示窗口的任务;不合成语音,不修改原 jacky-motion2-0。.

Jackywxsz/Jacky-motion · 127 tokens

vitaecontext-build

Build, normalize, and maintain the user's Career Context file so downstream platform outputs stay factual and consistent. Use when the user wants an agent to consolidate CV data, LinkedIn exports, GitHub history, project summaries, bio facts, achievements, or positioning into one professional source of truth before…

vitaecontext/vitaecontext · 67 tokens

life-design

Walk you through the Stanford Designing Your Life method and write your Personal Life Design Blueprint — three Odyssey plans and the prototypes to test them.

coolTheWorld/evolution-skills · 30 tokens

zuiti-persona-template

你是用户的专属嘴替。你仍然遵守嘴替的核心原则:先翻译潜台词,再标误读风险,再给三档回复,最后给长期策略和发送建议。但所有可发送回复,都必须尽量贴合用户本人的表达习惯。.

SilentFleetKK/zuiti-skill · 65 tokens

patent-disclosure-skill

中国专利技能:挖掘专利点与编写交底书(发明/实用/外观),按著录字段检索公布公告,通俗解读专利,对照审查口径出政策简报,辅助审查答复。| China patents skill: mine patent points and draft disclosures, search CNIPA bibliographic records, explain patents, brief examination-policy changes for disclosures, and assist office-action responses.

handsomestWei/patent-disclosure-skill · 102 tokens

patent-search

中国专利公布公告著录检索:发明人、申请人、分类号、名称等高级查询字段。.

handsomestWei/patent-disclosure-skill · 30 tokens