From vercel
Retrieves and analyzes Vercel deployment logs using CLI commands. Lists deployments, follows logs in real-time, checks errors, warnings, build failures, and function invocations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vercel:logsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```bash
vercel ls
vercel logs <deployment-url>
Follow logs in real-time:
vercel logs <deployment-url> --follow
npx claudepluginhub joshuarweaver/cascade-code-devops-misc-1 --plugin vercel-vercel-deploy-claude-code-pluginCollects Vercel debug bundle with deployment inspect, function logs, build info, routes, and env vars for support tickets and troubleshooting.
Guides Vercel CLI (vercel/vc) for deploying projects, linking repos, managing env vars/domains, viewing logs/metrics from command line. Activates on vercel commands or deployment queries.
Provides Vercel CLI reference for deploying frontend apps, managing serverless functions, domains, env vars, and debugging deployments. Triggers on vercel.json, .vercel dir, or VERCEL_TOKEN.