Zeabur Deployment Logs
Analyze Zeabur deployment logs to identify errors, performance bottlenecks, and potential rollback triggers.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add zeabur-deployment-logs npx -- -y @trustedskills/zeabur-deployment-logs
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"zeabur-deployment-logs": {
"command": "npx",
"args": [
"-y",
"@trustedskills/zeabur-deployment-logs"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to access and interpret deployment logs from Zeabur. It retrieves detailed information about deployments, including status, errors, and resource usage. This enables the agent to understand past deployments, troubleshoot issues, and monitor application health within the Zeabur platform.
When to use it
- Troubleshooting Deployment Failures: Investigate why a recent deployment failed by examining error messages and logs.
- Monitoring Application Performance: Track resource usage (CPU, memory) across different deployments to identify performance bottlenecks.
- Auditing Deployment History: Review the sequence of deployments and their associated changes for compliance or debugging purposes.
- Automated Rollbacks: Trigger automated rollback procedures based on deployment failure analysis within the logs.
Key capabilities
- Retrieve deployment status (success, failed, pending)
- Access detailed error messages from deployments
- View resource usage metrics for deployments
- Query logs by deployment ID or timestamp range
Example prompts
- "Show me the logs for deployment 'my-app-v1.2'."
- "What was the status of the last failed deployment?"
- "List all deployments from yesterday and their resource usage."
- “Find any errors in the logs for deployment ‘production’ between 9am and 10am.”
Tips & gotchas
- Requires authentication with a Zeabur account. Ensure your AI agent has the necessary API keys or credentials configured to access your Zeabur environment.
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.