Skip to main content

web-performance

Optimizes web performance using Core Web Vitals, Lighthouse audits, and caching strategies to enhance load times and user experience.

Install this skill

or
94/100

Security score

The web-performance skill was audited on Mar 1, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 58

Access to .env file

SourceSKILL.md
58if (error.code === 'AUTH_ERROR') process.env.OPENCLAW_API_KEY = 'new-key';
low line 34

External URL reference

SourceSKILL.md
34- CLI: `openclaw execute web-performance --url https://example.com --audit-type full --output json`
low line 35

External URL reference

SourceSKILL.md
35- API: POST to `/api/skills/web-performance/execute` with body: `{"url": "https://example.com", "options": {"chromeFlags": "--headless"}}`
low line 46

External URL reference

SourceSKILL.md
46- CDN config example: In Nginx, add `location /static/ { proxy_pass https://cdn.example.com; expires 1d; }`
low line 55

External URL reference

SourceSKILL.md
55const result = await openclaw.execute('web-performance', { url: 'https://example.com' });
low line 65

External URL reference

SourceSKILL.md
651. Audit a website with Lighthouse: Run `openclaw execute web-performance --url https://example.com --report-path ./report.json` to generate a JSON report with Core Web Vitals scores, then analyze LCP
Scanned on Mar 1, 2026
View Security Dashboard
Installation guide →