feat: deploy skill
This commit is contained in:
39
docs/README.md
Normal file
39
docs/README.md
Normal file
@@ -0,0 +1,39 @@
|
||||
# AgentFox 文档
|
||||
|
||||
> **AgentFox** — 为 LLM 而生的 API 文档服务
|
||||
|
||||
AgentFox 将你的 OpenAPI / Swagger 文档转换为 MCP(Model Context Protocol)服务,让 AI 编程助手能够按需查询 API 文档,而不是将整个规范塞进上下文窗口。
|
||||
|
||||
## 为什么选择 AgentFox?
|
||||
|
||||
| 传统方式 | AgentFox |
|
||||
|---------|----------|
|
||||
| 将完整 API 规范粘贴到对话中 | LLM 通过 MCP 按需查询 |
|
||||
| 每次消耗 10,000+ tokens | 每次调用仅 200-2,000 tokens |
|
||||
| 手动复制粘贴,容易遗漏 | 5 个工具自动渐进式下钻 |
|
||||
|
||||
## 快速导航
|
||||
|
||||
- **[什么是 AgentFox](introduction/what-is-agentfox.md)** — 了解产品核心概念
|
||||
- **[MCP 协议介绍](introduction/what-is-mcp.md)** — 了解底层协议
|
||||
- **[快速开始](getting-started/README.md)** — 5 分钟完成首次配置
|
||||
- **[客户端配置](clients/README.md)** — Claude Code、Cursor、Copilot 等配置指南
|
||||
- **[MCP 工具](mcp-tools/README.md)** — 5 个 MCP 工具详细文档
|
||||
- **[常见问题](faq.md)** — FAQ
|
||||
|
||||
## 支持的 AI 工具
|
||||
|
||||
AgentFox 兼容所有支持 MCP 协议的 AI 工具,包括:
|
||||
|
||||
- Claude Desktop / Claude Code
|
||||
- Cursor
|
||||
- GitHub Copilot
|
||||
- Windsurf
|
||||
- Cline
|
||||
- OpenAI Codex CLI
|
||||
- Gemini CLI
|
||||
- 以及更多...
|
||||
|
||||
---
|
||||
|
||||
访问 [www.agentfoxapp.com](https://www.agentfoxapp.com) 免费开始使用。
|
||||
Reference in New Issue
Block a user