logs

Retrieve and stream Vercel deployment logs for debugging.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/Himanshu040604/codex-skills-setup --skill logs-himanshu040604
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: logs
Source: https://github.com/Himanshu040604/codex-skills-setup/tree/main/assets/codex/skills/claude-import/skills/plugins/vercel%40claude-plugins-official/skills/logs
Command: npx skills add https://github.com/Himanshu040604/codex-skills-setup --skill logs-himanshu040604

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users quickly access and understand the logs for their Vercel deployments, making it easier to debug issues and monitor application status.

Core Features & Use Cases

  • List Deployments: View a list of recent Vercel deployments.
  • View Specific Logs: Retrieve logs for a particular deployment using its URL.
  • Real-time Monitoring: Follow logs in real-time to catch issues as they happen.
  • Use Case: When a deployment fails, use this Skill to check the logs for error messages and identify the root cause.

Quick Start

Use the logs skill to view the logs for the deployment at 'my-app-123.vercel.app'.

Frequently Asked Questions about logs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I view Vercel deployment logs for a failed build?

To view Vercel deployment logs, you can retrieve logs for specific deployments using their URL to check error messages and identify the root cause of build failures.

Can I stream Vercel deployment logs in real-time?

Yes, you can follow Vercel deployment logs in real-time to catch runtime issues and monitor application status as they happen during deployment.

What do I need to fetch Vercel deployment logs?

Fetching Vercel deployment logs requires the Vercel CLI to be authenticated and accessible for listing deployments and retrieving log data.

How do I list recent Vercel deployments to find the right logs?

You can view a list of recent Vercel deployments to locate the specific deployment URL needed before retrieving its corresponding logs.

Why does my Vercel deployment fail and how can I debug it?

Debugging failed Vercel deployments involves checking the deployment logs to find error messages and identify the root cause of build or runtime errors.