An automated utility to capture and analyze browser console, network, and performance data for professional frontend debugging.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install qtada-browser-devtools-inspector
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install qtada-browser-devtools-inspector using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Browser DevTools Inspector is a robust tool designed to provide deep visibility into the runtime behavior of web applications. By leveraging Puppeteer and the Chrome DevTools Protocol, this skill allows developers and automated agents to programmatically extract logs, network traffic, and performance metrics. It is an essential component for any developer looking to expand their library of Openclaw Skills with automated diagnostic capabilities.
This skill eliminates the need for manual browser inspection by providing a CLI-driven interface to capture real-time data. It is particularly effective for diagnosing issues that only appear in specific environments, such as CORS misconfigurations, slow API responses, or uncaught JavaScript exceptions in production-like settings.
To get started with this skill, ensure you have Node.js 14+ installed and follow these steps:
# Navigate to the scripts directory within the skill
cd scripts
# Install the required dependencies, including Puppeteer
npm install
# Optional: If you are on Windows and the browser isn't found, set the executable path
set PUPPETEER_EXECUTABLE_PATH="C:\Program Files\Google\Chrome\Application\chrome.exe"
The skill produces structured JSON output to ensure compatibility with modern development pipelines. The schema typically includes:
| Property | Type | Description |
|---|---|---|
url |
string | The specific page URL being inspected. |
timestamp |
string | ISO 8601 timestamp of the inspection event. |
logs |
array | List of console entries including level, message, and line number. |
requests |
array | List of network requests including status, method, type, and timing. |
summary |
object | Aggregated counts of errors, warnings, and performance metrics. |
Loading
Manage and integrate a local, decentralized YaCy search engine into your AI workflows for private web searches.

tokenQrusher is a high-performance optimization system that drastically reduces AI agent token usage through intelligent context filtering and heartbeat management.

A comprehensive toolkit designed to drastically reduce token usage and API expenditures through intelligent context management and task-based model routing.

A robust lifecycle management tool that prevents context loss by automatically persisting and restoring AI agent state across compactions and restarts.

A specialized scraping utility that retrieves macro-economic events and financial indicators from Investing.com without an API key.

A specialized tool for generating ZUGFeRD 2.1 and Factur-X compliant electronic invoices with support for visible multi-page PDF merging.








































