首页龙虾技能列表 › Benchmark Tool — 技能工具

Benchmark Tool — 技能工具

v3.0.0

Benchmark CPU, memory, disk I/O, and network on your system. Use when measuring server performance.

0· 328·0 当前·0 累计
by @bytesagain1·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/11
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
安全
high confidence
The skill's code and instructions match its stated purpose (system benchmarks); it performs local CPU/memory/disk/network checks and does not request secrets or contain hidden endpoints — minor notes about required tooling and resource use apply.
评估建议
This skill appears to do what it says: local benchmarks. Before installing or running: 1) Be aware the script calls system utilities (bc, free, dd, curl, diff). Ensure those utilities exist and are the expected versions. 2) The disk test writes a ~100MB file named bench_test into the directory you specify (and then removes it); avoid running the disk test against sensitive mount points or with root privileges. 3) The network test will make an outbound HTTP(S) request to the host you provide — do...
详细分析 ▾
用途与能力
The skill's name/description align with what the script does (CPU/memory/disk/network benchmarks). However, the registry metadata lists no required binaries while the script invokes common utilities (bc, free, dd, curl, diff). This is a minor inconsistency but explainable; these tools are typical for benchmarking.
指令范围
SKILL.md simply maps commands to scripts/script.sh. The script reads /proc/meminfo, runs bc for CPU math, writes a temporary file with dd (100MB) to the provided directory, and issues HTTP requests via curl to the user-specified host. It does not read unrelated user files or exfiltrate data, but it does perform disk writes and network calls as part of normal benchmarking and will create ~/.local/share/benchmark-tool/.
安装机制
No install spec is provided (instruction-only plus bundled script). Nothing is downloaded or installed at runtime by the skill itself.
凭证需求
The skill declares no required environment variables or credentials and doesn't request secrets. It uses $HOME to create a data directory and relies on standard system utilities; this is proportionate to its purpose.
持久化与权限
always is false and the skill does not request elevated/always-on privileges. It only creates a directory under the invoking user's home and does not modify other skills or global agent settings.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv3.0.02026/3/13

v3.0.0: Complete rewrite with real functionality.

● 可疑

安装命令 点击复制

官方npx clawhub@latest install benchmark-tool
镜像加速npx clawhub@latest install benchmark-tool --registry https://cn.clawhub-mirror.com

技能文档

Benchmark CPU, memory, disk I/O, and network on your system. Use when measuring server performance.

Commands

cpu

scripts/script.sh cpu

memory

scripts/script.sh memory

disk

scripts/script.sh disk 

network

scripts/script.sh network 

all

scripts/script.sh all

compare

scripts/script.sh compare 

Data Storage

Data stored in ~/.local/share/benchmark-tool/.


Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务