Vercel Debug Bundle
Helps with Vercel, debugging as part of testing, debugging, and quality assurance workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add vercel-debug-bundle npx -- -y @trustedskills/vercel-debug-bundle
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"vercel-debug-bundle": {
"command": "npx",
"args": [
"-y",
"@trustedskills/vercel-debug-bundle"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The vercel-debug-bundle skill allows you to bundle and debug Vercel deployments directly within an AI agent's workflow. It simplifies the process of inspecting deployed code, environment variables, and logs for troubleshooting purposes. This skill streamlines debugging workflows by providing a consolidated view of deployment artifacts.
When to use it
- Debugging Deployment Issues: When facing errors or unexpected behavior in a Vercel project, this skill can help pinpoint the root cause.
- Environment Variable Verification: Quickly confirm that environment variables are correctly configured within your deployed application.
- Log Analysis: Examine deployment logs for insights into build processes and runtime issues.
- Code Inspection: Review specific code files or modules within a Vercel deployment to identify potential problems.
Key capabilities
- Bundling of Vercel deployment artifacts
- Environment variable inspection
- Log retrieval and analysis
- Code file access and review
Example prompts
- "Show me the environment variables for my production Vercel deployment."
- "Retrieve the logs from my last Vercel build."
- "Can you display the contents of
src/app.jsin my deployed Vercel project?"
Tips & gotchas
This skill requires access to a Vercel account and appropriate permissions for the target deployment. Ensure your AI agent has been configured with these credentials before attempting to use it.
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 |
🌐 Community
Passed automated security scans.