What problem does it solve? When debugging service-to-service call failures or auditing microservice security posture, engineers need to know whether a callee service has authentication (Authen) enabled, whether strict authorization (ACL) is turned on, and whether a specific caller PSM is authorized to access it. This Skill queries the Neptune platform's service governance rules directly, replacing manual console lookups. ## Core Features & Use Cases - Authentication Status Check: Verify whether service authentication (Authen) is enabled for a callee PSM via the check_authen action. - Strict Authorization Check: Determine whether a callee has globally enabled strict ACL authorization via check_acl_enabled. - Caller Authorization Verification: Check whether a specific caller PSM is authorized to access a callee via check_acl_authorized, with cluster and method wildcard support. - Use Case: A caller service receives access-denied errors when invoking tiktok.my_service. Run check_acl_authorized with the caller and callee PSMs in the correct VRegion to confirm whether the caller is ALLOWED or DENIED, then request an ACL rule change if needed. ## Quick Start Ask the AI to check whether the caller PSM 'tiktok.caller_service' is authorized to access the callee 'tiktok.my_service' in the US region using Neptune ACL.