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

Cross AI Tools

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
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

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 →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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 →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Search & Web Crawling
Registryactive
TransportHTTP
AuthRequired
UpdatedApr 4, 2026
View on GitHub

Related Search & Web Crawling MCP Servers

View all →
Google Search

com.mcparmory/google-search

Scrape Google search results with SERP data, ads, and knowledge panels
25
Brave Search

io.github.pipeworx-io/brave-search

Brave Search MCP — independent web index (no Google/Bing dependency)
Serper Search and Scrape

marcopesani/mcp-server-serper

Serper MCP Server supporting search and webpage scraping
154
Brave Search Mcp Server

brave/brave-search-mcp-server

Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.
1.2k
Google Search Console

com.mcparmory/google-search-console

Query search analytics, manage sitemaps, and inspect site URLs and status
25
Google Search Console

acamolese/google-search-console-mcp

Google Search Console MCP server: SEO audits, performance queries, URL inspection, indexing checks.
3