最后更新:2025-02-22 状态:持续更新中
Agent Skills 是预构建的工作流/知识包,用于定制和扩展 AI Agent 的行为能力。与 MCP(提供工具/数据访问)不同,Skills 更侧重于:
npx @smithery/cli@latest setup| 排名 | Skill | 提供者 | 描述 | 安装量 | 评分 |
|---|---|---|---|---|---|
| 1 | cli | smithery-ai | 发现/连接/使用 MCP 工具和 Skills 的 CLI 工具 | 880 | - |
| 2 | frontend-design | anthropics | 创建高质量前端界面,避免 AI 通用美学 | 675 | 63,077 |
| 3 | skill-creator | anthropics | 创建有效 Skills 的指南 | 239 | 66,293 |
| 4 | pptx | anthropics | 处理 .pptx 演示文稿文件的完整工具集 | 194 | 66,293 |
| 5 | anthropics | PDF 文件处理(读取/合并/分割/OCR等) | 193 | 66,293 | |
| 6 | mcp-integration | anthropics | MCP 服务器集成指南 | 145 | - |
| 7 | skill-development | anthropics | Skill 开发最佳实践指南 | 137 | - |
| 8 | prompt-engineering-patterns | wshobson | 高级提示工程技术,提升 LLM 性能 | 134 | - |
| 9 | xlsx | anthropics | 电子表格文件处理(xlsx/csv/tsv) | 126 | - |
| 10 | webapp-testing | anthropics | 使用 Playwright 测试本地 Web 应用 | 112 | - |
| 11 | docx | anthropics | Word 文档创建/编辑/操作 | 108 | - |
| 12 | analyzing-financial-statements | anthropics | 财务报表分析,计算关键财务比率 | 84 | - |
| 13 | theme-factory | anthropics | 为 Artifacts 添加主题样式(10种预设主题) | 72 | - |
| 14 | refactor | github | 外科手术式代码重构,不改变行为 | 72 | - |
| 15 | agent-identifier | anthropics | Agent 创建/结构/系统提示最佳实践 | 60 | - |
| 16 | creating-financial-models | anthropics | DCF分析/敏感性测试/蒙特卡洛模拟 | 56 | - |
| 17 | skill-writer | pytorch | 引导创建 Agent Skills 的工具 | 50 | - |
| 18 | canvas-design | anthropics | 创建视觉艺术(海报/设计作品) | 48 | - |
| 19 | mcp-builder | anthropics | 构建高质量 MCP 服务器的指南 | 47 | - |
| 20 | web-design-reviewer | github | 视觉检查网站设计问题并修复 | 39 | - |
| 21 | excalidraw-diagram-generator | github | 从自然语言生成 Excalidraw 图表 | 27 | - |
Anthropic 在 Smithery 上发布了大量官方 Skills,主要面向 Claude Code 用户:
anthropics/pdf - PDF 全功能处理anthropics/pptx - PowerPoint 处理anthropics/xlsx - Excel/CSV 处理anthropics/docx - Word 文档处理anthropics/frontend-design - 前端界面设计anthropics/canvas-design - 视觉艺术创作anthropics/theme-factory - 主题样式工厂anthropics/web-design-reviewer - 网站设计审查anthropics/webapp-testing - Web 应用测试(Playwright)anthropics/mcp-builder - MCP 服务器构建指南anthropics/mcp-integration - MCP 集成指南anthropics/refactor - 代码重构anthropics/analyzing-financial-statements - 财务报表分析anthropics/creating-financial-models - 财务模型构建anthropics/skill-creator - 创建 Skills 的指南anthropics/skill-development - Skill 开发最佳实践anthropics/agent-identifier - Agent 结构设计pip install langchain-communitypip install 'crewai[tools]'WebSearchTool - 网络搜索FileSearchTool - 向量存储检索CodeInterpreterTool - 代码执行沙箱HostedMCPTool - 远程 MCP 服务器ImageGenerationTool - 图像生成ComputerTool - GUI/浏览器自动化ShellTool - Shell 命令执行ApplyPatchTool - 代码补丁应用CodexTool - 工作区级别代码任务| 维度 | Agent Skills | MCP |
|---|---|---|
| 本质 | 预构建工作流/知识包 | 工具/数据访问协议 |
| 形式 | Markdown 文档/提示词 | 服务器程序 |
| 功能 | 指导 Agent 如何做事 | 让 Agent 能做什么 |
| 示例 | "如何重构代码"的最佳实践 | 执行 git 命令的能力 |
| 安装 | 注入到 Agent 上下文 | 启动独立服务器进程 |