logs

Fetch and display Vercel deployment logs using the vercel CLI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Folly-Partners/claudesync --skill logs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: logs
Source: https://github.com/Folly-Partners/claudesync/tree/main/plugins/cache/claude-plugins-official/vercel/1.0.0/skills/logs
Command: npx skills add https://github.com/Folly-Partners/claudesync --skill logs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill lets you quickly access and analyze Vercel deployment logs from Claude to streamline debugging and post-release verification.

Core Features & Use Cases

  • List deployments: Retrieve a current list of deployments using the vercel ls command.
  • View logs: Inspect live or historical logs with vercel logs <deployment-url>.
  • Follow logs: Stream logs in real time using vercel logs <deployment-url> --follow.
  • Use Case: When a deployment fails, quickly identify errors and warnings to triage issues without leaving Claude.

Quick Start

Run vercel ls to list deployments, then vercel logs <deployment-url> to view logs, and vercel logs <deployment-url> --follow to stream live logs.

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 debugging?

View Vercel deployment logs by running vercel logs <deployment-url> to inspect historical logs or vercel logs <deployment-url> --follow to stream logs in real time. First, use vercel ls to list your deployments and identify the URL you want to inspect.

Can I monitor Vercel logs in real time from Claude?

Yes, you can stream Vercel deployment logs in real time using the vercel logs <deployment-url> --follow command. This lets you watch logs as they happen without leaving Claude, useful for monitoring active deployments or debugging ongoing issues.

What do I need to use Vercel deployment logs with Claude?

You need the Vercel CLI installed and configured with authentication. The Skill uses vercel ls to list deployments and vercel logs commands to fetch or stream logs, so CLI access to your Vercel account is required.

How do I find which Vercel deployment to check logs for?

Run vercel ls to retrieve your current list of deployments with their URLs and status. This shows all active and recent deployments so you can identify which one to inspect with vercel logs <deployment-url>.

Can I use this to audit logs across multiple Vercel environments?

Yes, this Skill is applicable to debugging, monitoring, and auditing multiple deployments across environments. You can list deployments with vercel ls and inspect logs from any deployment URL to compare issues across staging, preview, or production.