Turn MCP-backed tools into installable AI skills.
This repository currently contains one production-ready skill:
liepin-jobs: Search jobs on Liepin, review resumes, update resume content, and apply to jobs with explicit user confirmation.
It also includes a published MCP Registry manifest for the Liepin remote MCP server:
server.json: official MCP Registry metadata forio.github.xllinbupt/liepin-jobs
npx skills add https://github.com/xllinbupt/MCP2skill --skill liepin-jobsnpx playbooks add skill xllinbupt/MCP2skill --skill liepin-jobsThis 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-jobs
You can look it up via:
curl "https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.xllinbupt/liepin-jobs"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-jobs/SKILL.md
Runtime script:
liepin-jobs/liepin_mcp.py
MCP registry manifest:
server.json
The liepin-jobs skill requires one Liepin token from the official Liepin MCP page:
LIEPIN_USER_TOKEN
The skill guides the user through setup and never assumes tokens already exist.
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 (user confirmed) | Public listing URL pending |
| Official MCP Registry | Live | https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.xllinbupt/liepin-jobs |
| 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) | Public marketplace found; waiting for crawler/index sync |
| LobeHub Skills (lobehub.com/skills) | Public marketplace found; waiting for crawler/index sync |
| claudemarketplaces.com | Public marketplace found; repository has .claude-plugin/ metadata |
| SkillsMP (skillsmp.com) | Public aggregator found; waiting for sync from the GitHub repository |
- keep skills lightweight and easy to install
- package MCP workflows as reusable agent skills
- make each skill publishable across major skill directories
MIT