vercel-speed-audit
Optimize Vercel build and deploy speed — audit checklist for new and existing projects.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brennerspear/vercel-speed-auditWhat This Skill Does
The vercel-speed-audit skill provides a systematic framework for analyzing and optimizing Vercel deployment pipelines. It moves beyond generic advice by offering a triage-based checklist that scales with your project's current build performance. Whether you are dealing with massive build times in a monorepo or trying to shave seconds off a static site deployment, this skill acts as an architectural consultant that identifies bottlenecks such as barrel file overhead, dependency bloat, and inefficient caching strategies.
Installation
To integrate this skill into your OpenClaw environment, run the following command in your terminal:
clawhub install openclaw/skills/skills/brennerspear/vercel-speed-audit
Use Cases
- Project Onboarding: Automate the configuration of build settings for new repositories to ensure optimal performance from the first commit.
- Performance Regression Troubleshooting: When build times spike unexpectedly, use the skill to audit recent changes against the checklist of high-impact optimizations.
- Cost & Resource Management: Determine if moving to a Pro plan is justified by identifying which high-impact features (like Turbo Build Machines or Concurrent Builds) would solve your current pipeline bottlenecks.
- Incident Response: Utilize the instant rollback checklist to ensure that your team can recover from production failures without waiting for a fresh, long build process.
Example Prompts
- "Run a Vercel speed audit on this project. I'm seeing 90-second build times and I want to know where to start."
- "I'm setting up a new Next.js project. Can you provide the checklist for initial Vercel configuration to ensure maximum build speed?"
- "My project is auth-gated and uses SvelteKit. Which items from the vercel-speed-audit checklist should I ignore and which are most important?"
Tips & Limitations
- Triage is Key: Do not attempt all ten optimizations simultaneously. Follow the provided triage decision tree to focus on the highest ROI tasks based on your current build duration.
- Dashboard Dependency: Note that the most impactful features (Turbo Build Machines, Concurrent Builds, and Prioritized Builds) require a Pro plan and must be toggled manually via the Vercel Dashboard, as they are not accessible via CLI.
- ISR Limitations: If your application relies on per-user authentication, skip the ISR (#9) recommendations to avoid caching sensitive data for the wrong users.
- Codebase Complexity: The barrel file audit (#6) is most effective for large, component-heavy libraries. In smaller projects, the impact may be negligible.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-brennerspear-vercel-speed-audit": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, code-execution
Related Skills
amazon
Buy and return items on Amazon using browser automation. Use for purchasing, reordering, checking order history, and processing returns.
flights
Search flights via Google Flights. Find nonstop/connecting flights, filter by time and cabin class, get booking links. Supports city names (NYC, London, Tokyo) with automatic multi-airport search. No API key required.
gog-safety
Build and deploy safety-profiled gogcli binaries with compile-time command removal. Use when setting up gog for an AI agent with restricted permissions — choosing between L1 (draft only), L2 (collaborate), or L3 (standard write). Covers building from PR
dev-serve
Start and manage tmux-backed dev servers exposed through Caddy at wildcard subdomains.
commit
Create a git commit with a contextual message based on current changes, then push the branch.