← Back to Skills Marketplace
Web Profiler Bundle
by
bytesagain1
· GitHub ↗
· v1.0.0
· MIT-0
155
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install web-profiler-bundle
Description
Profile HTTP requests with timing, memory, and query breakdowns. Use when debugging slow routes, analyzing queries, inspecting middleware, or optimizing.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install web-profiler-bundle - After installation, invoke the skill by name or use
/web-profiler-bundle - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Frequently Asked Questions
What is Web Profiler Bundle?
Profile HTTP requests with timing, memory, and query breakdowns. Use when debugging slow routes, analyzing queries, inspecting middleware, or optimizing. It is an AI Agent Skill for Claude Code / OpenClaw, with 155 downloads so far.
How do I install Web Profiler Bundle?
Run "/install web-profiler-bundle" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Web Profiler Bundle free?
Yes, Web Profiler Bundle is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Web Profiler Bundle support?
Web Profiler Bundle is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Web Profiler Bundle?
It is built and maintained by bytesagain1 (@bytesagain1); the current version is v1.0.0.
More Skills