Swagger petstore openapi 3 0
Skill ComeOnOliver/skillshub/skills/neutree-ai/openapi-to-skills/swagger-petstore-openapi-3-0
π§ The right skill, one API call. AI agent skills registry with token-efficient skill resolution. 5,000+ skills from 500+ top repos.
npx -y skills add ComeOnOliver/skillshub --skill swagger-petstore-openapi-3-0Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.1 KB, as published. Nobody here has run it
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:
- Find the resource you need in the list below
- Read
references/resources/<resource>.mdto see available operations - Read
references/operations/<operation>.mdfor full details - 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
- pet β
references/resources/pet.md(8 ops) - Everything about your Pets - user β
references/resources/user.md(7 ops) - Operations about user - store β
references/resources/store.md(4 ops) - Access to Petstore orders