Install
$ agentstack add skill-xllinbupt-mcp2skill-liepin-cli ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
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 --job-kind --output json | | 首次 token 配置 | liepin-cli setup | | Auth 管理 | liepin-cli auth setup/status/open/clear |
典型求职流程
当用户说"帮我找工作"、"搜一下猎聘上的 XX 职位"时,按以下步骤执行:
- 检查 Token → 未配置则引导
liepin-cli setup - 查看简历 (
liepin-cli resume get) → 确认简历完整,提醒补充缺失项 - 搜索职位 (
liepin-cli job search) → 根据意向搜索,用表格展示结果 - 分析匹配度 → 结合简历与职位要求,帮用户筛选
- 投递职位 (
liepin-cli job apply) → 必须先向用户展示职位详情并获得明确确认后再投递
Help Summary Defaults
- 根命令帮助:
setup、auth、resume、job auth --help:status、clear、open、setupresume --help:用途说明 + 子命令概览job --help:search、applyjob apply --help:--job-id、--job-kind
Common Mistakes
- 在首次帮助回答中暴露隐藏/内部 flag
- 猜测
jobKind而不复用搜索结果 - 把 README payload 示例路径当作已存在的文件
- 一次性倾倒全部简历字段,而不是优先摘要最有用的业务字段
Reference
详见 [reference.md](reference.md),包含安装上下文、完整命令表、auth 恢复步骤、--input / --output 说明。
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: xllinbupt
- Source: xllinbupt/MCP2skill
- License: MIT
- Homepage: https://github.com/xllinbupt/MCP2skill
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.