analyzing-network-latency
Analyze network latency and optimize request patterns for faster communication. Use when diagnosing slow network performance or optimizing API calls. Trigger with phrases like "analyze network latency", "optimize API calls", or "reduce network delays".
What this skill does
# Network Latency Analyzer Diagnose network latency issues and optimize request patterns through parallelization, batching, connection pooling, and timeout tuning. ## Overview This skill empowers Claude to diagnose network latency issues and propose optimizations to improve application performance. It analyzes request patterns, identifies potential bottlenecks, and recommends solutions for faster and more efficient network communication. ## How It Works 1. **Request Pattern Identification**: Claude identifies all network requests made by the application. 2. **Latency Analysis**: Claude analyzes the latency associated with each request, looking for patterns and anomalies. 3. **Optimization Recommendations**: Claude suggests optimizations such as parallelization, request batching, connection pooling, and timeout adjustments. ## When to Use This Skill This skill activates when you need to: - Analyze network latency in an application. - Optimize network request patterns for improved performance. - Identify bottlenecks in network communication. ## Examples ### Example 1: Optimizing API Calls User request: "Analyze network latency and suggest improvements for our API calls." The skill will: 1. Identify all API calls made by the application. 2. Analyze the latency of each API call. 3. Suggest parallelizing certain API calls and implementing connection pooling. ### Example 2: Reducing Page Load Time User request: "Optimize network request patterns to reduce page load time." The skill will: 1. Identify all network requests made during page load. 2. Analyze the latency of each request. 3. Suggest batching multiple requests into a single request and optimizing timeout configurations. ## Best Practices - **Parallelization**: Identify serial requests that can be executed in parallel to reduce overall latency. - **Request Batching**: Batch multiple small requests into a single larger request to reduce overhead. - **Connection Pooling**: Reuse existing HTTP connections to avoid the overhead of establishing new connections for each request. ## Integration This skill can be used in conjunction with other plugins that manage infrastructure or application code, allowing for automated implementation of the suggested optimizations. For instance, it can work with a code modification plugin to automatically apply connection pooling or adjust timeout values. ## Prerequisites - Access to application network configuration - Network monitoring tools (curl, ping, traceroute) - Request pattern documentation - Performance baseline metrics ## Instructions 1. Identify all network requests in the application 2. Measure latency for each request type 3. Analyze patterns for serial vs parallel execution 4. Identify opportunities for batching and pooling 5. Recommend timeout and retry configurations 6. Provide optimization implementation plan ## Output - Network latency analysis report - Request pattern visualizations - Optimization recommendations with priorities - Implementation examples for suggested changes - Expected performance improvements ## Error Handling If latency analysis fails: - Verify network connectivity to endpoints - Check DNS resolution and routing - Validate request authentication - Review firewall and security rules - Ensure monitoring tools are installed ## Resources - HTTP connection pooling guides - Request batching best practices - Network performance optimization references - API design patterns for latency reduction
Related in Backend & APIs
jfrog
IncludedInteract with the JFrog Platform via the JFrog CLI and REST/GraphQL APIs. Use this skill when the user wants to manage Artifactory repositories, upload or download artifacts, manage builds, configure permissions, manage users and groups, work with access tokens, configure JFrog CLI servers, search artifacts, manage properties, set up replication, manage JFrog Projects, run security audits or scans, look up CVE details, query exposures scan results from JFrog Advanced Security, manage release bundles and lifecycle operations, aggregate or export platform data, or perform any JFrog Platform administration task. Also use when the user mentions jf, jfrog, artifactory, xray, distribution, evidence, apptrust, onemodel, graphql, workers, mission control, curation, advanced security, exposures, or any JFrog product name.
cupynumeric-migration-readiness
IncludedPre-migration readiness assessor for porting NumPy to cuPyNumeric. Use BEFORE substantial porting work begins when the user asks whether code will scale on GPU, whether they should migrate to cuPyNumeric, which NumPy patterns transfer cleanly, what must be refactored before porting, or mentions pre-port assessment, scaling analysis, or refactor planning. Inspect the user's source code, look up NumPy usage, cross-reference the cuPyNumeric API support manifest, and distinguish distributed-scaling-friendly patterns from blockers such as unsupported APIs, scalar synchronization, host round-trips, Python/object-heavy control flow, shape/data-dependent branching, and in-place mutation hazards. Produce a verdict of READY, LIGHT REFACTOR, SIGNIFICANT REFACTOR, or NOT RECOMMENDED, with concrete refactor pointers.
alibabacloud-data-agent-skill
IncludedInvoke Alibaba Cloud Apsara Data Agent for Analytics via CLI to perform natural language-driven data analysis on enterprise databases. Data Agent for Analytics is an intelligent data analysis agent developed by Alibaba Cloud Database team for enterprise users. It automatically completes requirement analysis, data understanding, analysis insights, and report generation based on natural language descriptions. This tool supports: discovering data resources (instances/databases/tables) managed in DMS, initiating query or deep analysis sessions, real-time progress tracking, and retrieving analysis conclusions and generated reports. Use this Skill when users need to query databases, analyze data trends, generate data reports, ask questions in natural language, or mention "Data Agent", "data analysis", "database query", "SQL analysis", "data insights".
token-optimizer
IncludedReduce OpenClaw token usage and API costs through smart model routing, heartbeat optimization, budget tracking, and native 2026.2.15 features (session pruning, bootstrap size limits, cache TTL alignment). Use when token costs are high, API rate limits are being hit, or hosting multiple agents at scale. The 4 executable scripts (context_optimizer, model_router, heartbeat_optimizer, token_tracker) are local-only — no network requests, no subprocess calls, no system modifications. Reference files (PROVIDERS.md, config-patches.json) document optional multi-provider strategies that require external API keys and network access if you choose to use them. See SECURITY.md for full breakdown.
resend-cli
IncludedUse this skill when the task is specifically about operating Resend from an AI agent, terminal session, or CI job via the official resend CLI: installing/authenticating the CLI, sending/listing/updating/cancelling emails, batch sends, domains and DNS, webhooks and local listeners, inbound receiving, contacts, topics, segments, broadcasts, templates, API keys, profiles, or debugging Resend CLI/API failures. Trigger on mentions of Resend CLI, `resend`, `resend doctor`, `resend emails send`, `resend domains`, `resend webhooks listen`, `resend emails receiving`, or agent-friendly terminal automation.
alibabacloud-odps-maxframe-coding
IncludedUse this skill for MaxFrame SDK development and documentation navigation on Alibaba Cloud MaxCompute (ODPS). Helps answer MaxFrame API, concept, official example, and supported pandas API questions; create data processing programs; read/write MaxCompute tables; debug jobs (remote or local); and build custom DPE runtime images. Trigger when users mention MaxFrame, MaxCompute with MaxFrame, ODPS table processing, DPE runtime, MaxFrame docs/examples, DataFrame/Tensor operations, or GPU runtime setup. Works for both English and Chinese queries about Alibaba Cloud data processing with MaxFrame.