← Back to Skills Marketplace
lj-hao

Web Auto Analyzer

by jiahaoli · GitHub ↗ · v1.1.1 · MIT-0
cross-platform ⚠ suspicious
236
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install web-auto-analyzer
Description
Automatically analyze websites for performance metrics and audit issues using Lighthouse.
Usage Guidance
What to check before installing or running this skill: 1. Confirm metadata mismatch: the registry said no required binaries, but SKILL.md expects node/npm and Lighthouse packages — ensure your environment meets the SKILL.md prerequisites. 2. Inspect automation-script.js for any code that writes out sensitive files or auto-sends data off-host (search for network calls, fetch/http libraries, or hard-coded endpoints). The provided snippet looks normal (lighthouse + chrome-launcher) but some parts were truncated; verify saveResults and memory-write behavior to ensure the skill asks before saving any data. 3. Run it in a safe environment first (local container or VM) and use non-authenticated public URLs to validate behavior. Avoid running against internal or authenticated endpoints until you’ve reviewed the code and confirmed you control credentials. 4. Run npm audit on the dependencies and review package.json versions. Keep Node up-to-date and use a recent Chrome/Chromium. 5. If you need stronger assurance, validate the GitHub repository and publisher identity (homepage is github.com/user/..., which could be a placeholder). Prefer installing from a verified repo or your own copy of the script. I flagged this skill as suspicious (not clearly malicious) because of the metadata inconsistency and the truncated files that prevent full verification; resolving those points would raise confidence.
Capability Analysis
Type: OpenClaw Skill Name: web-auto-analyzer Version: 1.1.1 The skill bundle is a legitimate automated website analyzer using the Lighthouse library. The core logic in `automation-script.js` wraps standard Lighthouse functionality to perform performance, accessibility, and SEO audits locally. It includes comprehensive documentation and templates for tracking results. No evidence of data exfiltration, malicious execution, or prompt injection was found; the script's behavior is entirely consistent with its stated purpose of web auditing.
Capability Assessment
Purpose & Capability
Name/description match the included files: the package contains a Node script (automation-script.js), package.json, and documentation for running Lighthouse/Chrome. However the registry metadata earlier reported no required binaries/env, while SKILL.md metadata explicitly requires node, npm and npm packages (lighthouse, chrome-launcher). That mismatch is an incoherence you should confirm with the publisher.
Instruction Scope
SKILL.md instructs running the local Node script and saving JSON/HTML reports to ./results; it warns about authenticated URLs and says to ask before saving to memory. The runtime instructions only reference local Node/npm, Lighthouse, and Chrome; they do not ask to read unrelated host files or environment variables. Note: running an audit fetches the target URL (normal) and may trigger third-party trackers on the audited site — avoid auditing authenticated/internal URLs unless you understand the implications.
Install Mechanism
No install spec is included (instruction-only style) and the package files are provided directly. package.json lists lighthouse and chrome-launcher as dependencies — expected for purpose. There are no downloads from obscure URLs in the install docs; example Chrome install uses Google-hosted deb, and Puppeteer is suggested as an option. Overall install risk is typical for a Node-based Lighthouse tool.
Credentials
The skill requests no secrets or environment variables in the registry metadata, which is appropriate. But SKILL.md metadata requires node/npm and npm packages — the registry-level 'required binaries: none' contradicts that. Also the skill will access the network to fetch audited URLs (expected) and writes reports to disk. Confirm there are no hidden env/credential reads in the rest of the code (some files truncated).
Persistence & Privilege
always is false and user-invocable is true. Autonomous invocation is allowed (platform default) but not combined here with broad credential access. SKILL.md states the skill will ask before saving to memory; verify automation-script.js actually prompts or requires confirmation before persisting any user-tracking memory.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install web-auto-analyzer
  3. After installation, invoke the skill by name or use /web-auto-analyzer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.1
- Bumped version to 1.1.1. - Updated metadata in SKILL.md and package files to reflect version change. - No functional changes to features or documentation content.
v1.1.0
Chrome DevTools Auto Analyzer 1.1.0 - Adds detailed usage instructions and core rules for automating Lighthouse audits, including prerequisite checks, metric extraction, and error handling. - Introduces explicit tables and quick references for commands, metrics, reports, and troubleshooting steps. - Clarifies storage and privacy policies, now requiring user confirmation before saving analysis data to memory. - Improves actionable reporting by linking specific fixes and checklists for each audit issue. - Expands error troubleshooting guidance for common setup and runtime problems.
Metadata
Slug web-auto-analyzer
Version 1.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Web Auto Analyzer?

Automatically analyze websites for performance metrics and audit issues using Lighthouse. It is an AI Agent Skill for Claude Code / OpenClaw, with 236 downloads so far.

How do I install Web Auto Analyzer?

Run "/install web-auto-analyzer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Web Auto Analyzer free?

Yes, Web Auto Analyzer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Web Auto Analyzer support?

Web Auto Analyzer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Web Auto Analyzer?

It is built and maintained by jiahaoli (@lj-hao); the current version is v1.1.1.

💬 Comments