Web Perf
Analyzes website performance metrics from Cloudflare data to identify bottlenecks and optimization opportunities.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add web-perf npx -- -y @trustedskills/web-perf
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"web-perf": {
"command": "npx",
"args": [
"-y",
"@trustedskills/web-perf"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The web-perf skill provides tools and insights to analyze, optimize, and monitor website performance. It helps identify bottlenecks in page load times, resource delivery, and overall user experience by leveraging metrics such as Time to First Byte (TTFB), Largest Contentful Paint (LCP), and Cumulative Layout Shift (CLS).
When to use it
- To diagnose slow-loading pages on a website.
- Before deploying new features or updates to ensure performance remains optimal.
- When preparing for high traffic events like product launches or marketing campaigns.
- To comply with web performance standards such as Google’s Core Web Vitals.
Key capabilities
- Analyzes page load times and identifies slow resources.
- Monitors real-time performance metrics across different devices and locations.
- Provides actionable optimization recommendations based on performance data.
- Integrates with existing monitoring tools for continuous tracking.
Example prompts
- "Analyze the performance of my website and identify areas for improvement."
- "What is the Largest Contentful Paint (LCP) score for this page?"
- "Generate a report comparing the load times of different versions of our homepage."
Tips & gotchas
- Ensure that your website has proper access controls in place to allow the skill to collect performance data without exposing sensitive information.
- Some metrics may require user interaction or specific browser support, so test across multiple environments for accurate results.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.