← 返回 Skills 市场
82
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install performance-testing-toolkit
功能描述
企业级性能测试工具包,支持HTTP接口压测、负载测试、性能基准测试和报告生成。 Enterprise-grade performance testing toolkit supporting HTTP load testing, stress testing, benchmark testing and repo...
安全使用建议
This package appears to be a legitimate performance-testing toolkit but contains multiple inconsistencies and likely packaging errors. Before installing or running it:
- Do not run the example CLI commands from SKILL.md: they reference scripts/perf_tester.py which is not present. Confirm the correct script names (e.g., load_tester.py, stress_tester.py, perf_testing_toolkit.py) and update commands accordingly.
- Run the test suite and examples in a sandbox or disposable environment first. The provided tests reference missing types/names (TestResults vs TestResult) and other mismatches that will likely cause failures; the tests indicate the package may be incomplete or unmaintained.
- Review the source files yourself for the specific behavior you need. The code will make outbound HTTP requests to whatever target you pass — do not point it at production or third-party systems without permission (high-concurrency tests can look like DDoS).
- If you intend to use this with an automated agent, fix the documentation/entrypoints and ensure the CLI entrypoint filenames match SKILL.md. Prefer running locally in isolated network environment or container, and limit concurrency while validating behavior.
Given the inconsistencies, treat the package as unreliable until the maintainer clarifies and corrects filenames, exports, and tests.
功能分析
Type: OpenClaw Skill
Name: performance-testing-toolkit
Version: 1.0.0
The performance-testing-toolkit is a standard implementation of a load and stress testing utility. It uses well-known libraries like aiohttp and requests for network operations and Jinja2 for report generation, with no evidence of data exfiltration, malicious execution, or prompt injection in SKILL.md or the Python scripts.
能力评估
Purpose & Capability
The stated purpose (HTTP load/stress/benchmark testing with reports) matches the code's high-level intent: load_tester.py, stress_tester.py, and perf_testing_toolkit.py implement request generation, metrics and report generation. However, there are duplicated/overlapping implementations (LoadTester appears in multiple files) and naming inconsistencies between the documented CLI/module names and the actual files, suggesting sloppy packaging or an incomplete release.
Instruction Scope
SKILL.md and README show CLI examples referencing scripts/perf_tester.py and commands/flags that do not match the provided script filenames (there is no scripts/perf_tester.py in the bundle). Tests and examples reference symbols and modules that do not exist (e.g., tests import TestResults, but code defines TestResult; CLI examples refer to perf_tester.py while packaged scripts are named differently). Because the runtime instructions point to non-existent paths/commands, following them will fail or cause unexpected behavior.
Install Mechanism
There is no install spec (instruction-only from registry perspective). The package ships source files only; no remote downloads or installers are requested. This is lower-risk than arbitrary installers, but the code will run network requests when used (normal for a load tester).
Credentials
The skill requests no environment variables, credentials, or special config paths. The code accepts user-supplied target URLs and headers (including Authorization headers in examples), which is expected for a testing tool. No hardcoded external endpoints or credential-collection behavior was found.
Persistence & Privilege
The skill is not marked always:true and does not request any agent-level persistence. It has normal, transient behavior and does not attempt to modify other skills or global config.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install performance-testing-toolkit - 安装完成后,直接呼叫该 Skill 的名称或使用
/performance-testing-toolkit触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Performance Testing Toolkit 1.0.0:
- Supports HTTP load testing, stress testing, and benchmark testing for APIs and web services.
- Provides real-time monitoring (CPU, memory, response time) and automatic visual report generation.
- Offers both CLI commands and Python API for flexible usage.
- Highly configurable requests: custom headers, parameters, and assertions.
- Includes documentation and usage examples for quick start.
元数据
常见问题
Performance Testing Toolkit 是什么?
企业级性能测试工具包,支持HTTP接口压测、负载测试、性能基准测试和报告生成。 Enterprise-grade performance testing toolkit supporting HTTP load testing, stress testing, benchmark testing and repo... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 82 次。
如何安装 Performance Testing Toolkit?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install performance-testing-toolkit」即可一键安装,无需额外配置。
Performance Testing Toolkit 是免费的吗?
是的,Performance Testing Toolkit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Performance Testing Toolkit 支持哪些平台?
Performance Testing Toolkit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Performance Testing Toolkit?
由 Lv Lancer(@kaiyuelv)开发并维护,当前版本 v1.0.0。
推荐 Skills