swagger-api-query
Installation
SKILL.md
Swagger API Query Assistant
Use scripts/swagger_query.py to index and query OpenAPI/Swagger JSON documents on-demand.
Execution Principles
- Narrow down first: Prioritize
list-tags,search, ortagcommands - Then get details: Only call
detailfor target endpoints - Then view models: Only call
schemawhen you need field definitions - Default text output: Use
--format jsononly when downstream programs need to consume the data
Dependencies
- Python 3.6+
- OpenAPI/Swagger JSON document