Deploy Bot

SkillCloud & infra

The user specifies the environment as an argument: /deploy-bot dev, /deploy-bot eval, or /deploy-bot prod. If not provided, ask which environment to deploy to.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Deploy Bot skill

About this capability

Gradient Bang is an online multiplayer universe where you explore, trade, battle, and collaborate with other players and with LLMs

What this skill tells your AI

The instructions your AI receives, as published by pipecat-ai/gradient-bang in .claude/skills/deploy-bot/SKILL.md and read by ahel’s review.

Deploys the bot to Pipecat Cloud using cloud builds.

Parameters

The user specifies the environment as an argument: /deploy-bot dev, /deploy-bot eval, or /deploy-bot prod. If not provided, ask which environment to deploy to.

  • dev → config file: deployment/pcc-deploy.dev.toml
  • eval → config file: deployment/pcc-deploy.eval.toml
  • prod → config file: deployment/pcc-deploy.prod.toml

Steps

1. Deploy to Pipecat Cloud

pipecat cloud deploy --config-file deployment/pcc-deploy.<env>.toml --yes

The --yes flag skips all confirmation prompts. Pipecat Cloud will build the Docker image remotely using the Dockerfile and context specified in the toml file.

2. Verify

Report the result. The deploy command has a 90-second health check window that will often time out with a message like "Deployment did not enter ready state within 90 seconds." This is normal — the deployment was still submitted successfully. Treat this as a successful deploy and report the agent name.

If the build fails, check the build logs using the build ID from the error output:

pipecat cloud build logs <build-id>

Important notes

  • Config files are at deployment/pcc-deploy.dev.toml, deployment/pcc-deploy.eval.toml, and deployment/pcc-deploy.prod.toml.
  • The .dockerignore at the repo root controls what gets included in the build context.
  • Secrets should already be configured on Pipecat Cloud. If the user hasn't set secrets yet, remind them to do so.

Signals

GitHub stars
419
Forks
67
Last commit
Jun 2026
Advanced
Catalog kind
skill
Gateway key
deploy-bot
Source
github.com/pipecat-ai/gradient-bang
Deploy Bot (deploy-bot): Skill · ahel