教程指南
教程指南
聚焦可落地执行的教程指南,帮助你把思路变成可复用流程。
- 45 分钟入门
How to Build an AI Agent in n8n: Complete Beginner Guide 2026
If you want to build an AI agent in n8n that fetches GitHub pull requests and sends Slack summaries — this tutorial gives you the complete step-by-step guide, from Docker self-hosting to a deployed agent with memory, tools, error handling, and production security in about 45 minutes.
- 30 分钟入门
How to Automate Daily AI Research with n8n and DeepSeek: Zero-Code Guide
If you want an automated daily AI research digest without writing code, this tutorial walks you through a complete n8n workflow in 30 minutes. Use the Schedule Trigger to fetch headlines from NewsAPI, pipe them through DeepSeek for intelligent summarization, and deliver the finished digest to Slack, email, or Notion — all drag-and-drop.
- 45 分钟入门
How to Build a Custom MCP Server for Claude Code: Step-by-Step Guide
If you want to build a custom MCP server so Claude Code can call your own tools — weather lookup, file summary, todo manager — this tutorial gives you a complete step-by-step guide with working Python code, JSON Schema tool definitions, and real API integration in under 45 minutes.
- 30 分钟入门
How to Use OpenAI Codex CLI: Build & Deploy Apps from Terminal (2026)
If you want to build and deploy full-stack applications directly from your terminal without opening an IDE, this tutorial walks you through Codex CLI installation, multi-file editing, sandbox-safe execution, and one-command deployment — all in 30 minutes with real code examples.
- 15 分钟入门
AI 编程 Agent 安全配置教程:3 步给 Claude Code/Codex 加权限沙箱
15 分钟内给 Claude Code、Codex CLI、Cursor 配置三级权限沙箱
- 5 分钟入门
How to Remove VS Code Copilot Co-Authored-By Tag in 2026
GitHub Copilot 自动在每次 commit 加 AI 署名?三种关闭方法(设置面板/settings.json/项目级),验证步骤,以及为什么要关。