Deploy Bot

🌐Community
by unarmedpuppy · vlatest · Repository

Automatically deploys code changes to specified environments based on Git branches and configuration files.

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 deploy-bot npx -- -y @trustedskills/deploy-bot
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "deploy-bot": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/deploy-bot"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The deploy-bot skill automates deployments to various platforms. It handles tasks like building container images, pushing them to registries, and applying configurations. This allows users to streamline their deployment processes and reduce manual intervention.

When to use it

  • Deploying a new version of an application to a staging environment for testing.
  • Automating the release process after code merges into a main branch.
  • Rolling back deployments in case of errors or unexpected behavior.
  • Updating configurations on remote servers without manual SSH access.

Key capabilities

  • Container image building
  • Image registry pushing
  • Configuration application
  • Deployment rollback

Example prompts

  • "Deploy the latest version of my web app to staging."
  • "Roll back the last deployment to production."
  • "Build and push a new container image for my API service."

Tips & gotchas

The skill requires access credentials for your target platforms, such as Docker registry login details or server SSH keys. Ensure these are properly configured before using deploy-bot.

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
unarmedpuppy
Installs
8

🌐 Community

Passed automated security scans.