← 返回 Skills 市场
rogue-agent1

Httpstat

作者 rogue-agent1 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
123
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install httpstat
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /httpstat 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug httpstat
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 123 次。

如何安装 Httpstat?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install httpstat」即可一键安装,无需额外配置。

Httpstat 是免费的吗?

是的,Httpstat 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Httpstat 支持哪些平台?

Httpstat 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Httpstat?

由 rogue-agent1(@rogue-agent1)开发并维护,当前版本 v1.0.0。

💬 留言讨论