乐于分享
好东西不私藏

值得装的 AI 工具:从入门到精通,构建你的 AI 工作流

值得装的 AI 工具:从入门到精通,构建你的 AI 工作流

AI 工具多到数不清——GitHub 上几千个仓库,技能市场里 6 万多个 Skills。但大多数只是凑数,真正好用的就那么几十个。
我花了几周时间,扫了 1000 多个 GitHub 仓库,亲手测了 200 多个 Claude Skills,帮你把这堆东西筛了一遍。下面这份清单,按实际使用场景重新整理,零废话,全是干货。
第一步:从哪开始?—如果你是第一次接触这些 AI 工具,不需要一上来就装几十个。先装这 5 个,覆盖 80% 的日常需求。
PDF 处理
读 PDF、提取表格、填表单、合并拆分文档。官方出品,知识工作者的高频技能。
👉 https://github.com/anthropics/skills/tree/main/skills/pdf
Word 文档(DOCX)
创建和编辑 Word 文档,支持修订追踪、批注、格式调整。写报告、改文档必备。
👉 https://github.com/anthropics/skills/tree/main/skills/docx
PPT 制作(PPTX)
用自然语言生成幻灯片,自动排版、插图表、加备注。做汇报再也不用熬夜了。
👉 https://github.com/anthropics/skills/tree/main/skills/pptx
Excel 表格(XLSX)
用大白话搞定公式、数据分析、图表生成。不用再死记 Excel 函数了。
👉 https://github.com/anthropics/skills/tree/main/skills/xlsx

文档协作
真正的人机协作写作。你写一段,Claude 接一段,来回对话式创作。
👉 https://github.com/anthropics/skills/tree/main/skills/doc-coauthoring
第二步:让 AI 更“懂你”——装出“设计感”和“专业性”
AI 生成的东西常被吐槽“一眼假”。下面这几个技能,能让你的输出告别廉价感。
设计创意类 🎨
前端设计
告别“AI 垃圾美学”。真正的设计系统,大胆的排版,专业的视觉效果。已经有 27.7 万+人装了。
👉 https://github.com/anthropics/skills/tree/main/skills/frontend-design
画布设计
做社交媒体图、海报、封面图,输入文字就能输出 PNG/PDF。
👉 https://github.com/anthropics/skills/tree/main/skills/canvas-design

算法艺术
用 p5.js 生成分形图案、几何构图。玩创意的人会喜欢。
👉 https://github.com/anthropics/skills/tree/main/skills/algorithmic-art

主题工厂
一句话批量生成配色方案。做品牌设计的时候特别好用。
👉 https://github.com/anthropics/skills/tree/main/skills/theme-factory

Web 组件构建器
用自然语言做计算器、仪表盘这些交互组件。不需要懂前端也能做。
👉 https://github.com/anthropics/skills/tree/main/skills/web-artifacts-builder

开发工程类 👨‍💻
Superpowers 超能力包
这是个技能合集,包含 20 多个久经考验的技能。TDD 测试驱动开发、调试、从计划到执行的完整流程。GitHub 上 9.6 万+星标。
👉 https://github.com/obra/superpowers

系统化调试
先找根本原因,再动手修 bug。四阶段方法论,SkillHub 评分 9.2。
👉 https://github.com/obra/superpowers

文件搜索
精通 ripgrep 和 ast-grep 的搜索大师。评分 9.0。
👉 https://github.com/massgen/massgen

上下文优化
降低 token 成本,玩转 KV-cache 技巧。GitHub 1.39 万星。
👉 https://github.com/muratcankoylan/agent-skills-for-context-engineering

技能创建器(官方)
这是个元技能:描述一个工作流程,5 分钟就能生成一个 SKILL.md 文件。
👉 https://github.com/anthropics/skills/tree/main/skills/skill-creator

Remotion 最佳实践
AI 视频生成。每周 11.7 万次安装。
👉 https://github.com/remotion-dev/remotion

营销 SEO 类 🗞️
Corey Haines 的营销技能包
20 多个技能:转化率优化、文案写作、SEO、邮件序列、增长策略。
👉 https://github.com/coreyhaines31/marketingskills

Claude SEO
全站 SEO 审计、Schema 验证。包含 12 个子技能。
👉 https://github.com/AgriciDaniel/claude-seo

品牌指南
把你的品牌规范编码成技能,自动应用到所有地方。
👉 https://github.com/anthropics/skills/tree/main/skills/brand-guidelines

知识学习类 🧠
NotebookLM 集成
Claude 和 NotebookLM 的桥梁。生成摘要、思维导图、记忆卡片。
👉 https://github.com/PleasePrompto/notebooklm-skill

Obsidian 技能
Obsidian CEO 亲自做的。自动打标签、自动链接、原生支持笔记库。
👉 https://github.com/kepano/obsidian-skills

Excel MCP 服务器
不用装 Microsoft Excel 也能操作 Excel 文件。
👉 https://github.com/haris-musa/excel-mcp-server

第三步:AI 需要“联网”和“干活”——MCP 服务器
Skills 是教 Claude“怎么做事”,MCP 是给它“连接外部世界的能力”。下面这三个直接改变了我的工作流。

Tavily
专为 AI Agent 打造的搜索引擎。不是给你一堆蓝色链接,而是直接返回干净的结构化数据。四个工具:搜索、提取、爬取、映射。一分钟就能接入。
👉 https://github.com/tavily-ai/tavily-mcp

Context7
把最新的库文档实时注入到 LLM 的上下文里。不会再有幻觉 API 了,不会再有过时方法了。只需要在提示词里加一句“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
第四步:驱动 AI 革命的“发动机”——开源 GitHub 仓库
这 25 个项目是 AI 生态的基石。

Agent 框架类
OpenClaw
那个爆火的 AI Agent。持久化、多渠道、会自己写技能。GitHub 21 万+星标。
👉 https://github.com/openclaw/openclaw

AutoGPT
完整的 Agent 平台,专门处理长时间运行的任务。
👉 https://github.com/Significant-Gravitas/AutoGPT

LangGraph
把 Agent 当作图来编排。多 Agent 协作。2.68 万星。
👉 https://github.com/langchain-ai/langgraph

OWL
多 Agent 协作框架。在 GAIA 基准测试中名列前茅。
👉 https://github.com/camel-ai/owl

Dify
开源的 LLM 应用构建器。工作流、RAG、Agent 一体化。
👉 https://github.com/langgenius/dify

CrewAI
多 Agent 系统,每个 Agent 有角色、目标、背景故事。
👉 https://github.com/crewAIInc/crewAI

CopilotKit
把 AI 副驾驶嵌入到 React 应用里。
👉 https://github.com/CopilotKit/CopilotKit

本地 AI 类
Ollama
一条命令就能在本地运行大语言模型。
👉 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 流水线。14 万星。
👉 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 生成代码。5 万+星。
👉 https://github.com/github/spec-kit

NVIDIA NemoClaw
自主 Agent 的安全沙箱。
👉 https://github.com/NVIDIA/NemoClaw

精选合集类
Awesome Claude Skills
最好的技能精选列表。2.2 万+星。https://github.com/travisvn/awesome-claude-skills

Anthropic Skills 仓库
官方参考实现。
👉 https://github.com/anthropics/skills
👉 https://github.com/wlzh/skills

Awesome Agents
100 多个开源 Agent 工具。
👉 https://github.com/kyrolabs/awesome-agents

MAGI//ARCHIVE
每日更新的新鲜 AI 仓库动态。
👉 https://tom-doerr.github.io/repo_posts/

第五步:前沿探索——40 个最新鲜的 GitHub 仓库
从 1000+ 仓库中筛出的有趣项目(使用时请自行安全检查)。

Agent 编排与多 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 — 终端里的并行 Agent 会话
https://github.com/smtg-ai/claude-squad

deer-flow(字节跳动) — 通过技能实现子 Agent 和沙箱
https://github.com/bytedance/deer-flow

SWE-AF — 一个 API 调用就能启动工程团队
https://github.com/Agent-Field/SWE-AF

AIlice — 复杂任务 → 动态 Agent
https://github.com/myshell-ai/AIlice

Agent Alchemy — Claude Code + 插件 + 任务管理器
https://github.com/sequenzia/agent-alchemy

Agent 基础设施与安全 🔐
Ghost OS — AI Agent 操作所有 Mac 应用
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(微软) — Agent 的安全中间件
https://github.com/microsoft/agent-governance-toolkit

claude-code-security-review(Anthropic) — 分析 PR 的安全性
https://github.com/anthropics/claude-code-security-review

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 的用户画像记忆
(未完待续)

本站文章均为手工撰写未经允许谢绝转载:夜雨聆风 » 值得装的 AI 工具:从入门到精通,构建你的 AI 工作流

猜你喜欢

  • 暂无文章