Kamal Deploy

🌐Community
by nityeshaga · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add kamal-deploy npx -- -y @trustedskills/kamal-deploy
2

Or manually add to ~/.claude/settings.json

~/.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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
nityeshaga
Installs
4

🌐 Community

Passed automated security scans.