coolify-debug

coolify-debug is a command for coding agents from TheBeardedBearSAS/claude-craft. It costs 6 tokens per session (1,924 once invoked), scanned B, original, MIT.

Diagnose Coolify deployment issues.

Command

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 commands/thebeardedbearsas/claude-craft/coolify-debug
Clone the repo
git clone --depth 1 https://github.com/TheBeardedBearSAS/claude-craft

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-debug

README.md
[![agentmods](https://agentmods.dev/badge/commands/thebeardedbearsas/claude-craft/coolify-debug.svg)](https://agentmods.dev/commands/thebeardedbearsas/claude-craft/coolify-debug)
Your own site
<a href="https://agentmods.dev/commands/thebeardedbearsas/claude-craft/coolify-debug"><img src="https://agentmods.dev/badge/commands/thebeardedbearsas/claude-craft/coolify-debug.svg" alt="Measured on agentmods" height="20"></a>
Per session 6 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,924 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. Scan, not verified.
Origin unknown 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.00006 $0.01924
Opus 5 $0.00003 $0.00962
Sonnet 5 $0.00001 $0.00385
Haiku 4.5 $0.00001 $0.00192

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

Security

Grade B, and why

coolify-debug scanned grade B with 2 findings 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 today.

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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

sudo ufw status verbose

Makes network callslowCapability

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

curl -s -o /dev/null -w "%{http_code}" https://{domain}
Infra/i18n/de/Coolify/commands/coolify-debug.md · 253 lines

How it starts

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

Coolify-Diagnose

Du bist ein Coolify-Debugging-Experte. Du musst Deployment- und Laufzeitprobleme auf Coolify Self-Hosted-PaaS diagnostizieren und beheben.

Argumente

$ARGUMENTS

Argumente:

  • Symptom oder Fehlermeldung
  • (Optional) Service-Name
  • (Optional) Kontext: build, runtime, networking, ssl

Beispiel: /coolify:debug "502 Bad Gateway auf app.example.com" oder /coolify:debug "Build fehlschlagt mit OOM" service:api

Plan-Modus

Der Plan-Modus wird automatisch aktiviert, wenn der Umfang mehrere Module umfasst oder eine modulübergreifende Untersuchung erfordert.

MISSION

Schritt 1: Symptome erfassen

══════════════════════════════════════════════════════════════
COOLIFY-DIAGNOSE
══════════════════════════════════════════════════════════════

Service: {name}
Typ: {Application / Database / Docker Compose}
Build Pack: {Nixpacks / Dockerfile / Compose}

──────────────────────────────────────────────────────────────
GEMELDETES SYMPTOM
──────────────────────────────────────────────────────────────

{Problembeschreibung}

### Symptom-Klassifizierung
| Kategorie | Wahrscheinlichkeit |
|-----------|-------------------|
| Build-Fehler | {Hoch/Mittel/Niedrig} |
| Laufzeitfehler | {Hoch/Mittel/Niedrig} |
| Netzwerk | {Hoch/Mittel/Niedrig} |
| SSL/TLS | {Hoch/Mittel/Niedrig} |
| Webhook/Git | {Hoch/Mittel/Niedrig} |
| Speicher | {Hoch/Mittel/Niedrig} |

Schritt 2: Deployment-Status und Logs prufen

# Coolify-Services prufen
docker ps --filter "name=coolify" --format "table {{.Names}}\t{{.Status}}"

# Anwendungscontainer prufen
docker ps -a --format "table {{.Names}}\t{{.Status}}\t{{.Ports}}"

# Anwendungslogs (vom Coolify-Dashboard oder CLI)
docker logs <container-name> --tail 200 2>&1

# Traefik-Proxy-Logs
docker logs coolify-proxy --tail 100 2>&1 | grep -i "error\|warn"

# Systemressourcen
free -h
df -h /var/lib/docker
──────────────────────────────────────────────────────────────
DEPLOYMENT-STATUS
──────────────────────────────────────────────────────────────

| Prufung | Ergebnis | Details |
|---------|----------|---------|
| Container-Zustand | {running/exited/restarting} | {Laufzeit oder Exit-Code} |
| Health Check | {healthy/unhealthy/none} | {Letztes Prufungsergebnis} |
| Traefik-Route | {aktiv/fehlend} | {Domain-Routing-Status} |
| Letztes Deploy | {Erfolg/Fehlgeschlagen} | {Zeitstempel} |
| Ressourcen | {OK/Warnung} | CPU: {%}, RAM: {verwendet/gesamt} |
| Festplatte | {OK/Warnung} | {verwendet/gesamt} ({Prozent}) |

Read the full file on GitHub · 253 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. today First seen · 253 lines · 6 tokens per session scan B efbf161b6cc7

Subscribe to this mod's changes

coolify-debug is a command published in the GitHub repository TheBeardedBearSAS/claude-craft (105 stars, last pushed yesterday), licensed MIT. It adds 6 tokens to every session and 1,924 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it B with 2 findings (asks for root, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.