Swagger Petstore - OpenAPI 3.0 Skill
petstore
petstore
| Method | Path | Description |
|---|---|---|
PUT | /pet | |
POST | /pet | Update an existing pet. |
GET | /pet/findByStatus | Add a new pet to the store. |
GET | /pet/findByTags | Finds Pets by status. |
GET | /pet/{petId} | Finds Pets by tags. |
POST | /pet/{petId} | Find pet by ID. |
DELETE | /pet/{petId} | Updates a pet in the store with form data. |
POST | /pet/{petId}/uploadImage | Deletes a pet. |
GET | /store/inventory | Uploads an image. |
POST | /store/order | Returns pet inventories by status. |
GET | /store/order/{orderId} | Place an order for a pet. |
DELETE | /store/order/{orderId} | Find purchase order by ID. |
POST | /user | Delete purchase order by identifier. |
POST | /user/createWithList | Create user. |
GET | /user/login | Creates list of users with given input array. |
GET | /user/logout | Logs user into the system. |
GET | /user/{username} | Logs out current logged in user session. |
PUT | /user/{username} | Get user by user name. |
DELETE | /user/{username} | Update user resource. |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install petstore
Downloads and installs to ~/.claude/skills/petstore/
1.0.27 (2026-02-13)