$npx -y skills add neutree-ai/openapi-to-skills --skill inline-body-apiExercises inline (non-$ref) request/response object schemas.. Use when working with the Inline Body API or when the user needs to interact with this API.
| 1 | # Inline Body API |
| 2 | |
| 3 | Exercises inline (non-$ref) request/response object schemas. |
| 4 | |
| 5 | ## How to Use This Skill |
| 6 | |
| 7 | This API documentation is split into multiple files for on-demand loading. |
| 8 | |
| 9 | **Directory structure:** |
| 10 | ``` |
| 11 | references/ |
| 12 | ├── resources/ # 1 resource index files |
| 13 | ├── operations/ # 1 operation detail files |
| 14 | └── schemas/ # 0 schema groups, 0 schema files |
| 15 | ``` |
| 16 | |
| 17 | **Navigation flow:** |
| 18 | 1. Find the resource you need in the list below |
| 19 | 2. Read `references/resources/<resource>.md` to see available operations |
| 20 | 3. Read `references/operations/<operation>.md` for full details |
| 21 | 4. If an operation references a schema, read `references/schemas/<prefix>/<schema>.md` |
| 22 | |
| 23 | ## Resources |
| 24 | |
| 25 | - **files** → `references/resources/files.md` (1 ops) |