← 返回 Skills 市场
Perftest
作者
bytesagain-lab
· GitHub ↗
· v3.0.0
· MIT-0
346
总下载
0
收藏
1
当前安装
8
版本数
在 OpenClaw 中安装
/install perftest
功能描述
Run HTTP performance tests with latency and throughput measurement. Use when benchmarking web services. Requires curl.
安全使用建议
This skill appears to be a straightforward curl-based benchmarking helper. Before installing or running: ensure curl (and common utilities like awk, head, seq) are available; only supply URLs you trust for testing; do not pass sensitive local filenames to report/compare (they will be read). The script writes data to ~/.local/share/perftest. Note there are minor functional bugs (some echo strings use single quotes so variables won't expand) but no signs of hidden endpoints, credential exfiltration, or unexpected network calls. If you need stronger isolation, run the script in a sandbox or container.
功能分析
Type: OpenClaw Skill
Name: perftest
Version: 3.0.0
The skill contains multiple shell injection vulnerabilities in 'scripts/script.sh' due to the failure to quote user-supplied arguments passed to commands like 'curl', 'cat', and 'head' (e.g., in cmd_http, cmd_report, and cmd_compare). While the tool's logic aligns with its stated purpose of performance testing, the lack of input sanitization allows for arbitrary command execution if an attacker provides crafted URLs or file paths.
能力评估
Purpose & Capability
Name/description (HTTP performance tests) match what is present: SKILL.md documents curl-based commands and the included script implements http, latency, throughput, stress, report, compare. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Runtime instructions and the script only operate on user-supplied URLs/filenames and store data under ~/.local/share/perftest. report/compare will read files provided by the user (e.g., 'report <logfile>' and 'compare <f1 f2') — this is expected but means sensitive local files should not be passed. There is no logic that collects environment variables or contacts fixed external endpoints beyond the user-supplied URLs.
Install Mechanism
No install spec (instruction-only plus a script) — lowest-risk model. The script relies on common Unix tools (curl, awk, head, seq) but does not download or execute remote code.
Credentials
No environment variables or credentials are requested. The script uses $HOME to create ~/.local/share/perftest for data storage, which is proportional to its stated purpose.
Persistence & Privilege
always:false and no special privileges requested. The skill does not modify other skills or system-wide settings; it only writes its own data under the user's home directory.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install perftest - 安装完成后,直接呼叫该 Skill 的名称或使用
/perftest触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.0
v3.0.0: rewrite
v1.0.6
old template -> domain-specific v2.0.0
v1.0.5
old template -> domain-specific v2.0.0
v1.0.4
Quality upgrade
v1.0.3
Quality upgrade: custom functionality
v1.0.2
De-template, unique content, script cleanup
v1.0.1
Quality fix: cleaner docs, removed flags
v1.0.0
Initial release
元数据
常见问题
Perftest 是什么?
Run HTTP performance tests with latency and throughput measurement. Use when benchmarking web services. Requires curl. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 346 次。
如何安装 Perftest?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install perftest」即可一键安装,无需额外配置。
Perftest 是免费的吗?
是的,Perftest 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Perftest 支持哪些平台?
Perftest 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Perftest?
由 bytesagain-lab(@bytesagain-lab)开发并维护,当前版本 v3.0.0。
推荐 Skills