什么是 openapi-endpoints?
如何在 Recollect 中添加、更新和记录 OpenAPI 端点。在创建新的 App Router 端点、更新端点架构、编写补充文件、添加命名示例或在 OpenAPI 规范中注册边缘函数端点时使用。 来源:timelessco/recollect。
如何在 Recollect 中添加、更新和记录 OpenAPI 端点。在创建新的 App Router 端点、更新端点架构、编写补充文件、添加命名示例或在 OpenAPI 规范中注册边缘函数端点时使用。
通过命令行快速安装 openapi-endpoints AI 技能到你的开发环境
来源:timelessco/recollect。
The spec is generated in two passes: (1) a filesystem scanner auto-infers schemas from handler factories, (2) a merge script overlays human-authored metadata from supplement files. The full human-readable guide is at docs/OPENAPIGUIDE.md.
Use one of the 4 handler factories from src/lib/api-helpers/create-handler.ts:
Supplements provide metadata the scanner can't infer: tags, summary, description, examples.
如何在 Recollect 中添加、更新和记录 OpenAPI 端点。在创建新的 App Router 端点、更新端点架构、编写补充文件、添加命名示例或在 OpenAPI 规范中注册边缘函数端点时使用。 来源:timelessco/recollect。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/timelessco/recollect --skill openapi-endpoints如何在 Recollect 中添加、更新和记录 OpenAPI 端点。在创建新的 App Router 端点、更新端点架构、编写补充文件、添加命名示例或在 OpenAPI 规范中注册边缘函数端点时使用。 来源:timelessco/recollect。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/timelessco/recollect --skill openapi-endpoints 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/timelessco/recollect