What problem does it solve? Engineers often need to inspect cached data in Redis (ByteCache) clusters spread across multiple regions, but manually resolving service names to clusters, picking the right gateway, and handling IAM permissions is slow and error-prone. This Skill automates that entire lookup-and-query flow. ## Core Features & Use Cases - Read-only command execution: Run validated Redis commands (GET, HGET, HGETALL, TTL, ZSCORE, and 100+ more) against ByteCache clusters through the ByteCloud gateway. - Automatic cluster resolution: Resolves a service PSM to the correct cluster and VRegion via ByteHeart deploy info, including alchemy-architecture handling. - Service discovery and command listing: Search for Redis services by keyword and list all commands supported by the API. - Use Case: You suspect a stale cache entry is causing a bug in production. Ask the agent to run HGETALL on the relevant key for your service in the China-North region and inspect the stored fields immediately. ## Quick Start Ask the agent to run a GET command on a specific key for your Redis service PSM, optionally specifying the target VRegion.