AI Skill Hub 强烈推荐:claude-code-plugins-plus-skills MCP工具 是一款优质的MCP工具。已获得 2.2k 颗 GitHub Star,AI 综合评分 8.2 分,在同类工具中表现稳健。如果你正在寻找可靠的MCP工具解决方案,这是一个值得深入了解的选择。
为Claude Code提供的开源MCP工具市场,整合425个插件、2810项技能和200个智能体。支持自动化任务执行、代码生成与分析。适合开发者、AI工程师和自动化爱好者快速扩展Claude能力。
claude-code-plugins-plus-skills MCP工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
为Claude Code提供的开源MCP工具市场,整合425个插件、2810项技能和200个智能体。支持自动化任务执行、代码生成与分析。适合开发者、AI工程师和自动化爱好者快速扩展Claude能力。
claude-code-plugins-plus-skills MCP工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/jeremylongshore/claude-code-plugins-plus-skills
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"claude-code-plugins-plus-skills-mcp--": {
"command": "npx",
"args": ["-y", "claude-code-plugins-plus-skills"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 claude-code-plugins-plus-skills MCP工具 执行以下任务... Claude: [自动调用 claude-code-plugins-plus-skills MCP工具 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"claude-code-plugins-plus-skills_mcp__": {
"command": "npx",
"args": ["-y", "claude-code-plugins-plus-skills"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
Option 1: CLI (Recommended)
pnpm add -g @intentsolutionsio/ccpi
ccpi search devops # Find plugins by keyword
ccpi install devops-automation-pack
ccpi list --installed # See what's installed
ccpi update # Pull latest versions
Option 2: Claude Built-in Commands
/plugin marketplace add jeremylongshore/claude-code-plugins
/plugin install devops-automation-pack@claude-code-plugins-plus
Already using an older install? Run /plugin marketplace remove claude-code-plugins and re-add with the command above to switch to the new slug.
Browse the catalog: Visit tonsofskills.com or explore plugins/
---
📚 5 plugins · category slug: examples
| Plugin | Description |
|---|---|
formatter | Code formatting plugin using hooks to auto-format on save |
hello-world | Simple example plugin demonstrating basic slash commands |
jeremy-plugin-tool | Production-grade plugin creator with marketplace-validated quality standards. 4 Agent Skills automate creating, validating, auditing, and… |
pi-pathfinder | PI Pathfinder - Finds the path through 229 plugins. Automatically picks the best plugin for your task, extracts its skills, and applies… |
security-agent | Security review subagent for code analysis |
<sub>⬆ Back to category index</sub>
🔌 26 plugins · category slug: api-development
| Plugin | Description |
|---|---|
api-authentication-builder | Build authentication systems with JWT, OAuth2, and API keys |
api-batch-processor | Implement batch API operations with bulk processing and job queues |
api-cache-manager | Implement caching strategies with Redis, CDN, and HTTP headers |
api-contract-generator | Generate API contracts for consumer-driven contract testing |
api-documentation-generator | Generate comprehensive API documentation from OpenAPI/Swagger specs |
api-error-handler | Implement standardized error handling with proper HTTP status codes |
api-event-emitter | Implement event-driven APIs with message queues and event streaming |
api-gateway-builder | Build API gateway with routing, authentication, and rate limiting |
api-load-tester | Load test APIs with k6, Gatling, or Artillery |
api-migration-tool | Migrate APIs between versions with backward compatibility |
api-mock-server | Create mock API servers from OpenAPI specs for testing |
api-monitoring-dashboard | Create monitoring dashboards for API health, metrics, and alerts |
api-rate-limiter | Implement rate limiting with token bucket, sliding window, and Redis |
api-request-logger | Log API requests with structured logging and correlation IDs |
api-response-validator | Validate API responses against schemas and contracts |
api-schema-validator | Validate API schemas with JSON Schema, Joi, Yup, or Zod |
api-sdk-generator | Generate client SDKs from OpenAPI specs for multiple languages |
api-security-scanner | Scan APIs for security vulnerabilities and OWASP API Top 10 |
api-throttling-manager | Manage API throttling with dynamic rate limits and quota management |
api-versioning-manager | Manage API versions with migration strategies and backward compatibility |
graphql-server-builder | Build GraphQL servers with schema-first design, resolvers, and subscriptions |
grpc-service-generator | Generate gRPC services with Protocol Buffers and streaming support |
rest-api-generator | Generate RESTful APIs from schemas with proper routing, validation, and documentation |
webhook-handler-creator | Create secure webhook endpoints with signature verification and retry logic |
websocket-server-builder | Build WebSocket servers for real-time bidirectional communication |
x-twitter-scraper | X/Twitter REST API and MCP skill for tweet search, profile data, follower exports, media downloads, monitoring, webhooks, and… |
<sub>⬆ Back to category index</sub>
Built for Claude Code. Every plugin and skill in this catalog targets Anthropic's official CLI.
432 plugins, 2,769 skills, 297 agents, 30 community contributors — validated and ready to install.
Jump to any of the 19 categories below. Plugin counts are catalog totals — auto-generated from marketplace.extended.json.
| Category | Plugins | |
|---|---|---|
| 🤖 | [AI & Machine Learning](#ai--machine-learning) | 36 |
| 🎭 | [AI Agents & Agency](#ai-agents--agency) | 10 |
| 🔌 | [API Development](#api-development) | 26 |
| 💼 | [Business Tools](#business-tools) | 21 |
| 👥 | [Community](#community) | 19 |
| ₿ | [Crypto & Web3](#crypto--web3) | 27 |
| 💾 | [Database](#database) | 26 |
| 🎨 | [Design](#design) | 7 |
| 🔧 | [DevOps & Infrastructure](#devops--infrastructure) | 36 |
| 📚 | [Examples & Templates](#examples--templates) | 5 |
| 🧩 | [MCP Servers](#mcp-servers) | 15 |
| 📦 | [Packages](#packages) | 5 |
| ⚡ | [Performance](#performance) | 25 |
| ✅ | [Productivity](#productivity) | 28 |
| 🎁 | [SaaS Skill Packs](#saas-skill-packs) | 106 |
| 🔐 | [Security](#security) | 26 |
| ✨ | [Skill Enhancers](#skill-enhancers) | 9 |
| 🧪 | [Testing](#testing) | 28 |
| 📁 | [Analytics](#analytics) | 1 |
📦 5 plugins · category slug: packages
| Plugin | Description |
|---|---|
ai-ml-engineering-pack | Professional AI/ML Engineering toolkit: Prompt engineering, LLM integration, RAG systems, AI safety with 12 expert plugins |
creator-studio-pack | Complete plugin suite for builder-filmmakers: Build products AND create viral videos. 20 plugins covering documentation, video production,… |
devops-automation-pack | Complete DevOps automation suite with 25 plugins covering Git workflows, CI/CD pipelines, Docker optimization, Kubernetes management,… |
fullstack-starter-pack | Complete fullstack development toolkit: React, Express/FastAPI, PostgreSQL scaffolding with AI agents |
security-pro-pack | Professional security tools for Claude Code: vulnerability scanning, compliance, cryptography audit, container & API security |
<sub>⬆ Back to category index</sub>
优质的Claude生态扩展方案,资源丰富(2810+技能),社区活跃维护。生态成熟度高,但需注意插件质量把控。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,claude-code-plugins-plus-skills MCP工具 是一款质量优秀的MCP工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | claude-code-plugins-plus-skills |
| 原始描述 | 开源MCP工具:425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace a。⭐2.2k · Python |
| Topics | MCP协议插件市场AI技能库自动化工具Claude扩展 |
| GitHub | https://github.com/jeremylongshore/claude-code-plugins-plus-skills |
| License | MIT |
| 语言 | Python |
收录时间:2026-05-17 · 更新时间:2026-05-19 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端