Kamal Deploy
Automates deployment of Kamal applications to specified environments using pre-defined configurations and version control.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add kamal-deploy npx -- -y @trustedskills/kamal-deploy
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"kamal-deploy": {
"command": "npx",
"args": [
"-y",
"@trustedskills/kamal-deploy"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The kamal-deploy skill automates deployments to Kamal, a platform for running and managing AI agents. It handles tasks like building container images, pushing them to a registry, and applying configurations to Kamal instances. This simplifies the process of getting your agent up and running on the Kamal platform.
When to use it
- Deploying an updated version of your AI agent to Kamal.
- Setting up a new AI agent instance on Kamal for testing or production.
- Automating the deployment pipeline for your AI agents, integrating with CI/CD systems.
- Managing configurations and dependencies for your AI agent deployments.
Key capabilities
- Container image building
- Image registry pushing
- Kamal instance configuration application
- Deployment automation
Example prompts
- "Deploy my agent to Kamal using the latest Docker image."
- "Update the configuration of my Kamal deployment with these new settings."
- "Build and push a container image for my AI agent, then deploy it to Kamal."
Tips & gotchas
The skill requires access credentials configured within your environment or provided directly in prompts. Ensure that you have properly set up your Kamal instance before attempting deployments.
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.