Skip to content
OpenSmartRoute
Skillv1.0.0

liepin-cli

猎聘求职工具 — 在猎聘上搜索职位、投递简历、查看/编辑简历。 Use when Liepin (猎聘) workflows need the CLI—missing or expired token, unauthorized responses, first-time setup, resume fetch/update, job search or apply, choosing job-k

by aiskillstore(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from aiskillstore/marketplace (skills/xllinbupt/liepin-cli/SKILL.md). Install upstream with npx skills add aiskillstore/marketplace --skill liepin-cli. Copyright stays with the author (MIT).

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 说明。

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/aiskillstore-marketplace-liepin-cli/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

aiskillstore-marketplace-liepin-cli.ocm.jsonjson
{
  "ocm": "1",
  "id": "aiskillstore-marketplace-liepin-cli",
  "kind": "skill",
  "name": "liepin-cli",
  "description": "猎聘求职工具 — 在猎聘上搜索职位、投递简历、查看/编辑简历。 Use when Liepin (猎聘) workflows need the CLI—missing or expired token, unauthorized responses, first-time setup, resume fetch/update, job search or apply, choosing job-kind from search results, machine-readable JSON for parsing. 触发词: 找工作, 搜职位, 投简历, 猎聘, liepin, 求职, 招聘, 简历",
  "publisher": "aiskillstore",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "hr"
    ],
    "tags": [
      "skill-md",
      "jobs",
      "liepin",
      "resume",
      "cli",
      "chinese",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "猎聘求职工具 — 在猎聘上搜索职位、投递简历、查看/编辑简历。 Use when Liepin (猎聘) workflows need the CLI—missing or expired token, unauthorized responses, first-time setup, resume fetch/update, job search or apply, choosing job-kind from search results, machine-readable JSON for parsing. 触发词: 找工作, 搜职位, 投简历, 猎聘, liepin, 求职, 招聘, 简历"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/aiskillstore/marketplace",
      "path": "skills/xllinbupt/liepin-cli/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/aiskillstore/marketplace/blob/HEAD/skills/xllinbupt/liepin-cli/SKILL.md",
      "key": "aiskillstore/marketplace/skills/xllinbupt/liepin-cli/SKILL.md"
    },
    "allowed_tools": [
      "Bash(liepin-cli:*)"
    ],
    "license": "MIT"
  },
  "instructions": "# liepin-jobs\n\n## Overview\n`liepin-cli` 是猎聘简历查询与更新、职位搜索与投递的本地 CLI 工具。优先使用已安装的 `liepin-cli` 命令,而非手写 HTTP 请求。\n\n若用户尚未安装 `liepin-cli`,引导其参考 [liepin-tech-2026/liepin-cil](https://github.com/liepin-tech-2026/liepin-cil) 完成安装后再继续。\n\n## When to Use\n- 管理猎聘 token 配置、刷新或状态查看\n- 获取或更新简历数据\n- 搜索职位或投递职位\n\nDo not use this skill for unrelated non-Liepin tasks.\n\n## Core Rules\n- 优先使用已安装的 `liepin-cli` 命令。\n- **首次向用户说明帮助时**:不提 `--token`、`--input`、`--base-url`、`--timeout`、`--output`、`--help`,除非用户明确要求完整/高级帮助。\n- **执行命令时**:按下方 Command Map 操作;需要机器可读结果时使用 `--output json`;仅需人类可读输出时省略 `--output json`。\n- token 过期时,引导用户先执行 `lie",
  "cost": {
    "context_tokens": 455
  }
}

Fetch it by URL: GET /api/v1/registry/aiskillstore-marketplace-liepin-cli/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.