Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-xllinbupt-liepin-jobs": {
"args": [
"-y",
"skills"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This repository currently contains one production-ready skill:
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'skills' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked skills against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity / search
Web and local search using Brave Search API
Production ready MCP server with real-time search, extract, map & crawl.
The official MCP server implementation for the Perplexity API Platform
Dynamic problem-solving through sequential thought chains
MCP Security Weekly
Get CVE alerts and security updates for io.github.xllinbupt/liepin-jobs and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Turn MCP-backed tools into installable AI skills.
This repository contains one production-ready skill:
liepin-cli: Search jobs on Liepin, review and update resumes, and apply to jobs with explicit user confirmation — powered by the liepin-cli local CLI tool.It also includes a published MCP Registry manifest for the Liepin remote MCP server:
server.json: official MCP Registry metadata for io.github.xllinbupt/liepin-cliliepin-cliThis skill wraps the liepin-cli CLI tool. Install it first:
# Option A — pip + venv
python -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]" # run inside the liepin-cil clone
# Option B — uv
git clone https://github.com/liepin-tech-2026/liepin-cil.git
cd liepin-cil && uv sync
Verify: liepin-cli --help
npx skills add https://github.com/xllinbupt/MCP2skill --skill liepin-cli
npx playbooks add skill xllinbupt/MCP2skill --skill liepin-cli
This repository includes .claude-plugin/plugin.json and .claude-plugin/marketplace.json so it can be used as a Claude Code plugin source or included in a custom marketplace.
The Liepin MCP server metadata from this repository has been published to the official MCP Registry under:
io.github.xllinbupt/liepin-cli
You can look it up via:
curl "https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.xllinbupt/liepin-cli"
liepin-cliUse this skill when the user wants to:
Skill path:
liepin-cli/SKILL.md
Reference:
liepin-cli/reference.md
MCP registry manifest:
server.json
The liepin-cli skill requires one Liepin token obtained from the official Liepin MCP page (https://www.liepin.com/mcp/server).
Token resolution priority: --token flag > LIEPIN_USER_TOKEN env var > ~/.config/liepin-cli/config.json
Run the setup flow to save the token locally:
liepin-cli setup
# or
liepin-cli auth setup
If token expires: liepin-cli auth open → liepin-cli auth setup
The remote MCP endpoint declared in server.json uses the same token through:
x-user-token: <user_token>This skill has been published, submitted, or prepared for distribution on the following platforms.
| Platform | Status | Link |
|---|---|---|
| ClawHub (OpenClaw) | Published | Public listing URL pending |
| Official MCP Registry | Live | https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.xllinbupt/liepin-cli |
| GitHub | Live | https://github.com/xllinbupt/MCP2skill |
| Platform | PR |
|---|---|
| skills-hub.cc | qufei1993/skills-hub#36 |
| TerminalSkills.io | TerminalSkills/skills#471 |
| alirezarezvani/claude-skills | #384 |
| travisvn/awesome-claude-skills | #329 |
| BehiSecc/awesome-claude-skills | #132 |
| VoltAgent/awesome-agent-skills | #247 |
| Platform | Status |
|---|---|
| SkillHub (skillhub.club) | Waiting for crawler/index sync |
| LobeHub Skills (lobehub.com/skills) | Waiting for crawler/index sync |
| claudemarketplaces.com | Repository has ` |