← 返回 Skills 市场
kingofqin2026

Response Speed Test

作者 kingofqin2026 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
268
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install response-speed-test
功能描述
Measures OpenClaw system response times by testing stages, providing millisecond precision metrics like TTFT, TPS, and total response time.
安全使用建议
This skill appears to implement the described timing/benchmark functionality, but review before installing: 1) Note that it reads environment variables (OPENCLAW_GATEWAY_URL, LLM_API_URL, LLM_MODEL, SOUL_MEMORY_PATH, OPENCLAW_STATE_DIR) even though the registry declares none — set them intentionally or leave defaults. 2) It inspects local paths (defaulting to /root/.openclaw/...), including listing .md files and reading index.json; if those directories contain sensitive data, run the skill in a restricted/sandboxed environment or point SOUL_MEMORY_PATH/OPENCLAW_STATE_DIR to a safe location. 3) There are no network calls in the current code, but LLM/Gateway probes are written to be extended to call APIs — verify any modifications that add network I/O. 4) Prefer installing from a trusted source (the pyproject references a GitHub repo); check the repository URL and author before running 'clawhub install' or running code locally. If you want, I can list the exact lines that read environment variables and file paths so you can audit them.
功能分析
Type: OpenClaw Skill Name: response-speed-test Version: 1.0.0 The 'response-speed-test' skill is a performance benchmarking tool designed to measure OpenClaw system latency across various stages, including Gateway processing, Memory loading, and LLM response times (TTFT/TPS). While the probes in 'probes/memory_probe.py' and 'probes/session_probe.py' access internal OpenClaw directories and environment variables, this behavior is consistent with the stated purpose of system-level performance monitoring. The code is transparent, lacks obfuscation, and contains no evidence of data exfiltration, unauthorized remote execution, or malicious prompt injection.
能力评估
Purpose & Capability
Name, description, CLI, core measurement engine, probes and reporters are coherent: files implement timing probes for Gateway, Session, Memory, and LLM and generate reports as described.
Instruction Scope
SKILL.md instructs how to run the CLI but does not explicitly mention that probes will read environment variables and local filesystem paths. The code will access memory and state directories (e.g. SOUL_MEMORY_PATH default /root/.openclaw/workspace/memory and OPENCLAW_STATE_DIR default /root/.openclaw/state) and may read index.json; SKILL.md does not document these file reads.
Install Mechanism
No install spec is declared (lower risk), but a pyproject.toml and packaging metadata are present and SKILL.md suggests using 'clawhub install'. There are no external downloads or installer URLs; install risk is low but the packaging vs. registry metadata mismatch is worth noting.
Credentials
The registry lists no required env vars, yet code reads several environment variables at runtime (OPENCLAW_GATEWAY_URL, LLM_API_URL, LLM_MODEL, SOUL_MEMORY_PATH, OPENCLAW_STATE_DIR). These are relevant to the skill's function, but the manifest/README/SKILL.md do not declare them — a transparency gap. Also the skill will read local files (memory .md files and index.json) which can contain sensitive data; the code does not transmit data externally, but prompts and metadata could include snippets.
Persistence & Privilege
Skill does not request always:true, does not attempt to modify other skills or system-wide agent settings, and has no autonomous elevated persistence. It only provides CLI and library code.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install response-speed-test
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /response-speed-test 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Response Speed Test Skill. - Accurately measures OpenClaw system response times with millisecond precision. - Supports single tests, benchmarks with customizable iterations, and detailed report generation (including markdown format). - Tracks key response stages (T0–T7) and reports critical metrics: TTFT, TPS, and Total Response Time. - Easy installation and configuration via CLI or in `HEARTBEAT.md`.
元数据
Slug response-speed-test
版本 1.0.0
许可证
累计安装 3
当前安装数 3
历史版本数 1
常见问题

Response Speed Test 是什么?

Measures OpenClaw system response times by testing stages, providing millisecond precision metrics like TTFT, TPS, and total response time. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 268 次。

如何安装 Response Speed Test?

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

Response Speed Test 是免费的吗?

是的,Response Speed Test 完全免费(开源免费),可自由下载、安装和使用。

Response Speed Test 支持哪些平台?

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

谁开发了 Response Speed Test?

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

💬 留言讨论