demo-http

Check HTTP endpoints for status codes and response times within a timeout.

7|2|Updated May 10, 2026
One-click install
npx skills add https://github.com/Wool-xing/Test-Agent --skill demo-http
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: demo-http
Source: https://github.com/Wool-xing/Test-Agent/tree/main/examples/skills/demo-http
Command: npx skills add https://github.com/Wool-xing/Test-Agent --skill demo-http

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires urllib, and includes scripts (resource) components.

What problem does it solve?

This Skill provides a quick and easy way to check the health of HTTP endpoints, identifying issues like status code mismatches and connection timeouts.

Core Features & Use Cases

  • HTTP Health Check: Verify that a URL returns the expected status code and response time.
  • Use Case: Use this Skill to ensure that your web application's endpoints are performing as expected, detecting issues like downtime or slow response times before they impact users.

Quick Start

Check the health of 'https://example.com' with tagent "check if https://example.com is up".

Frequently Asked Questions about demo-http

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

FAQPage Schema
How do I check if an HTTP endpoint is up and returning the expected status code?

To check if an HTTP endpoint is up, you need an HTTP health check tool that validates response status codes and measures response time within a specified timeout. This Skill executes that exact validation to confirm endpoint availability.

What is HTTP endpoint health checking and when do I need it?

HTTP endpoint health checking is the process of requesting a URL to verify it returns the expected status code and acceptable response time. You need it for monitoring application endpoints to detect downtime or slow responses before they impact users.

How do I monitor HTTP response time for a web application URL?

You monitor HTTP response time by running an endpoint health check that measures the duration of the HTTP request within a specified timeout. This Skill performs that timing measurement to help you detect slow application endpoints quickly.

Do I need urllib to perform an HTTP health check on my endpoints?

Yes, you need urllib to perform an HTTP health check because this Skill relies on it for establishing network connections and processing HTTP responses. It is a standard library dependency required to validate status codes and response times.

Can I detect connection timeouts when checking my web application endpoints?

Yes, you can detect connection timeouts when checking web application endpoints by performing an HTTP health check with a specified timeout. This Skill identifies connection timeouts and status code mismatches to ensure reliable service delivery.