$npx -y skills add neutree-ai/openapi-to-skills --skill swagger-petstore-openapi-3-0This is a sample Pet Store Server based on the OpenAPI 3.0 specification. You can find out more about. Use when working with the Swagger Petstore - OpenAPI 3.0 or when the user needs to interact with this API.
| 1 | # Swagger Petstore - OpenAPI 3.0 |
| 2 | |
| 3 | This is a sample Pet Store Server based on the OpenAPI 3.0 specification. You can find out more about |
| 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/ # 3 resource index files |
| 13 | ├── operations/ # 19 operation detail files |
| 14 | └── schemas/ # 6 schema groups, 6 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 | ## Base URL |
| 24 | |
| 25 | - `/api/v3` |
| 26 | |
| 27 | ## Authentication |
| 28 | |
| 29 | Supported methods: **petstore_auth**, **api_key**. See `references/authentication.md` for details. |
| 30 | |
| 31 | ## Resources |
| 32 | |
| 33 | - **pet** → `references/resources/pet.md` (8 ops) - Everything about your Pets |
| 34 | - **user** → `references/resources/user.md` (7 ops) - Operations about user |
| 35 | - **store** → `references/resources/store.md` (4 ops) - Access to Petstore orders |