← 返回 Skills 市场
Web Profiler
作者
BytesAgain2
· GitHub ↗
· v1.0.0
· MIT-0
165
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install web-profiler
功能描述
Provides a development tool that gives detailed information about the execution of any request web profiler bundle, twig, component, dev, php, symfony.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install web-profiler - 安装完成后,直接呼叫该 Skill 的名称或使用
/web-profiler触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
常见问题
Web Profiler 是什么?
Provides a development tool that gives detailed information about the execution of any request web profiler bundle, twig, component, dev, php, symfony. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 165 次。
如何安装 Web Profiler?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install web-profiler」即可一键安装,无需额外配置。
Web Profiler 是免费的吗?
是的,Web Profiler 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Web Profiler 支持哪些平台?
Web Profiler 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Web Profiler?
由 BytesAgain2(@ckchzh)开发并维护,当前版本 v1.0.0。
推荐 Skills