给 Agent 的入口

  • 机器可读索引:https://docs.h3hub.cn/llms.txt
  • 完整索引:https://docs.h3hub.cn/llms-full.txt
  • OpenAPI:https://docs.h3hub.cn/openapi.public.json

建议工作流

  1. 先读 llms.txt,知道文档有哪些入口。
  2. 需要精确字段时拉 openapi.public.json,别靠猜。
  3. 每个集成建一把独立 API Key,出问题好单独吊销。
  4. 遇到 429Retry-After 退避,不要立刻重试。

这套文档本身就是给 Agent 看的。写 skill 的时候,直接让 Agent 先抓 llms.txtopenapi.public.json,比把整份文档塞进 skill 里省事。