← Back to Skills Marketplace
rogue-agent1

Httpstat

by rogue-agent1 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
123
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install httpstat
Description
Pretty HTTP response statistics with timing waterfall. Use when asked to check a URL's response time, debug slow requests, measure TTFB, or get HTTP timing b...
README (SKILL.md)

httpstat ⚡

Pretty HTTP timing statistics. Shows DNS, TCP, TLS, TTFB, and transfer times.

Usage

# Basic timing
python3 scripts/httpstat.py https://example.com

# With headers
python3 scripts/httpstat.py https://api.github.com -H "Accept: application/json"

# POST request
python3 scripts/httpstat.py https://httpbin.org/post -X POST -d '{"key":"value"}'

Output

Shows a visual waterfall of: DNS Lookup → TCP Connection → TLS Handshake → Server Processing → Content Transfer

Usage Guidance
This skill is internally consistent and implements a local Python HTTP timing tool. Before using it, note: (1) it will connect to whatever URL you (or an agent) supply — avoid pointing it at internal services or URLs that would expose sensitive endpoints unless you trust the request, and avoid passing secrets in headers unless intended; (2) there are two identical script copies (root and scripts/) — benign but redundant; (3) as with any tool that performs network requests, an autonomous agent using this skill could be instructed to probe hosts you wouldn’t want scanned, so only enable it for agents you trust.
Capability Analysis
Type: OpenClaw Skill Name: httpstat Version: 1.0.0 The skill bundle provides a legitimate utility for measuring HTTP response timings (DNS, TCP, TLS, TTFB), similar to the well-known 'httpstat' tool. The implementation in 'httpstat.py' uses standard Python libraries (socket, ssl, urllib) to perform requests and calculate durations without any external dependencies. No evidence of data exfiltration, malicious execution, or prompt injection was found; the code is transparent and aligns with its stated purpose.
Capability Assessment
Purpose & Capability
Name/description (HTTP timing waterfall) matches the included Python scripts and README. The files implement a raw-socket HTTP client that measures DNS, TCP, TLS, TTFB, transfer and prints a waterfall — appropriate for the stated purpose.
Instruction Scope
SKILL.md instructs running the provided script (python3 scripts/httpstat.py) and the examples match the script's CLI. The runtime instructions do not ask the agent to read unrelated files, env vars, or send data to external endpoints beyond the user-specified URL. Note: the tool will send any headers you provide (e.g., Authorization) to the requested URL, so supplying secrets in headers will transmit them as normal for an HTTP client.
Install Mechanism
No install spec (instruction-only + bundled scripts). Nothing is downloaded or written at install time. Risk is low.
Credentials
No environment variables, credentials, or config paths are requested. The declared requirements match the code (no secrets required).
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills' configurations. Autonomous invocation is allowed by default but not accompanied by elevated privileges or broad credential access.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install httpstat
  3. After installation, invoke the skill by name or use /httpstat
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of httpstat: Pretty HTTP response statistics with timing waterfall. - Measure HTTP response times including DNS, TCP, TLS, TTFB, and transfer. - Visual waterfall output for easy debugging and performance analysis. - Supports headers and different HTTP methods (GET, POST, etc.). - No external dependencies; runs with Python only.
Metadata
Slug httpstat
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Httpstat?

Pretty HTTP response statistics with timing waterfall. Use when asked to check a URL's response time, debug slow requests, measure TTFB, or get HTTP timing b... It is an AI Agent Skill for Claude Code / OpenClaw, with 123 downloads so far.

How do I install Httpstat?

Run "/install httpstat" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Httpstat free?

Yes, Httpstat is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Httpstat support?

Httpstat is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Httpstat?

It is built and maintained by rogue-agent1 (@rogue-agent1); the current version is v1.0.0.

💬 Comments