neptune-stability

Query Neptune service authentication status and RPC timeout configurations by region.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/yuezhen-huang/my-bytedance-skillhub --skill neptune-stability-yuezhen-huang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: neptune-stability
Source: https://github.com/yuezhen-huang/my-bytedance-skillhub/tree/main/neptune-stability
Command: npx skills add https://github.com/yuezhen-huang/my-bytedance-skillhub --skill neptune-stability-yuezhen-huang

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about neptune-stability

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check the RPC timeout configuration for a service?

Run the query with category set to Timeout and provide the callee PSM and vregion. The response returns rpc_timeout_ms, read_timeout_ms, write_timeout_ms, and conn_timeout_ms, or configured: false if no rule exists.

How to check if service authentication is enabled in Neptune?

Query with category set to Authen (the default) along with the callee service name and vregion. The response includes a status field showing whether authentication is on or off for that service.

Can I query timeout settings for a specific caller-to-callee call chain?

Yes. Pass both caller and caller_cluster along with callee and callee_cluster to retrieve timeout rules for that specific call link. Omitting caller returns the callee's service-level rules instead.

Why does the query return configured: false?

A configured: false result means no stability rule exists for the given parameters. Verify the callee service name is in correct PSM format and that the vregion matches the region where the service is actually deployed.

What is the difference between neptune-stability and neptune-acl?

neptune-stability covers stability rules: service authentication (Authen) status and timeout configurations. For ACL and authorization rule queries, use the neptune-acl skill instead, as this skill does not handle authorization policies.