vercel/logs
View Vercel deployment logs. Use when the user says "show logs", "check logs", "vercel logs", or "what went wrong with the deployment".
npx skills add https://github.com/vercel/vercel-deploy-claude-code-plugin --skill logs
vercel ls
vercel logs <deployment-url>
Follow logs in real-time:
vercel logs <deployment-url> --follow
Take vercel/logs from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.