乐于分享
好东西不私藏

善事利器:2026年60款真正有用的AI工具全清单

善事利器:2026年60款真正有用的AI工具全清单

最近X上@eng_khairallah1分享了一份经过100+小时亲自测试的AI工具清单。他提到当前AI工具更新极快,新框架每周出现、新Agent每天上线,但真正能改变工作方式的并不多。这份清单过滤了大量演示级工具,整理出60款经过实测验证的实用工具,按类别组织,并附带简短评价和直接链接,方便读者快速上手。

以下按原帖分类完整整理(每个工具均附原链接),供参考:

1. AI Coding Agents & IDEs(编码Agent与IDE)

01. Claude Code:Anthropic命令行编码Agent,可读取本地文件、编写代码、运行测试,强调本地完全控制。  
🔗 https://docs.anthropic.com/en/docs/claude-code  

02. Cursor:基于VS Code的AI优先代码编辑器,支持行内补全、代码库对话、多文件编辑。  
🔗 https://www.cursor.com  

03. Codex CLI:OpenAI终端编码Agent,支持自然语言指令、多步实现任务。  
🔗 https://github.com/openai/codex  

04. Windsurf:Codeium推出的AI编码IDE,支持多文件编辑和深度代码库理解。  
🔗 https://codeium.com/windsurf  

05. Superpowers:20+经实战验证的Claude Code技能集(TDD、调试等),GitHub星标96,000+。  
🔗 https://github.com/obra/superpowers  

06. Spec Kit:规范驱动开发,AI根据规格生成代码。  
🔗 https://github.com/github/spec-kit  

07. Aider:终端AI配对编程,支持任意LLM,与现有代码库协作强。  
🔗 https://github.com/paul-gauthier/aider  

2. Agent Frameworks(Agent框架)

08. OpenClaw:开源AI Agent,支持持久记忆、多通道交互(WhatsApp、Telegram等),GitHub星标210,000+。  
🔗 https://github.com/openclaw/openclaw  

09. LangGraph:多Agent编排框架,支持分支逻辑、人工介入、持久状态。  
🔗 https://github.com/langchain-ai/langgraph  

10. CrewAI:角色化多Agent框架,适合团队式工作流。  
🔗 https://github.com/crewAIInc/crewAI  

11. AutoGPT:自主Agent平台,适合长时任务。  
🔗 https://github.com/Significant-Gravitas/AutoGPT  

12. Dify:开源LLM应用构建平台,适合非开发者快速搭建AI应用。  
🔗 https://github.com/langgenius/dify  

13. OWL:多Agent协作框架,在GAIA基准上表现突出。  
🔗 https://github.com/camel-ai/owl  

14. CopilotKit:将AI Copilot直接嵌入React应用。  
🔗 https://github.com/CopilotKit/CopilotKit  

15. pydantic-ai:基于Pydantic的类型安全Agent框架。  
🔗 https://github.com/pydantic/pydantic-ai  

3. MCP Servers & Tool Integration(MCP服务器与工具集成)

16. Tavily:专为AI Agent设计的搜索工具,提供结构化LLM-ready数据。  
🔗 https://github.com/tavily-ai/tavily-mcp  

17. Context7:实时注入最新库文档,避免幻觉。  
🔗 https://github.com/upstash/context7  

18. Task Master AI:将PRD转化为结构化任务清单。  
🔗 https://github.com/eyaltoledano/claude-task-master  

19. MCP Playwright:浏览器自动化,支持自然语言控制。  
🔗 https://github.com/executeautomation/mcp-playwright  

20. fastmcp:极简Python构建MCP服务器。  
🔗 https://github.com/jlowin/fastmcp  

21. markdownify-mcp:将PDF、图片、音频转为Markdown。  
🔗 https://github.com/zcaceres/markdownify-mcp  

22. MCPHub:统一管理多个MCP服务器的仪表盘。  
🔗 https://github.com/samanhappy/mcphub  

4. Claude Skills(Claude专用技能精选)

23. PDF Processing(官方):读取、提取表格、填充表单、合并拆分PDF。  
🔗 https://github.com/anthropics/skills/tree/main/skills/pdf  

24. Frontend Design(官方):构建真实设计系统、生产级UI。  
🔗 https://github.com/anthropics/skills/tree/main/skills/frontend-design  

25. Skill Creator(官方):元技能,描述工作流即可生成完整SKILL.md。  
🔗 https://github.com/anthropics/skills/tree/main/skills/skill-creator  

26. Marketing Skills by Corey Haines:20+营销技能(CRO、文案、SEO等)。  
🔗 https://github.com/coreyhaines31/marketingskills  

27. Claude SEO:全站审计、Schema验证、关键词分析。  
🔗 https://github.com/AgriciDaniel/claude-seo  

28. Obsidian Skills:Obsidian官方技能,自动标签、自动链接。  
🔗 https://github.com/kepano/obsidian-skills  

29. Context Optimization:降低Token成本、优化KV-cache。  
🔗 https://github.com/muratcankoylan/agent-skills-for-context-engineering  

30. Deep Research Skill:8阶段深度研究,支持自动延续。  
🔗 https://github.com/199-biotechnologies/claude-deep-research-skill  

5. Local AI & Model Running(本地AI与模型运行)

31. Ollama:本地运行开源LLM,一条命令搞定。  
🔗 https://github.com/ollama/ollama  

32. Open WebUI:自托管ChatGPT-like界面,与Ollama完美搭配。  
🔗 https://github.com/open-webui/open-webui  

33. LlamaFile:将LLM打包成单个可执行文件。  
🔗 https://github.com/Mozilla-Ocho/llamafile  

34. Unsloth:2倍速微调模型,内存节省70%。  
🔗 https://github.com/unslothai/unsloth  

35. vLLM:高吞吐量推理引擎。  
🔗 https://github.com/vllm-project/vllm  

6. Workflow & Automation(工作流与自动化)

36. n8n:开源工作流自动化,400+集成,支持AI节点。  
🔗 https://github.com/n8n-io/n8n  

37. Langflow:可视化拖拽构建Agent管道。  
🔗 https://github.com/langflow-ai/langflow  

38. Huginn:自托管Web Agent,用于监控与数据采集。  
🔗 https://github.com/huginn/huginn  

39. DSPy:通过编程而非提示控制基础模型。  
🔗 https://github.com/stanfordnlp/dspy  

40. Temporal:持久化工作流引擎,支持长时任务。  
🔗 https://github.com/temporalio/temporal  

7. Search, Data & RAG(搜索、数据与RAG)

41. GPT Researcher:自主研究Agent,输出带来源的报告。  
🔗 https://github.com/assafelovic/gpt-researcher  

42. Firecrawl:将网站转为LLM-ready数据。  
🔗 https://github.com/mendableai/firecrawl  

43. Vanna AI:自然语言转SQL。  
🔗 https://github.com/vanna-ai/vanna  

44. Instructor:基于Pydantic的结构化JSON输出。  
🔗 https://python.useinstructor.com  

45. Chroma:开源向量数据库。  
🔗 https://github.com/chroma-core/chroma  

46. dlt:LLM原生数据管道,支持5000+数据源。  
🔗 https://github.com/dlt-hub/dlt  

47. ExtractThinker:文档智能ORM。  
🔗 https://github.com/enoch3712/ExtractThinker  

8. API & Infrastructure(API与基础设施)

48. FastAPI:Python Web框架,用于服务AI应用。  
🔗 https://github.com/tiangolo/fastapi  

49. Portkey Gateway:单API路由250+ LLM。  
🔗 https://github.com/Portkey-AI/gateway  

50. OmniRoute:44+ AI提供商的API代理。  
🔗 https://github.com/diegosouzapw/OmniRoute  

51. lmnr:Agent行为追踪与评估。  
🔗 https://github.com/lmnr-ai/lmnr  

52. Codebase Memory MCP:将代码库转为持久知识图谱。  
🔗 https://github.com/DeusData/codebase-memory-mcp  

9. Curated Collections & Learning(精选合集与学习资源)

53. Awesome Claude Skills:最佳技能合集。  
🔗 https://github.com/travisvn/awesome-claude-skills  

54. Anthropic Skills Repo:官方技能参考实现。  
🔗 https://github.com/anthropics/skills  

55. Awesome Agents:100+开源Agent工具合集。  
🔗 https://github.com/kyrolabs/awesome-agents  

56. PromptingGuide:全面提示工程参考。  
🔗 https://www.promptingguide.ai  

57. Anthropic Prompt Engineering Tutorial:9章动手教程。  
🔗 https://github.com/anthropics/prompt-eng-interactive-tutorial  

58. SkillsMP:80,000+社区技能市场。  
🔗 https://skillsmp.com  

59. MAGI//ARCHIVE:每日新鲜AI仓库推送。  
🔗 https://tom-doerr.github.io/repo_posts/  

60. Anthropic Official Docs:官方完整文档。  
🔗 https://docs.anthropic.com  

如何实际使用这份清单
作者建议不要一次性安装全部,而是按角色选择起点:  
– 开发者:优先Claude Code + Superpowers + Context7 + Tavily。  
– 创作者/知识工作者:优先OpenClaw + Obsidian Skills + PDF Processing + Frontend Design。  
– 产品构建者:优先FastAPI + Instructor + Chroma + LangGraph。  
– 学习者:优先Anthropic Tutorial + PromptingGuide + 官方文档。  

核心理念:Skills教AI“如何更好做事”,MCP给AI“访问外部数据的能力”,两者结合才能让工具从演示走向生产可用。