Endpoint Check

Validate HTTP endpoints for status, latency, and TLS certificate details.

6|3|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/lordmacu/nexo-rs --skill endpoint-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Endpoint Check
Source: https://github.com/lordmacu/nexo-rs/tree/main/skills/endpoint-check
Command: npx skills add https://github.com/lordmacu/nexo-rs --skill endpoint-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a fast and efficient way to check the status and latency of HTTP endpoints, as well as inspect the details of TLS certificates.

Core Features & Use Cases

  • HTTP Status and Latency: Verify if an HTTP endpoint is up and measure its response time.
  • TLS Certificate Inspection: Examine the expiry date, issuer, and Subject Alternative Names (SANs) of a TLS certificate.
  • Use Case: Regularly check the availability of a web service and monitor the health of your infrastructure by inspecting TLS certificates.

Quick Start

Run the 'endpoint-check' skill to test the status and latency of the endpoint 'https://example.com'.

Frequently Asked Questions about Endpoint Check

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

FAQPage Schema
Can I monitor multiple HTTP endpoints for status and TLS certificate expiration?

You can monitor HTTP endpoints for status and TLS certificate expiration by running checks against target URLs. This validates endpoint availability and examines certificate details like expiry dates to ensure your infrastructure remains healthy.

How do I check HTTP endpoint latency and verify web service status?

To check HTTP endpoint latency and verify web service status, you can run a routine health check against the target URL. This process validates if the HTTP endpoint is up and precisely measures its response time for monitoring purposes.

How can I inspect a TLS certificate's expiry date and Subject Alternative Names?

You can inspect a TLS certificate's expiry date and Subject Alternative Names by running an endpoint check. This examines the TLS certificate details, allowing you to monitor infrastructure health and verify the issuer information directly.

Does this endpoint monitoring approach require specific SSL or HTTP client libraries?

Yes, this endpoint monitoring approach requires HTTP client and SSL/TLS libraries to facilitate secure communication. These dependencies are necessary to properly validate HTTP endpoints and inspect TLS certificate details during health checks.

What is the best way to run routine health checks for web service availability?

The best way to run routine health checks for web service availability is to validate HTTP endpoints for status and latency. This provides a fast and efficient method to regularly check if your web service is up and responding.

Can I monitor HTTP endpoints for status and TLS certificate expiration simultaneously?

Yes, you can monitor HTTP endpoints for both status and TLS certificate expiration simultaneously. The check validates endpoint availability while examining certificate details like expiry dates to ensure your infrastructure remains secure and healthy.