2026年3月27日,来腾讯会议(限50人)了解掌握如何用Openclaw构建企业AI生产力
免费POC, 零成本试错
AI知识库

53AI知识库

学习大模型的前沿技术与行业应用场景


我要投稿

Top50 Claude Skills 终极清单

发布日期:2026-03-23 08:09:52 浏览次数: 1554
作者:石臻说AI

微信搜一搜,关注“石臻说AI”

推荐语

从60000+个Claude技能中精选22个最实用的工具,这份清单帮你省去90%的筛选时间!

核心内容:
1. 官方出品的5大文档处理神器(PDF/Word/PPT/Excel/协作写作)
2. 设计创意类工具:从AI审美废土到专业设计系统
3. 无需编程技能的自然语言开发工具(计算器/仪表盘生成)

杨芳贤
53AI创始人/腾讯云(TVP)最具价值专家

⭐ 设为星标 · 第一时间收到推送

石臻说AI 编辑:石臻
导读: 有人花了几十个小时扫描 1000+ GitHub 仓库、测试了 200+ 技能,只留下真正能用的。22 个 Claude Skills、3 个 MCP Server、40 个新鲜项目——这是目前最值得收藏的 AI 工具清单。

Claude Skills:60,000+ 里挑 22 个

Claude Skills 相当于 AI 的"应用商店",现在已经有 60,000+ 个社区技能。大多数都是垃圾。这份清单只留真货。

Claude Skills 分类概览

文档处理(官方出品)

技能 核心功能 链接
PDF Processing 读表格、填表单、合并拆分 https://github.com/anthropics/skills/tree/main/skills/pdf
DOCX 创建/编辑 Word,支持修订批注 https://github.com/anthropics/skills/tree/main/skills/docx
PPTX 自然语言生成幻灯片 https://github.com/anthropics/skills/tree/main/skills/pptx
XLSX 用人话写公式、分析、制图 https://github.com/anthropics/skills/tree/main/skills/xlsx
Doc Co-Authoring 真正的协作写作,人写 AI 回应 https://github.com/anthropics/skills/tree/main/skills/doc-coauthoring

设计创意

  • Frontend Design — 逃离"AI 审美废土",真实设计系统 + 大胆排版。277k+ 安装。https://github.com/anthropics/skills/tree/main/skills/frontend-design
  • Canvas Design — 输入文字,输出 PNG/PDF 海报、封面、社媒图。https://github.com/anthropics/skills/tree/main/skills/canvas-design
  • Algorithmic Art — 用 p5.js 生成分形、几何图案。https://github.com/anthropics/skills/tree/main/skills/algorithmic-art
  • Theme Factory — 一个 prompt 批量生成配色方案。https://github.com/anthropics/skills/tree/main/skills/theme-factory
  • Web Artifacts Builder — 自然语言造计算器、仪表盘,不需要前端技能。https://github.com/anthropics/skills/tree/main/skills/web-artifacts-builder

开发工程

  • Superpowers — 20+ 实战技能打包:TDD、调试、计划到执行流水线。96k stars。https://github.com/obra/superpowers
  • Systematic Debugging — 四阶段根因分析法,先诊断后修复。SkillHub 评分 9.2。https://github.com/obra/superpowers
  • File Search — Ripgrep + ast-grep 精通版。https://github.com/massgen/massgen
  • Context Optimization — 降低 token 成本,KV-cache 优化技巧。13.9k stars。https://github.com/muratcankoylan/Agent-skills-for-context-engineering
  • Skill Creator(官方) — 元技能:描述一个工作流,5 分钟生成 SKILL.md。https://github.com/anthropics/skills/tree/main/skills/skill-creator
  • Remotion Best Practices — AI 视频生成。周安装量 117k。https://github.com/remotion-dev/remotion

营销、SEO、知识管理

  • Marketing Skills by Corey Haines — 20+ 技能:CRO、文案、SEO、邮件序列。https://github.com/coreyhaines31/marketingskills
  • Claude SEO — 全站审计、schema 验证,12 个子技能。https://github.com/AgriciDaniel/claude-seo
  • Brand Guidelines — 把品牌规范编码成技能,自动应用到所有输出。https://github.com/anthropics/skills/tree/main/skills/brand-guidelines
  • NotebookLM Integration — Claude + NotebookLM 桥接:摘要、思维导图、闪卡。https://github.com/PleasePrompto/notebooklm-skill
  • Obsidian Skills — Obsidian CEO 出品:自动标签、自动链接、vault 原生集成。https://github.com/kepano/obsidian-skills
  • Excel MCP Server — 不装 Excel 也能操作 Excel。https://github.com/haris-musa/excel-mcp-server

MCP Servers:给 AI 开外挂

Skills 教 Claude 怎么做,MCP 给 Claude 访问外部世界的能力。这三个改变了工作流:

MCP Servers 工作流示意

Tavily — 专为 AI agent 设计的搜索引擎。不是蓝色链接,而是结构化干净数据。四个工具:搜索、提取、爬取、映射。一分钟内作为远程 MCP 接入。 https://github.com/tavily-ai/tavily-mcp

Context7 — 把最新的库文档注入 LLM 上下文。不再有虚构的 API,不再有过期的方法。只需在 prompt 里加一句"use context7"。支持 Next.js、React、Supabase、MongoDB 等数千个库。 https://github.com/upstash/context7

Task Master AI — AI 的项目经理。喂一个 PRD → 生成带依赖的任务结构 → Claude 逐条执行。把混乱的会话变成规范流水线。跨 Cursor、Claude Code、Windsurf 通用。 https://github.com/eyaltoledano/claude-task-master


GitHub 仓库:AI 革命的开源引擎

GitHub AI 开源生态

Agent 框架

仓库 特点 Stars
OpenClaw 病毒式 AI agent,持久化、多渠道、自己写技能 210k+
LangGraph Agent 即图,多 agent 编排 26.8k
OWL 多 agent 协作,GAIA 基准第一
dify 开源 LLM 应用构建器,工作流+RAG+agent 一体
CrewAI 带角色、目标、背景故事的多 agent

本地 AI

  • Ollama — 一条命令本地跑 LLM。https://github.com/ollama/ollama
  • Open WebUI — 自托管的 ChatGPT 界面。https://github.com/open-webui/open-webui
  • LlamaFile — LLM 打成单个可执行文件,零依赖。https://github.com/Mozilla-Ocho/llamafile
  • Unsloth — 微调速度 2 倍,内存省 70%。https://github.com/unslothai/unsloth

工作流自动化

  • n8n — 开源自动化,400+ 集成 + AI 节点。https://github.com/n8n-io/n8n
  • Langflow — 拖拽式 agent 流水线。140k stars。https://github.com/langflow-ai/langflow
  • Huginn — 自托管 web agent,监控警报,隐私优先。https://github.com/huginn/huginn

搜索数据 & 开发工具

  • GPT Researcher — 自主研究 → 汇编报告。https://github.com/assafelovic/gpt-researcher
  • Firecrawl — 任意网站 → LLM 就绪数据。https://github.com/mendableai/firecrawl
  • Vanna AI — 自然语言 → SQL。https://github.com/vanna-ai/vanna
  • Codebase Memory MCP — 代码库 → 持久化知识图谱。https://github.com/DeusData/codebase-memory-mcp
  • DSPy — 编程式(而非提示式)基础模型。https://github.com/stanfordnlp/dspy
  • Spec Kit (GitHub) — 规范驱动开发,写规范 AI 生成代码。50k+ stars。https://github.com/github/spec-kit
  • Awesome Claude Skills — 最佳技能清单,22k+ stars。https://github.com/travisvn/awesome-claude-skills
  • Awesome Agents — 100+ 开源 agent 工具。https://github.com/kyrolabs/awesome-agents

40 个值得关注的新项目

40 个新鲜项目一览

Agent 编排

  • gstack — Claude Code 变虚拟工程团队。https://github.com/garrytan/gstack
  • cmux — 多个 Claude agent 并行。https://github.com/craigsc/cmux
  • figaro — 桌面上编排 Claude agent 集群。https://github.com/byt3bl33d3r/figaro
  • claude-squad — 终端并行会话。https://github.com/smtg-ai/claude-squad
  • deer-flow (ByteDance) — 通过技能实现子 agent 和沙箱。https://github.com/bytedance/deer-flow
  • SWE-AF — 一个 API 调用启动工程团队。https://github.com/Agent-Field/SWE-AF
  • AIlice — 复杂任务 → dynamic agents。https://github.com/myshell-ai/AIlice
  • Agent Alchemy — Claude Code + plugins + task manager。https://github.com/sequenzia/agent-alchemy

基础设施与安全

  • Ghost OS — AI agent 操作 Mac 每个 app。https://github.com/ghostwright/ghost-os
  • e2b/desktop — agent 隔离虚拟桌面。https://github.com/e2b-dev/desktop
  • container-use (Dagger) — 编码 agent 容器化环境。https://github.com/dagger/container-use
  • Canopy — AI agent 加密 P2P 网格。https://github.com/kwalus/Canopy
  • agent-governance-toolkit (Microsoft) — agent 安全中间件。https://github.com/microsoft/agent-governance-toolkit
  • promptfoo — AI 自动化安全测试。https://github.com/promptfoo/promptfoo

记忆与上下文

  • Mem9 — AI agent 记忆系统。https://github.com/mem9-ai/mem9
  • Codefire — 编码 agent 持久记忆。https://github.com/websitebutlers/codefire-app
  • Memobase — LLM 用户画像记忆。https://github.com/memodb-io/memobase

编码 Agent 与开发

  • Qwen Code — QwenLM 终端 AI 编码 agent。https://github.com/QwenLM/qwen-code
  • gptme — 终端个人 AI agent。https://github.com/gptme/gptme
  • Claude Inspector — 看到隐藏的 Claude Code prompt 机制。https://github.com/kangraemin/claude-inspector
  • TDD Guard — 强制 AI agent 测试先行。https://github.com/nizos/tdd-guard
  • rendergit (Karpathy) — Git 仓库 → 单文件。https://github.com/karpathy/rendergit
  • autoresearch (Karpathy) — 自主 LLM 训练系统。https://github.com/karpathy/autoresearch
  • pydantic-ai — Type-safe agent framework。https://github.com/pydantic/pydantic-ai

MCP 与集成

  • MCP Playwright — LLM 浏览器自动化。https://github.com/executeautomation/mcp-playwright
  • stealth-browser-mcp — 不可检测的浏览器自动化。https://github.com/vibheksoni/stealth-browser-mcp
  • fastmcp — 极简 Python 构建 MCP server。https://github.com/jlowin/fastmcp
  • markdownify-mcp — PDF/图片/音频 → Markdown。https://github.com/zcaceres/markdownify-mcp
  • MCPHub — HTTP 管理多个 MCP server。https://github.com/samanhappy/mcphub

搜索数据 & LLM 工具

  • CK (BeaconBay) — 按含义搜索代码。https://github.com/BeaconBay/ck
  • OmniRoute — API proxy for 44+ AI providers。https://github.com/diegosouzapw/OmniRoute
  • dlt — LLM-native data pipelines from 5,000+ sources。https://github.com/dlt-hub/dlt
  • llm (simonw) — 轻量级 CLI for local/remote LLMs。https://github.com/simonw/llm
  • gateway (Portkey) — 路由请求到 250+ LLMs。https://github.com/Portkey-AI/gateway
  • lmnr — 追踪和评估 agent 行为。https://github.com/lmnr-ai/lmnr
  • LTX-Desktop (Lightricks) — 本地生成和编辑视频。https://github.com/Lightricks/LTX-Desktop
  • Vane — AI answering engine with local LLMs。https://github.com/ItzCrazyKns/Vane

如何安装技能

# 个人:~/.claude/skills/
# 项目:.claude/skills/
# 克隆、复制、重启。完成。

推荐浏览:skillsmp.com(80k+ 技能)| aitmpl.com/skills | skillhub.club | agentskills.io


TL;DR

  • Skills = 教 Claude 怎么做得更好
  • MCP = 给 Claude 访问外部工具和数据
  • GitHub 仓库 = 驱动这一切的开源引擎

三者结合 → 不可阻挡的 AI 工作流。


🦞 想一起养成你的小龙虾军团?
在公众号对话框回复「小龙虾」,加入龙虾养成群——一个专门交流如何用 OpenClaw 提高效率的交流群。来一起练级 👇


这份清单不是"收藏夹",而是真正能落地的工具地图。不管是想让 Claude 处理 PDF、生成前端、还是编排多个 agent,这里都有现成的方案。关键是:先选一个解决你当下痛点的技能装上试试。

参考链接

  • 原推文:https://x.com/zodchiii/status/2034924354337714642
  • Anthropic 官方技能库:https://github.com/anthropics/skills
  • OpenClaw:https://github.com/openclaw/openclaw
  • 技能市场:https://skillsmp.com
 
   📚 往期精选  
 OpenClaw 永久免费的提取任何网页的终极方案
 2026 OpenClaw必装的15个插件
 OpenClaw是如何全自动帮我排版并发布到公众号的
 用了10年显示器,这是我第一次觉得“这是专门为我做的“
 一个人搞定整个营销团队:AI Agent 自动化获客的 10 个实战玩法
 Claude Code 官方最佳实践:10 条拿来就能用的技巧(来自 Claude Code 作者亲测)
 OpenClaw 最佳实践:40 天养成指南,快复刻!
 免费!18个AI营销专家放进一个开源项目,增长黑客、小红书、B站全有
 9.9 元包月,让小龙虾跑满豆包 Seed 2.0:ArkClaw + Coding Plan 实测
 分享5个打工人必备Skill,PPT到BGM龙虾全包了
 
 

围观朋友圈查看每日最前沿AI资讯

 二维码

一键关注 👇 点亮星标

每日科技资讯和提效工具分享

53AI,企业落地大模型首选服务商

产品:场景落地咨询+大模型应用平台+行业解决方案

承诺:免费POC验证,效果达标后再合作。零风险落地应用大模型,已交付160+中大型企业

联系我们

售前咨询
186 6662 7370
预约演示
185 8882 0121

微信扫码

添加专属顾问

回到顶部

加载中...

扫码咨询