掌握 AI 智能体 工具
主流 AI 编程工具(Claude Code、Codex、Cursor、Trae 等)的安装和使用教程,以及四大核心概念:Agent、LLM、Skill 和 MCP 的深入解析。
AI Agent
可直接安装使用的自主编码 Agent。
Claude Code
Anthropic · 命令行 Agent
A terminal-native AI coding agent from Anthropic that autonomously understands codebases, edits files, runs commands, and completes multi-step development tasks.
OpenAI Codex
OpenAI · 命令行 Agent
An official command-line AI coding assistant from OpenAI, built on the GPT model family and optimized for code generation and development workflows.
Aider
Open Source · 命令行 Agent
An open-source command-line AI coding assistant with deep Git integration—every change is auto-committed and can be rolled back in one step.
Devin
Cognition Labs · 命令行 Agent
The world's first AI software engineer launched by Cognition Labs, capable of completing software engineering tasks end-to-end.
SWE-agent
Princeton NLP · 命令行 Agent
An autonomous AI software engineer agent developed by the Princeton NLP team, focused on resolving GitHub issues.
OpenHands
All-Hands-AI · 命令行 Agent
An open-source general-purpose AI software engineer agent platform, formerly known as OpenDevin.
AutoGPT
Significant Gravitas · 命令行 Agent
An open-source autonomous AI agent framework capable of autonomously completing complex multi-step tasks.
Devin
Cognition Labs · 命令行 Agent
The world's first AI software engineer launched by Cognition Labs, capable of completing software engineering tasks end-to-end.
SWE-agent
Princeton NLP · 命令行 Agent
An autonomous AI software engineer agent developed by the Princeton NLP team, focused on resolving GitHub issues.
OpenHands
All-Hands-AI · 命令行 Agent
An open-source general-purpose AI software engineer agent platform, formerly known as OpenDevin.
AutoGPT
Significant Gravitas · 命令行 Agent
An open-source autonomous AI agent framework capable of autonomously completing complex multi-step tasks.
AI Agent
概念
An AI Agent is an intelligent system that uses an LLM as its brain and can autonomously perceive, reason, plan, and call tools to complete multi-step tasks.
AI 模型
大语言模型是什么,以及去哪里获取。
Claude
Anthropic's frontier model family, the engine behind Claude Code and the Anthropic API.
GPT
OpenAI's frontier model family, available through the OpenAI API and Codex.
Gemini
Google DeepMind's frontier multimodal model family, exposed through the Gemini API and Google AI Studio.
Llama
Meta's open-weight model family — the family that made open weights mainstream, with the broadest serving-tool support.
Qwen
Alibaba's open-weight family with the widest size ladder and strong multilingual (200+ languages) coverage; the primary model series on ModelScope.
DeepSeek
DeepSeek's open-weight reasoning and coding family, released under permissive licences (MIT).
AI Skill
可复用的技能包,用来教会 Agent 完成某类工作。
Anthropic Skills
来源: 厂商官方
Anthropic's official Agent Skills repository: document manipulation (DOCX/PDF/PPTX/XLSX), canvas & frontend design, MCP server building, and webapp testing.
Vercel Labs Skills
来源: 厂商官方
Vercel's official agent skills and the `npx skills` open tooling: React/Next.js best practices, AI SDK usage, web design guidelines and deployment workflows.
OpenAI Skills
来源: 厂商官方
OpenAI's official skills catalog for Codex: agent skills, a skill creator, and concise planning workflows.
Microsoft Skills
来源: 厂商官方
Microsoft's official skills covering Azure cloud services, Bot Framework, Cognitive Services, and enterprise development patterns across .NET, Python, TypeScript, Go, Rust and Java.
Remotion Skills
来源: 厂商官方
Remotion's official skills for building video programmatically in React, including a set of modular rules covering composition, timing and rendering.
Expo Skills
来源: 厂商官方
Expo's official skills for project workflows and Expo Application Services (EAS), covering app design, deployment and upgrades.
MCP
精选的 Model Context Protocol 服务,每条均给出官方来源。
GitHub
来源: 官方(厂商维护)
GitHub's official MCP server, connecting AI tools to GitHub repositories, issues, pull requests and workflows.
Git
来源: 官方(协议参考实现)
Official reference server providing tools to read, search, and manipulate Git repositories.
Filesystem
来源: 官方(协议参考实现)
Official reference server for secure file operations with configurable access controls.
Playwright
来源: 官方(厂商维护)
Microsoft's official MCP server for browser automation using Playwright, driving pages through structured accessibility snapshots instead of screenshots.
Fetch
来源: 官方(协议参考实现)
Official reference server for web content fetching and conversion into LLM-friendly text.
Brave Search
来源: 官方(厂商维护)
Brave's official MCP server exposing Brave Search API web and local search to agents.
AI IDE
内置 AI 能力的编辑器。
Trae
ByteDance · AI IDE
ByteDance's AI-native IDE—the first of its kind in China—deeply integrates LLMs such as Doubao and DeepSeek, supporting natural-language interaction and multimodal collaboration.
Cursor
Anysphere · AI IDE
A next-generation AI code editor from Anysphere with a built-in Composer agent that can run multiple coding tasks in parallel.
Windsurf
Codeium · AI IDE
An AI-native IDE from Codeium with a built-in Cascade agent that deeply couples the terminal and editor.
Zed
Zed Industries · AI IDE
A high-performance code editor built by the Atom team, with built-in AI features and real-time collaboration.
Codeium
Exafunction · AI IDE
A free AI code completion tool that supports multiple IDEs and programming languages.
Tabnine
Codota · AI IDE
A privacy-focused AI code completion tool that supports local deployment and custom model training.
Amazon Q Developer
Amazon Web Services · AI IDE
AWS's AI programming assistant, deeply integrated with AWS services and best practices.
Sourcegraph Cody
Sourcegraph · AI IDE
An AI programming assistant from Sourcegraph, skilled at understanding large codebases.
Replit AI
Replit · AI IDE
AI tools built into the Replit platform, providing code completion, chat, deployment, and other features.
Zed
Zed Industries · AI IDE
A high-performance code editor built by the Atom team, with built-in AI features and real-time collaboration.
Codeium
Exafunction · AI IDE
A free AI code completion tool that supports multiple IDEs and programming languages.
Tabnine
Codota · AI IDE
A privacy-focused AI code completion tool that supports local deployment and custom model training.
Amazon Q Developer
Amazon Web Services · AI IDE
AWS's AI programming assistant, deeply integrated with AWS services and best practices.
Sourcegraph Cody
Sourcegraph · AI IDE
An AI programming assistant from Sourcegraph, skilled at understanding large codebases.
Replit AI
Replit · AI IDE
AI tools built into the Replit platform, providing code completion, chat, deployment, and other features.
AI 插件
为你现有编辑器补上 AI 辅助的扩展。
GitHub Copilot
GitHub / Microsoft · 插件
An AI coding assistant co-developed by GitHub and OpenAI, offering code completion, chat, and an Agent mode.
Continue
Open Source · 插件
An open-source AI coding plugin that supports VS Code and the entire JetBrains suite, connects to any model, and lets you build a private AI assistant.
Cline
Cline · 插件
An open-source VS Code AI coding agent that autonomously edits multiple files, runs terminal commands, and browses the web.
Cline
Cline · 插件
An open-source VS Code AI coding agent that autonomously edits multiple files, runs terminal commands, and browses the web.
AI 概念
AI 编码背后的基本词汇:Agent、LLM、Skill、MCP 及其周围框架。
CrewAI
CrewAI Inc. · 概念
A framework for orchestrating role-playing AI agents, enabling multiple agents to collaborate on complex tasks.
LangChain
LangChain Inc. · 概念
An open-source framework for building LLM applications, providing a complete toolchain and component library.
LlamaIndex
LlamaIndex Inc. · 概念
A data framework focused on RAG applications, connecting LLMs with private data.
Dify
LangGenius · 概念
An open-source LLM application development platform, providing visual building and deployment capabilities.
Ollama
Ollama · 概念
A tool for running large language models locally, simplifying model deployment and usage.
vLLM
UC Berkeley · 概念
A high-performance LLM inference and serving engine, providing extreme inference speed.
Hugging Face
Hugging Face Inc. · 概念
An AI community platform providing models, datasets, applications, and a complete toolchain.
Prompt Engineering
Community · 概念
The technique of designing and optimizing LLM prompts to improve AI output quality.
CrewAI
CrewAI Inc. · 概念
A framework for orchestrating role-playing AI agents, enabling multiple agents to collaborate on complex tasks.
LangChain
LangChain Inc. · 概念
An open-source framework for building LLM applications, providing a complete toolchain and component library.
LlamaIndex
LlamaIndex Inc. · 概念
A data framework focused on RAG applications, connecting LLMs with private data.
Dify
LangGenius · 概念
An open-source LLM application development platform, providing visual building and deployment capabilities.
Ollama
Ollama · 概念
A tool for running large language models locally, simplifying model deployment and usage.
vLLM
UC Berkeley · 概念
A high-performance LLM inference and serving engine, providing extreme inference speed.
Hugging Face
Hugging Face Inc. · 概念
An AI community platform providing models, datasets, applications, and a complete toolchain.
Prompt Engineering
Community · 概念
The technique of designing and optimizing LLM prompts to improve AI output quality.