← 返回 Skills 市场
bytesagain1

Web Profiler Bundle

作者 bytesagain1 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
155
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install web-profiler-bundle
功能描述
Profile HTTP requests with timing, memory, and query breakdowns. Use when debugging slow routes, analyzing queries, inspecting middleware, or optimizing.
安全使用建议
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's a minor bug risk in the JSON export implementation). Overall the behavior is consistent with a local CLI logger/profiler and not suspicious.
功能分析
Type: OpenClaw Skill Name: web-profiler-bundle Version: 1.0.0 The Web Profiler Bundle is a simple shell-based logging utility designed to store and retrieve performance-related strings provided by the user or agent. All data is stored locally in the user's home directory (~/.local/share/web-profiler-bundle/), and the script (scripts/script.sh) contains no network activity, unauthorized file access, or code execution vulnerabilities. While the tool acts more as a manual record-keeper than an automated profiler, its behavior is transparent and aligns with its documented purpose.
能力评估
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install web-profiler-bundle
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /web-profiler-bundle 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug web-profiler-bundle
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Web Profiler Bundle 是什么?

Profile HTTP requests with timing, memory, and query breakdowns. Use when debugging slow routes, analyzing queries, inspecting middleware, or optimizing. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 155 次。

如何安装 Web Profiler Bundle?

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

Web Profiler Bundle 是免费的吗?

是的,Web Profiler Bundle 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Web Profiler Bundle 支持哪些平台?

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

谁开发了 Web Profiler Bundle?

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

💬 留言讨论