用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/claude-office-skills/skills --skill mcp-hub命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Analyze contracts for risks, check completeness, and provide actionable recommendations. Supports employment contracts, NDAs, service agreements, and more.
MCP server with 39 tools for Word, Excel, PowerPoint, PDF, OCR operations
Search and analyze academic literature. Find papers, understand research methodologies, and synthesize academic findings for research projects.
基于 SOC 职业分类
正在显示 SKILL.md
| name | mcp-hub |
| description | Access 1200+ AI Agent tools via Model Context Protocol (MCP) |
| version | 1.0 |
| author | claude-office-skills |
| license | MIT |
| category | workflow |
| tags | ["mcp","hub","tools","integration"] |
| department | All |
| models | {"recommended":["claude-sonnet-4","claude-opus-4"],"compatible":["claude-3-5-sonnet","gpt-4","gpt-4o"]} |
| capabilities | ["tool_discovery","mcp_integration"] |
| languages | ["en","zh"] |
This skill provides access to 1200+ MCP (Model Context Protocol) servers - standardized tools that extend AI capabilities. Connect Claude to filesystems, databases, APIs, and document processing tools.
Example prompts:
Claude ←→ MCP Server ←→ External Resource
(Protocol) (Files, APIs, DBs)
| Server | Function | Stars |
|---|---|---|
| filesystem | Read/write local files | Official |
| google-drive | Access Google Docs/Sheets | 5k+ |
| puppeteer | Browser automation, PDF gen | 10k+ |
| sqlite | Database queries | Official |
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/path/to/documents"
]
},
Browse available servers:
# MCP tools become available to Claude automatically
# Example: filesystem MCP provides these tools:
# read_file(path) - Read file contents
# write_file(path, content) - Write to file
# list_directory(path) - List directory contents
# search_files(query) - Search for files
# Install required dependencies
pip install python-docx openpyxl python-pptx reportlab jinja2