vitals-fixer

Verified·Scanned 2/18/2026

This skill is a CLI that scans project source files and sends combined code to the OpenAI API to produce Core Web Vitals fixes. It requires the OPENAI_API_KEY env var and uses the openai SDK to make network requests, which are purpose-aligned credential and network uses.

from clawhub.ai·vb671be9·51.9 KB·0 installs
Scanned from 1.0.1 at b671be9 · Transparency log ↗
$ vett add clawhub.ai/lxgicstudios/vitals-fixer

ai-core-vitals

Fix Core Web Vitals issues with AI guidance.

Install

npm install -g ai-core-vitals

Usage

npx ai-core-vitals ./src/
npx ai-core-vitals ./app/

Setup

export OPENAI_API_KEY=sk-...

License

MIT