🎯

logs

🎯Skill

from vercel/vercel-deploy-claude-code-plugin

VibeIndex|
What it does

Retrieves and displays Vercel deployment logs to help diagnose and troubleshoot deployment issues in real-time.

πŸ“¦

Part of

vercel/vercel-deploy-claude-code-plugin(4 items)

logs

Installation

Install PluginInstall plugin from marketplace
/plugin install vercel@claude-plugins-official
npm installInstall npm package
npm install -g vercel
πŸ“– Extracted from docs: vercel/vercel-deploy-claude-code-plugin
3Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

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

Overview

# Vercel Logs

List Deployments

```bash

vercel ls

```

View Logs

```bash

vercel logs

```

Follow logs in real-time:

```bash

vercel logs --follow

```

Analyze

  • Look for errors or warnings
  • Check for failed function invocations
  • Identify build failures