View Vercel deployment logs. Use when the user says "show logs", "check logs", "vercel logs", or "what went wrong with the deployment".
View on GitHubvercel/vercel-deploy-claude-code-plugin
vercel
February 1, 2026
Select agents to install to:
npx add-skill https://github.com/vercel/vercel-deploy-claude-code-plugin/blob/main/skills/logs/SKILL.md -a claude-code --skill logsInstallation paths:
.claude/skills/logs/# Vercel Logs ## List Deployments ```bash vercel ls ``` ## View Logs ```bash vercel logs <deployment-url> ``` **Follow logs in real-time:** ```bash vercel logs <deployment-url> --follow ``` ## Analyze - Look for errors or warnings - Check for failed function invocations - Identify build failures