CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
xllinbupt avatar

Liepin Jobs

xllinbupt/mcp2skill
authHTTPregistry active
Summary

Wraps Liepin's official job platform APIs through both a local CLI tool and a remote MCP endpoint at open-agent.liepin.com. Exposes job search, resume review and updates, and application workflows with explicit user confirmation steps. You'll need a Liepin user token from their MCP dashboard, which the skill checks via flag, environment variable, or local config file. The repository packages this as an installable skill for Claude Code, skills.sh, and Playbooks, and has already been published to the official MCP Registry. Reach for this when you want to script Liepin job hunting tasks through an AI agent instead of clicking through their web interface manually.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

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

PlatformStatusLink
ClawHub (OpenClaw)PublishedPublic listing URL pending
Official MCP RegistryLivehttps://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.xllinbupt/liepin-cli
GitHubLivehttps://github.com/xllinbupt/MCP2skill

PR Submitted

PlatformPR
skills-hub.ccqufei1993/skills-hub#36
TerminalSkills.ioTerminalSkills/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

PlatformStatus
SkillHub (skillhub.club)Waiting for crawler/index sync
LobeHub Skills (lobehub.com/skills)Waiting for crawler/index sync
claudemarketplaces.comRepository 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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
Search & Web Crawling
Registryactive
TransportHTTP
AuthRequired
UpdatedApr 4, 2026
View on GitHub

Related Search & Web Crawling MCP Servers

View all →
ivanrublev avatar
Keyphrases Mcp

ivanrublev/keyphrases-mcp

An MCP server to extract keyphrases from a text with the BERT model
1
jarmstrong158 avatar
Skillmatch Mcp

jarmstrong158/skillmatch-mcp

Job search and ranking pipeline via MCP for Claude Desktop.
1
jayvee6 avatar
Apple Mail MCP

jayvee6/apple-mail-mcp

LLM access to Apple Mail and iCloud via AppleScript. Read, search, compose, reply, flag and delete.
1
joernberkefeld avatar
Mcp Server Mcdev

joernberkefeld/mcp-server-mcdev

mcdev MCP: wiki search, .mcdevrc help, journey checklists, metadata types via mcdev.
1
joesaby avatar
Doctree Mcp

joesaby/doctree-mcp

BM25 search + tree navigation over markdown docs for AI agents. No embeddings, no LLM calls.
1
labforgedev avatar
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1