update-api-docs
✓通过从生产环境下载最新的 OpenAPI 规范并重新生成 Docusaurus API 文档来更新 API 参考文档
SKILL.md
This skill guides you through updating the API reference documentation from the production OpenAPI specification.
The API documentation is generated from an OpenAPI spec using docusaurus-plugin-openapi-docs. The workflow involves:
| OpenAPI spec (source) | docs/docs/reference/openapi.json | | Generated API docs | docs/docs/reference/api/.api.mdx | | Generated sidebar | docs/docs/reference/api/sidebar.ts | | Docusaurus config | docs/docusaurus.config.ts |
通过从生产环境下载最新的 OpenAPI 规范并重新生成 Docusaurus API 文档来更新 API 参考文档 来源:agenta-ai/agenta。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/agenta-ai/agenta --skill update-api-docs- 分类
- ""沟通写作
- 认证
- ✓
- 收录时间
- 2026-02-02
- 更新时间
- 2026-02-18
快速解答
什么是 update-api-docs?
通过从生产环境下载最新的 OpenAPI 规范并重新生成 Docusaurus API 文档来更新 API 参考文档 来源:agenta-ai/agenta。
如何安装 update-api-docs?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/agenta-ai/agenta --skill update-api-docs 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/agenta-ai/agenta