Kamal Deployment
Automates infrastructure provisioning and application deployment across multiple environments using Kamal's declarative configuration language.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add kamal-deployment npx -- -y @trustedskills/kamal-deployment
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"kamal-deployment": {
"command": "npx",
"args": [
"-y",
"@trustedskills/kamal-deployment"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The kamal-deployment skill automates deployments to Kamal, a Kubernetes distribution. It streamlines the process of releasing applications by handling tasks like building container images, pushing them to registries, and applying deployment configurations. This reduces manual effort and potential errors in your release pipeline.
When to use it
- Deploying a new version of an application to a staging environment for testing.
- Automating rollbacks to previous versions after identifying issues in production.
- Creating repeatable deployment processes across multiple environments (dev, test, prod).
- Integrating deployments into CI/CD pipelines for faster release cycles.
Key capabilities
- Container image building and pushing
- Kubernetes manifest application
- Automated rollbacks
- Environment-specific configuration
Example prompts
- "Deploy the latest version of my web app to the staging environment."
- "Roll back the deployment of my API service to the previous stable release."
- "Build and push the 'backend' container image with tag 'v1.2.3'."
Tips & gotchas
Requires a configured Kamal cluster and appropriate credentials for authentication. Ensure your Kubernetes manifests are correctly formatted and tested before deploying them using this skill.
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.