install
source · Clone the upstream repo
git clone https://github.com/ComeOnOliver/skillshub
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ComeOnOliver/skillshub "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/neutree-ai/openapi-to-skills/swagger-petstore-openapi-3-0" ~/.claude/skills/comeonoliver-skillshub-swagger-petstore-openapi-3-0 && rm -rf "$T"
manifest:
skills/neutree-ai/openapi-to-skills/swagger-petstore-openapi-3-0/SKILL.mdsource content
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
to see available operationsreferences/resources/<resource>.md - Read
for full detailsreferences/operations/<operation>.md - 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 →
(8 ops) - Everything about your Petsreferences/resources/pet.md - user →
(7 ops) - Operations about userreferences/resources/user.md - store →
(4 ops) - Access to Petstore ordersreferences/resources/store.md