← ClaudeAtlas

petstorelisted

Use when you need to update an existing pet or other petstore operations from the shell. Run 'petstore describe' first.
ucsandman/claude-skills · ★ 4 · AI & Automation · score 77
Install: claude install-skill ucsandman/claude-skills
# petstore Generated by declick from https://petstore3.swagger.io/api/v3/openapi.json. Deterministic, no screenshots, JSON by default when piped. ``` petstore (openapi) source: https://petstore3.swagger.io/api/v3/openapi.json base: https://petstore3.swagger.io/api/v3 update-pet Update an existing pet. [mutating] add-pet Add a new pet to the store. [mutating] find-pets-by-status Finds Pets by status. find-pets-by-tags Finds Pets by tags. get-pet-by-id <petId> Find pet by ID. update-pet-with-form <petId> Updates a pet in the store with form data. [mutating] delete-pet <petId> Deletes a pet. [mutating] upload-file <petId> Uploads an image. [mutating] get-inventory Returns pet inventories by status. place-order Place an order for a pet. [mutating] get-order-by-id <orderId> Find purchase order by ID. delete-order <orderId> Delete purchase order by identifier. [mutating] create-user Create user. [mutating] create-users-with-list-input Creates list of users with given input array. [mutating] login-user Logs user into the system. logout-user Logs out current logged in user session. get-user-by-name <username> Get user by user name. update-user <username> Update user resource. [mutating] delete-user <username> Delete user resource. [muta