← 返回 Skills 市场
qtadagm

browser Devtools Inspector

作者 QtadaGM · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
739
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install qtada-browser-devtools-inspector
功能描述
Inspect and analyze browser DevTools Console, Network, and Performance data to debug frontend issues like errors, failed requests, CORS, and slow loads.
安全使用建议
This skill appears coherent for DevTools-style debugging. Before running it: (1) run it locally or in an isolated environment, especially if you will point it at production/internal URLs — the scripts execute page JavaScript and capture console/network output which may include secrets; (2) review any JSON output before sharing; (3) be aware npm install will download Chromium via puppeteer (large download, network access); (4) if you want to avoid auto-downloaded Chromium, set PUPPETEER_EXECUTABLE_PATH to a trusted local Chrome/Chromium binary; (5) avoid running against authenticated endpoints unless you intentionally want the tool to observe authenticated requests and responses; and (6) if you have concerns about visiting untrusted pages, run in a sandboxed environment (VM/container) to limit risk.
功能分析
Type: OpenClaw Skill Name: qtada-browser-devtools-inspector Version: 1.0.0 The skill is classified as suspicious due to the use of `puppeteer.launch` with `--no-sandbox` and `--disable-setuid-sandbox` arguments in all JavaScript files (`analyze_performance.js`, `capture_console.js`, `capture_network.js`, `check_cors.js`). While this configuration might be used for compatibility in certain environments, it significantly reduces the security posture of the Chromium browser, making it vulnerable to potential sandbox escapes if a malicious URL is visited. Although there is no evidence of intentional data exfiltration, persistence, or other malicious activities within the code or the `SKILL.md` instructions, this configuration creates a critical vulnerability risk (e.g., RCE) if the browser is exploited by a crafted web page.
能力评估
Purpose & Capability
Name/description match the included scripts: capture_console.js, capture_network.js, analyze_performance.js, and check_cors.js all use Puppeteer to collect DevTools data. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md simply tells the agent/user to run the included Node scripts against a URL. This is appropriately scoped to DevTools inspection. Note: the scripts accept arbitrary URLs and will execute page JavaScript and network requests in a headless browser, so captured output may include sensitive data printed by the page or returned by APIs (this is expected for a debugging tool).
Install Mechanism
There is no installer spec in the registry; the package includes package.json that depends on puppeteer. That is reasonable for these scripts. Be aware npm install / puppeteer will download a Chromium build on first install (network activity and disk write are expected).
Credentials
The skill requests no environment variables or credentials. The README mentions an optional PUPPETEER_EXECUTABLE_PATH to point to a local Chrome binary — consistent and optional for Puppeteer usage.
Persistence & Privilege
The skill is not always-enabled and does not request persistent platform privileges or modify other skills. It runs on-demand via CLI scripts, which is appropriate for its purpose.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qtada-browser-devtools-inspector
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qtada-browser-devtools-inspector 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of browser-devtools-inspector. - Capture and analyze browser Console, Network, and Performance data from real browser sessions. - Scripts for console logs, network requests (failed, slow, by type), and automated CORS checks. - Performance analysis report with key frontend metrics (load time, TTFB, slowest resources). - Output structured JSON for easy parsing and integration with other tools. - Includes quick tips, troubleshooting steps, and practical real-world usage examples. - Works through Node.js and Puppeteer with simple CLI commands.
元数据
Slug qtada-browser-devtools-inspector
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

browser Devtools Inspector 是什么?

Inspect and analyze browser DevTools Console, Network, and Performance data to debug frontend issues like errors, failed requests, CORS, and slow loads. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 739 次。

如何安装 browser Devtools Inspector?

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

browser Devtools Inspector 是免费的吗?

是的,browser Devtools Inspector 完全免费(开源免费),可自由下载、安装和使用。

browser Devtools Inspector 支持哪些平台?

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

谁开发了 browser Devtools Inspector?

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

💬 留言讨论