Claude Skills
CollectionsCompareWorkflowsNominate
Sign inSign up
© 2026 Curated Agent Skills·Learn more about Agent Skills
Back to repository

logs

verified

View Vercel deployment logs. Use when the user says "show logs", "check logs", "vercel logs", or "what went wrong with the deployment".

View on GitHub

Marketplace

vercel-plugins

vercel/vercel-deploy-claude-code-plugin

Plugin

vercel

Repository
Verified Org

vercel/vercel-deploy-claude-code-plugin
5stars

skills/logs/SKILL.md

Last Verified

February 1, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/vercel/vercel-deploy-claude-code-plugin/blob/main/skills/logs/SKILL.md -a claude-code --skill logs

Installation paths:

Claude
.claude/skills/logs/
Powered by add-skill CLI

Instructions

# 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

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
296 chars