← Back to Skills Marketplace
Web Profiler
by
BytesAgain2
· GitHub ↗
· v1.0.0
· MIT-0
165
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install web-profiler
Description
Provides a development tool that gives detailed information about the execution of any request web profiler bundle, twig, component, dev, php, symfony.
Usage Guidance
This appears to be a benign local logging/profiling tool. Before installing or running: (1) review scripts/script.sh yourself (it will create ~/.local/share/web-profiler and write log/export files there); (2) avoid entering secrets or sensitive data into the tool because user-provided input is logged; (3) if you intend to share exported data, check the export output for formatting issues (there's a minor bug risk in the JSON export implementation); (4) if you need remote reporting or integrations, consider whether local-only behavior is sufficient or if you require a different tool that explicitly supports secure network transfer.
Capability Analysis
Type: OpenClaw Skill
Name: web-profiler
Version: 1.0.0
The Web Profiler bundle is a simple bash-based logging utility that records user-provided strings into local log files located in `~/.local/share/web-profiler/`. Although the `SKILL.md` documentation describes it as a sophisticated profiling tool for web requests (referencing Symfony and Twig), the actual implementation in `scripts/script.sh` only performs basic text appending, searching via `grep`, and simple file statistics. There is no evidence of data exfiltration, network activity, or malicious command execution.
Capability Assessment
Purpose & Capability
The name and description match the included script and SKILL.md: a CLI tool for recording, searching, exporting, and reporting profiling entries. Required capabilities (local file storage) are appropriate for the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run local commands and the script implements those commands. All runtime actions are limited to reading/writing log files under the user's home directory; there are no instructions to read unrelated system files, environment variables, or to send data to external endpoints.
Install Mechanism
No install spec (instruction-only), but the repository includes a shell script (scripts/script.sh) that is the implementation. The script does not download or execute remote code. NOTE: running the script will create and write files under ~/.local/share/web-profiler.
Credentials
The skill requests no environment variables or credentials. It uses $HOME for a local data directory, which is proportional to a CLI logging tool. There are no unrelated secrets or config paths requested.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or global agent configuration. Its persistent footprint is limited to its own data directory under the user's home.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install web-profiler - After installation, invoke the skill by name or use
/web-profiler - 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?
Provides a development tool that gives detailed information about the execution of any request web profiler bundle, twig, component, dev, php, symfony. It is an AI Agent Skill for Claude Code / OpenClaw, with 165 downloads so far.
How do I install Web Profiler?
Run "/install web-profiler" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Web Profiler free?
Yes, Web Profiler is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Web Profiler support?
Web Profiler is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Web Profiler?
It is built and maintained by BytesAgain2 (@ckchzh); the current version is v1.0.0.
More Skills