feat: deploy skill

This commit is contained in:
2026-04-12 20:15:41 +08:00
parent 6fe04f4893
commit 71c604411d
37 changed files with 1701 additions and 2 deletions

39
docs/README.md Normal file
View File

@@ -0,0 +1,39 @@
# AgentFox 文档
> **AgentFox** — 为 LLM 而生的 API 文档服务
AgentFox 将你的 OpenAPI / Swagger 文档转换为 MCPModel 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) 免费开始使用。