What problem does it solve? Locating FaaS service configurations, deployment clusters, and running code versions across ByteDance's multi-region ByteFaaS platform requires navigating many regions and APIs manually. This Skill provides a single query interface to look up services, clusters, and revisions by PSM, service ID, or region. ## Core Features & Use Cases - Service Lookup: Retrieve service details by PSM and environment, or search and filter service lists by name, owner, or subscription type. - Cluster & Revision Inspection: List deployment clusters per region or service, fetch code revision details, and check the currently online revision per cluster. - Multi-Region Routing: Route queries through the correct VRegion (China, Singapore, US-TTP, EU-TTP, BOE, and more) with guidance on mapping business region names to query parameters. - Use Case: When debugging a FaaS deployment issue, ask which clusters a function is deployed to in USTTP and what code version is currently serving traffic, and get structured JSON answers immediately. ## Quick Start Ask the agent to look up the ByteFaaS service details for a given PSM in the prod environment, for example by saying "query the ByteFaaS service tiktok.example.faas in prod".