📦 Web Profiler Bundle — 性能诊断调试

v1.0.0

一站式 HTTP 请求性能分析工具,提供耗时、内存占用与 SQL 查询分解视图,帮助开发者快速定位慢路由、调试中间件、优化数据库与整体性能。

0· 124·1 当前·1 累计
下载技能包
最后更新
2026/3/20
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill is internally consistent with a local command-line profiler/logger: it only writes/reads logs under the user's home directory and does not request credentials, make network calls, or install external packages.
评估建议
This tool stores whatever you pass to it in ~/.local/share/web-profiler-bundle; avoid logging sensitive request bodies or secrets. Note the metadata mismatches (SKILL.md says python3 and v1.0.0 while the script is bash and prints v2.0.0) — likely sloppy packaging. There are no network calls or credential requests, but you may want to: 1) inspect the script locally before running, 2) run it in a sandbox if unsure, and 3) verify exported JSON output if you plan to import it into other tools (there...
详细分析 ▾
用途与能力
The name/description (profile HTTP requests, timing/memory/query breakdowns) aligns with the included script: it records user-provided profiling entries, shows stats, searches, and exports local logs. Minor inconsistencies: SKILL.md declares runtime: python3 and version 1.0.0, while the script reports v2.0.0 and is a bash script — this looks like sloppy metadata but not malicious.
指令范围
Runtime instructions and the script operate only on the local data directory (~/.local/share/web-profiler-bundle) and stdout/stderr. The script appends user inputs to per-command .log files, searches them, and exports them. It does not read unrelated system files, environment variables, or send data to external endpoints.
安装机制
No install spec; the code is a single bash script that runs on the host. This is low risk compared to downloading/executing remote artifacts.
凭证需求
The skill requests no environment variables, credentials, or config paths. It only uses HOME to build a local data directory, which is proportionate to its purpose.
持久化与权限
always is false and the skill does not request permanent elevated privileges or modify other skills. It only stores its own logs under the user's home directory.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/20

publish v1.0.0

无害

安装命令

点击复制
官方npx clawhub@latest install web-profiler-bundle
镜像加速npx clawhub@latest install web-profiler-bundle --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库