Agent Skills: Swagger Petstore - OpenAPI 3.0

This 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.

UncategorizedID: neutree-ai/openapi-to-skills/swagger-petstore-openapi-3-0

Install this agent skill to your local

pnpm dlx add-skill https://github.com/neutree-ai/openapi-to-skills/tree/HEAD/examples/output/swagger-petstore-openapi-3-0

Skill Files

Browse the full folder contents for swagger-petstore-openapi-3-0.

Download Skill

Loading file tree…

examples/output/swagger-petstore-openapi-3-0/SKILL.md

Skill Metadata

Name
swagger-petstore-openapi-3-0
Description
This 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.

Swagger Petstore - OpenAPI 3.0

This is a sample Pet Store Server based on the OpenAPI 3.0 specification. You can find out more about

How to Use This Skill

This API documentation is split into multiple files for on-demand loading.

Directory structure:

references/
├── resources/      # 3 resource index files
├── operations/     # 19 operation detail files
└── schemas/        # 6 schema groups, 6 schema files

Navigation flow:

  1. Find the resource you need in the list below
  2. Read references/resources/<resource>.md to see available operations
  3. Read references/operations/<operation>.md for full details
  4. If an operation references a schema, read references/schemas/<prefix>/<schema>.md

Base URL

  • /api/v3

Authentication

Supported methods: petstore_auth, api_key. See references/authentication.md for details.

Resources

  • petreferences/resources/pet.md (8 ops) - Everything about your Pets
  • userreferences/resources/user.md (7 ops) - Operations about user
  • storereferences/resources/store.md (4 ops) - Access to Petstore orders