What problem does it solve? When troubleshooting cross-service RPC calls, engineers often cannot quickly tell whether service authentication (Authen) is enabled or what timeout values (read/write/connection/RPC) are configured for a callee or a specific caller-to-callee link. This Skill queries the Neptune platform's stability governance rules directly, removing the need to dig through internal consoles. ## Core Features & Use Cases - Authentication Status Check: Query whether service authentication (Authen) is on or off for a given callee PSM in a specific VRegion. - Timeout Configuration Lookup: Retrieve rpc_timeout_ms, read_timeout_ms, write_timeout_ms, and conn_timeout_ms for a service, a specific method, or a specific caller-to-callee call chain. - Region-Aware Queries: Rules are stored per VRegion, with aliases like 'sg', 'us', 'cn', and 'boe' for convenience. - Use Case: A service call to 'tiktok.my_service' keeps timing out. Query the Timeout category for that callee (optionally with your caller PSM and method name) to see the configured RPC timeout and confirm whether the rule exists. ## Quick Start Ask the AI to query the Neptune timeout configuration for the callee service 'tiktok.my_service' in the Singapore region.