What problem does it solve? Querying ByteES (Elasticsearch) clusters normally requires manually opening Kibana Dev Tools, handling SSO authentication, and knowing which gateway serves each region. This Skill lets you run ES DSL queries directly from the CLI across Singapore-Central, US-East, US-EastRed, EU-TTP2, US-TTP, and US-TTP2 clusters with automatic backend routing and credential caching. ## Core Features & Use Cases - Multi-region ES queries: Execute raw Elasticsearch DSL (search, cat indices, term/match queries) against any ByteES cluster PSM, with automatic routing to Kibana Console Proxy or DataQ backends based on VRegion. - Zero-click authentication: One-time bootstrap extracts the SSO cookie bundle from your local browser, runs the OAuth2 chain, and caches gdpr credentials with automatic refresh before expiry. - Use Case: An engineer needs to inspect documents in the byte.es.entity_platform cluster to debug a production issue. They run a single gdpa-cli run bytees command with a match_all DSL body and get parsed JSON hits back immediately, without opening a browser. ## Quick Start Ask the agent to query the byte.es.entity_platform ByteES cluster for the five most recent documents in your index using a match_all search.