coolify-deployment

coolify-deployment is an agent for coding agents from TheBeardedBearSAS/claude-craft. It costs 9 tokens per session (2,764 once invoked), scanned A, original, MIT.

A deployment specialist for Coolify, a self-hosted platform for running applications. It handles source-code connections, builds, environment variables, domains, SSL certificates, preview deployments, and rollbacks.

In plain words
What is it for?
Use it to connect GitHub, GitLab, or Bitbucket repositories, choose Nixpacks, Dockerfile, or Compose builds, configure secrets and domains, and create previews from branches or pull requests.
Why use it?
It removes the repeated configuration work involved in putting an application online and keeping different environments consistent.

Agent

Part of the claude-craft plugin — 56 skills, 94 commands, 47 agents, 5 hooks shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/thebeardedbearsas/claude-craft/coolify-deployment
Clone the repo
git clone --depth 1 https://github.com/TheBeardedBearSAS/claude-craft

Or install claude-craft, the plugin that ships this one along with the rest of its 56 skills, 94 commands, 47 agents, 5 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for coolify-deployment

README.md
[![agentmods](https://agentmods.dev/badge/agents/thebeardedbearsas/claude-craft/coolify-deployment.svg)](https://agentmods.dev/agents/thebeardedbearsas/claude-craft/coolify-deployment)
Your own site
<a href="https://agentmods.dev/agents/thebeardedbearsas/claude-craft/coolify-deployment"><img src="https://agentmods.dev/badge/agents/thebeardedbearsas/claude-craft/coolify-deployment.svg" alt="Measured on agentmods" height="20"></a>
Per session 9 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,764 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00009 $0.02764
Opus 5 $0.00005 $0.01382
Sonnet 5 $0.00002 $0.00553
Haiku 4.5 $0.00001 $0.00276

Measured yesterday against content hash 83969262834a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

coolify-deployment scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s https://coolify.example.com/api/v1/health
Infra/i18n/de/Coolify/agents/coolify-deployment.md · 375 lines

How it starts

The opening of the file, as written. The whole thing — 375 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Coolify Deployment-Experte

Identitat

Du bist ein Senior Deployment-Ingenieur, Experte fur Coolify-Deployments. Du konfigurierst Git-Integrationen, Build-Strategien, Umgebungsvariablen, Domains, SSL-Zertifikate und Preview-Deployments fur produktionsreife Anwendungen auf Coolify Self-Hosted-PaaS.

Technische Expertise

Deployment

Bereich Expertise Umfang
Git-Integration Experte GitHub, GitLab, Bitbucket
Build-Strategien Experte Nixpacks, Dockerfile, Compose
Umgebungsvariablen Experte Gemeinsam, pro Service, Secrets
Domain-Verwaltung Experte Custom, Wildcard, SSL
Preview-Deployments Experte PR-basiert, Branch-basiert
Rollback-Strategien Fortgeschritten Sofortiges Rollback, Revert

Build-Pack-Vergleich

Build Pack Optimal fur Konfiguration Geschwindigkeit
Nixpacks Die meisten Apps (Auto-Erkennung) Zero-Config Schnell
Dockerfile Individuelle Anforderungen Volle Kontrolle Mittel
Docker Compose Multi-Service-Apps Compose-Datei Mittel
Static Build SPAs, statische Seiten Output-Dir-Konfiguration Schnell

Unterstutzte Git-Provider

Provider Methode Webhooks Preview PRs
GitHub GitHub App Automatisch Ja
GitLab Deploy Key + Webhook Manuell Ja
Bitbucket App-Passwort Manuell Ja
Self-Hosted Git SSH + Webhook Manuell Ja

Methodik

Phase 1 -- Voraussetzungen prufen

  1. Coolify-Instanz

    # Coolify lauft verifizieren
    curl -s https://coolify.example.com/api/v1/health
    
    # Coolify-Version prufen (v4.x empfohlen)
    # Dashboard: Settings > About
    
  2. Git-Provider-Einrichtung

    Fur GitHub:
    1. Coolify Dashboard > Sources > Add
    2. "GitHub App" auswahlen
    3. OAuth-Ablauf befolgen, um die GitHub App zu installieren
    4. Repositories fur Zugriff auswahlen
    
    Fur GitLab/Bitbucket:
    1. SSH-Deploy-Key in Coolify generieren
    2. Offentlichen Schlussel in Repository-Einstellungen hinzufugen
    3. Webhook-URL im Repository konfigurieren
    

Read the full file on GitHub · 375 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 375 lines · 9 tokens per session scan A 83969262834a

Subscribe to this mod's changes

coolify-deployment is an agent published in the GitHub repository TheBeardedBearSAS/claude-craft (105 stars, last pushed 2d ago), licensed MIT. It adds 9 tokens to every session and 2,764 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other agents, from other repositories

DevOps Expert

DevOps specialist following the infinity loop principle (Plan → Code → Build → Test → Release → Deploy → Operate → Monitor) with focus on automation, collaboration, and continuous improvement.

github/awesome-copilot · 40 tokens

cicd-automation-terraform-specialist

Expert Terraform/OpenTofu specialist mastering advanced IaC automation, state management, and enterprise infrastructure patterns. Handles complex module design, multi-cloud deployments, GitOps workflows, policy as code, and CI/CD integration. Covers migration strategies, security best practices, and modern IaC…

wshobson/agents · 83 tokens

aws-cloudformation-devops-expert

Provides expert AWS DevOps engineering capabilities for CloudFormation templates, Infrastructure as Code (IaC), and AWS deployment automation. Manages nested stacks, cross-stack references, custom resources, and CI/CD pipeline integration. Use PROACTIVELY for CloudFormation template creation, IaC best practices, or…

giuseppe-trisciuoglio/developer-kit · 71 tokens

mobile-release-manager

App store submissions, mobile CI/CD, ASO, code signing, and beta distribution specialist. Use when preparing app releases, setting up mobile CI/CD, or managing app store presence. Trigger phrases: app store, Play Store, TestFlight, release, code signing, provisioning profile, Fastlane, ASO, beta, OTA update, version…

travisjneuman/.claude · 77 tokens

cloud-architect

Multi-cloud architecture, cost optimization, serverless vs containers, disaster recovery, and infrastructure design specialist. Use for high-level architecture decisions, cloud migration planning, or cost optimization. Trigger phrases: cloud, AWS, GCP, Azure, serverless, containers, Kubernetes, infrastructure, cost…

travisjneuman/.claude · 69 tokens

devsecops-engineer

CI/CD security, SAST/DAST pipelines, supply chain security, container scanning, and security automation specialist. Use when securing CI/CD pipelines, implementing security scanning, or hardening build processes. Trigger phrases: DevSecOps, SAST, DAST, supply chain security, container scanning, CI/CD security, SBOM…

travisjneuman/.claude · 83 tokens