
from smart-blog-skills34
Integrates PageSpeed Insights and Chrome UX Report (CrUX) to provide PageSpeed and Core Web Vitals analysis for blog posts, with optional API key setup and conf
This skill integrates Google PageSpeed Insights and the Chrome UX Report (CrUX) to produce performance audits and real-user Core Web Vitals for blog URLs. It offers a tiered operation: a free mode using public PageSpeed endpoints and an API-key mode that unlocks CrUX queries and higher quotas. Reports are formatted with performance scores, FCP/LCP/CLS/TBT, and prioritized improvement suggestions.
Use when auditing blog pages for performance, when a content analyze workflow includes a URL or canonical field, or when you want to add real-user CrUX data to technical SEO scoring. Good for periodic site audits, pre-publish checks, and integrating into automated analyze pipelines.
pagespeed, crux, setup) and config management under ~/.config/smart-blog-skills/.Designed for integration with multi-agent blog-writing toolchains and CLI-driven agents that can run WebFetch calls. Works with agents that can store local config and invoke HTTP APIs.
Smart Blog Google integrates PageSpeed Insights and CrUX Core Web Vitals analysis for blog posts. It has a well-designed tier system (free without API key, enhanced with key) and proper security measures for credential storage (chmod 600, .gitignore, env var support). No bundled scripts — all logic is agent instructions via WebFetch. SKILL.md is detailed and bilingual with clear output templates and error handling guidance.
Clean, well-documented skill. No security concerns. No executable scripts to test — purely instruction-based. Bilingual (Chinese/English) documentation.