omni-gateway-dump
Installation
SKILL.md
Analyze Gateway Dump
Dump Format Reference
The dump is a ZIP archive containing a dump/ directory with flat JSON files.
Each JSON file holds an array of Kubernetes-style resources with apiVersion, kind, metadata, spec, and status fields.
dump-<timestamp>.zip
└── dump/
├── api-instances.json # Live ApiInstance resources
├── policy-bindings.json # Live PolicyBinding resources
├── services.json # Live Service resources
├── configurations.json # Gateway Configuration (includes registration)
├── extensions.json # Policy extension definitions (may be large — skip unless needed)
└── control-node-storage.json # Gateway agent ID: {"store": "<agentId>"}
Note: dumps from newer gateway versions may include additional files. Index all files found.