streamable-httpMITupdated 4mo ago
Turn MCP-backed tools into installable AI skills.
What can you do with Liepin Jobs?
MCP2skill
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 theliepin-clilocal CLI tool.
It also includes a published MCP Registry manifest for the Liepin remote MCP server:
server.json: official MCP Registry metadata forio.github.xllinbupt/liepin-cli
Prerequisite: Install liepin-cli
This 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
Install the Skill
skills.sh
npx skills add https://github.com/xllinbupt/MCP2skill --skill liepin-cli
Playbooks
npx playbooks add skill xllinbupt/MCP2skill --skill liepin-cli
Claude Code marketplace or plugin source
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.
Official MCP Registry
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"
Skill
liepin-cli
Use this skill when the user wants to:
- search jobs on Liepin
- inspect or improve their Liepin resume
- apply to a role on Liepin
- manage job preferences on Liepin
Skill path:
liepin-cli/SKILL.md
Reference:
liepin-cli/reference.md
MCP registry manifest:
server.json
Authentication
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>
Distribution
This skill has been published, submitted, or prepared for distribution on the following platforms.
Already Live
| 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 |
PR Submitted
| 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 |
Auto-indexing / Crawler-based Platforms
| Platform | Status |
|---|---|
| SkillHub (skillhub.club) | Waiting for crawler/index sync |
| LobeHub Skills (lobehub.com/skills) | Waiting for crawler/index sync |
| claudemarketplaces.com | Repository has .claude-plugin/ metadata |
| SkillsMP (skillsmp.com) | Waiting for sync from the GitHub repository |
Repository Goals
- keep skills lightweight and easy to install
- package CLI workflows as reusable agent skills
- make each skill publishable across major skill directories
License
MIT
Install
Add Liepin Jobs to your client. Pick the one you use.
claude mcp add --transport http liepin-jobs https://open-agent.liepin.com/mcp/usercodex mcp add liepin-jobs --url https://open-agent.liepin.com/mcp/user{
"mcpServers": {
"liepin-jobs": {
"url": "https://open-agent.liepin.com/mcp/user"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"liepin-jobs": {
"type": "http",
"url": "https://open-agent.liepin.com/mcp/user"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"liepin-jobs": {
"url": "https://open-agent.liepin.com/mcp/user"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"liepin-jobs": {
"serverUrl": "https://open-agent.liepin.com/mcp/user"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation25/25
- Maintenance13/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 136 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.1.0Latest | Apr 4, 2026 |
| 1.0.0 | Mar 19, 2026 |