xllinbupt/MCP2skill
Turn MCP-backed workflows into installable AI skills. Includes a Liepin job search skill.
Platform-specific configuration:
{
"mcpServers": {
"MCP2skill": {
"command": "npx",
"args": [
"-y",
"MCP2skill"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
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.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.
liepin-jobsUse this skill when the user wants to:
Skill path:
liepin-jobs/SKILL.mdRuntime script:
liepin-jobs/liepin_mcp.pyThe liepin-jobs skill requires two Liepin tokens from the official Liepin MCP page:
LIEPIN_GATEWAY_TOKENLIEPIN_USER_TOKENThe skill guides the user through setup and never assumes tokens already exist.
MIT
Loading reviews...