AI Agent Hub
Back to skills
Liepin Agentic Sourcing Pipeline icon

Liepin Agentic Sourcing Pipeline

Knowledge Management Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_38ce330a/lp-sourc-nbs-v1 following https://skillhub.cn/install/skillhub.md.

About this skill

Problem

Candidate sourcing, resume screening, and outreach on Liepin are often fragmented across browser sessions and manual judgment. Recruiters may open dozens of profiles, compare signals inconsistently, and lose track of the criteria they started with.

How It Works

This skill packages Liepin sourcing into a background pipeline. First, create a criteria.json with explicit fields such as position_name, target_count, position_scope, cities, seniority, and must_have_signals; city and seniority must be provided rather than inferred. After submission, the JD-Worker generates a keyword search plan and can operate in initial, widen, or tighten modes. The Browser-Worker uses a saved Liepin session to run searches, collect candidate previews, harvest detail pages, and click “立即沟通” when appropriate. The Resume-Worker evaluates candidates with an LLM and promotes promising profiles into a pending_communication state. The Orchestrator adapts the search: tighten immediately when results exceed 200, drain the current pool when target count is unmet, and cap iterations at five. Preview collection can paginate through up to five pages, about 100 candidates, while detail harvesting and communication share the same page session to avoid repeated login or navigation.

Limits And Notes

The skill requires Liepin credentials and two LLM configurations in .env, plus a saved valid Liepin session before first use. It also handles known page quirks such as the full-screen “AI 帮搜” overlay and compound keyword inputs. It is intended for engineers who want to script Liepin sourcing and initial screening, not for unsupervised mass outreach.

Use Cases

  • Recruiters prepare a Liepin sourcing job by writing JD, cities, seniority, and hard signals into criteria.json.
  • When the AI search overlay appears on Liepin, detect and close it before filling compound keyword inputs.
  • Engineers collect candidate previews and detail pages, using LLM evaluation to promote profiles to pending_communication.
  • Hiring managers want automatic tightening above 200 results, widening when target count is unmet, and up to five iterations.

Best For

  • Engineers running Liepin recruiting need to script search, initial screening, and outreach steps.
  • Hiring managers need consistent criteria and automatic iteration of search strategies.
  • Browser automation developers need to handle Liepin overlays, inputs, and shared sessions.
  • Recruiting tech teams using LLM resume scoring need to route candidates to a pending communication list.