Logs
This skill captures and displays Vercel deployment logs in real-time, providing instant insights into your application's performance and troubleshooting.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add logs npx -- -y @trustedskills/logs
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"logs": {
"command": "npx",
"args": [
"-y",
"@trustedskills/logs"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The logs skill provides access to deployment logs from Vercel deployments. It allows you to view detailed information about your deployments, including build steps, errors, and resource usage. This enables debugging and monitoring of your applications hosted on Vercel.
When to use it
- Troubleshooting Deployment Errors: Investigate failed builds or unexpected behavior after a deployment.
- Monitoring Application Performance: Track resource consumption and identify potential bottlenecks during deployments.
- Auditing Deployment History: Review past deployments, their associated logs, and changes made.
- Debugging Production Issues: Analyze logs to diagnose problems occurring in your live Vercel environment.
Key capabilities
- Accesses Vercel deployment logs.
- Provides detailed build information.
- Displays error messages and resource usage data.
- Allows review of past deployments.
Example prompts
- "Show me the logs for my last deployment to production."
- "What were the errors during the build process for commit [commit hash]?"
- "Can you summarize the resource usage for my staging deployment?"
Tips & gotchas
Requires access to a Vercel account and project. The level of detail available in the logs depends on your Vercel plan and configuration.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.