1.3在 Claude Code / Codex 中使用(llms.txt)

创建于 2026 年 8 月 17 日约 1 分钟读完

本网站在线提供 llms.txtllms-full.txt 两份 AI 友好文件,让 AI 助手(如 Claude CodeCodex)无需逐页抓取网页,即可一次性读取全部文档。

  • llms.txt:全站文档索引(标题 + 链接 + 一句话简介);
  • llms-full.txt:全站文档正文合集(单文件);
  • 英文版:https://http.furion.net/en/llms.txthttps://http.furion.net/en/llms-full.txt

1. 在 Claude Code 中使用

方式一:直接让 Claude 在线读取:

bash
# 在 Claude Code 会话中直接输入:# 请先阅读 https://http.furion.net/llms.txt,再回答 HttpAgent 相关问题

方式二:下载到本地并写入 CLAUDE.md,离线可用:

bash
curl https://http.furion.net/llms-full.txt -o .claude/httpagent-docs.txt

在项目根目录的 CLAUDE.md 中添加:

md
# HttpAgent 使用说明- 所有 HttpAgent 相关问题,先阅读 .claude/httpagent-docs.txt 再作答。

2. 在 Codex 中使用

下载文档并在 AGENTS.md 中引用:

bash
curl https://http.furion.net/llms-full.txt -o docs/httpagent-llms-full.txt

AGENTS.md 中添加:

md
# HttpAgent- 编写 HttpAgent 相关代码前,先阅读 docs/httpagent-llms-full.txt。- 官方文档索引:https://http.furion.net/llms.txt