Skip to content

xllinbupt/MCP2skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCP2skill

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 for io.github.xllinbupt/liepin-jobs

Install

skills.sh

npx skills add https://github.com/xllinbupt/MCP2skill --skill liepin-jobs

Playbooks

npx playbooks add skill xllinbupt/MCP2skill --skill liepin-jobs

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-jobs

You can look it up via:

curl "https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.xllinbupt/liepin-jobs"

Skill

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

Authentication

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>

Distribution

This skill has been published, submitted, or prepared for distribution on the following platforms.

Already Live

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

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) 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

Repository Goals

  • keep skills lightweight and easy to install
  • package MCP workflows as reusable agent skills
  • make each skill publishable across major skill directories

License

MIT

About

Turn MCP-backed workflows into installable AI skills. Includes a Liepin job search skill.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages