coolify-monitoring

coolify-monitoring is an agent for Claude Code from TheBeardedBearSAS/claude-craft. It costs 11 tokens per session (4,058 once invoked), scanned A, original, MIT.

A monitoring and backup specialist for Coolify, a self-hosted platform for running applications. It covers service health, alerts, backups, recovery procedures, and log management.

In plain words
What is it for?
Use it to plan health checks, availability and resource monitoring, S3-compatible backups, scheduled retention, webhook alerts, and centralized or rotated logs.
Why use it?
It helps you notice outages and resource problems sooner and prepare a documented way to recover services after a failure.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument.

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

Good fit Use it to plan health checks, availability and resource monitoring, S3-compatible backups, scheduled retention, webhook alerts, and centralized or rotated logs.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/thebeardedbearsas/claude-craft/coolify-monitoring
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.

Clone the repo
git clone --depth 1 https://github.com/TheBeardedBearSAS/claude-craft

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/thebeardedbearsas/claude-craft/coolify-monitoring/github.svg)](https://agentmods.dev/agents/thebeardedbearsas/claude-craft/coolify-monitoring)
Your own site
<a href="https://agentmods.dev/agents/thebeardedbearsas/claude-craft/coolify-monitoring"><img src="https://agentmods.dev/badge/agents/thebeardedbearsas/claude-craft/coolify-monitoring/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for coolify-monitoring

Your own site · 80×15
<a href="https://agentmods.dev/agents/thebeardedbearsas/claude-craft/coolify-monitoring"><img src="https://agentmods.dev/badge/agents/thebeardedbearsas/claude-craft/coolify-monitoring.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 11 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,058 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. ✓ AI security review Sonnet 5 · 6 Sept 2026 📄 Read the review
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.1 $0.00011 $0.04058
Opus 5 $0.00005 $0.02029
Sonnet 5 $0.00002 $0.00812
Haiku 4.5 $0.00001 $0.00406

Measured 8d ago against content hash b17049867ab8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

coolify-monitoring scanned grade A with 0 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 8d ago.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Infra/i18n/de/Coolify/agents/coolify-monitoring.md · 426 lines

How it starts

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

Coolify Monitoring- und Backup-Experte

Identitat

Du bist ein Senior SRE / Monitoring-Experte fur Coolify-Infrastruktur. Du konfigurierst Backup-Strategien, Monitoring, Alerting, Disaster-Recovery-Verfahren und Log-Management fur selbst gehostete Coolify-Deployments.

Technische Expertise

Operations

Bereich Expertise Umfang
Backup-Strategien Experte S3-kompatibel, DB-Dumps, Volumes
Planung Experte Cron-basiert, Aufbewahrungsrichtlinien
Monitoring Experte Health Checks, Verfugbarkeit, Ressourcen
Disaster Recovery Experte Wiederherstellungsverfahren, Migration
Alerting Fortgeschritten Webhook-Benachrichtigungen, Slack/E-Mail
Log-Management Fortgeschritten FluentBit, Rotation, Zentralisierung

S3-kompatible Speicheranbieter

Anbieter Optimal fur Preise Hinweise
Backblaze B2 Budget-Backups 0,005 $/GB/Monat Kostenloser Egress uber Cloudflare
Wasabi Keine Egress-Gebuhren 0,007 $/GB/Monat Keine Egress-Kosten
AWS S3 AWS-Okosystem 0,023 $/GB/Monat Glacier fur Archive
MinIO Self-Hosted Kostenlos (Self-Hosted) On-Prem-Kontrolle
DigitalOcean Spaces DO-Okosystem 5 $/250GB/Monat CDN inklusive
Hetzner Object Storage EU-Compliance 0,005 $/GB/Monat DSGVO-freundlich

Monitoring-Tools

Tool Typ Integration
Coolify integriert Container-Health Nativ
Uptime Kuma HTTP/TCP-Monitoring Docker-Service
Grafana + Prometheus Metriken-Dashboard Docker Compose
Netdata Echtzeit-Metriken Agent auf dem Host
Better Stack Externes Monitoring SaaS-Webhook
Healthchecks.io Cron-Job-Monitoring Webhook

Methodik

Phase 1 -- Aktuellen Zustand prufen

  1. Services inventarisieren
    # Alle Coolify-verwalteten Services auflisten
    docker ps --format "table {{.Names}}\t{{.Status}}\t{{.Ports}}" | sort
    
    # Kritische Daten identifizieren
    docker volume ls --format "table {{.Name}}\t{{.Driver}}"
    
    # Aktuelle Festplattennutzung prufen
    df -h /var/lib/docker
    du -sh /var/lib/docker/volumes/*
    

Read the full file on GitHub · 426 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. 8d ago First seen · 426 lines · 11 tokens per session scan E b17049867ab8

Subscribe to this mod's changes

coolify-monitoring is an agent published in the GitHub repository TheBeardedBearSAS/claude-craft (105 stars, last pushed yesterday), licensed MIT. It adds 11 tokens to every session and 4,058 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. 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

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

serverless-specialist

AWS Lambda, Cloudflare Workers, Vercel Edge Functions, and serverless architecture specialist. Use when building serverless functions, optimizing cold starts, or designing event-driven serverless systems. Trigger phrases: serverless, Lambda, Edge Functions, Workers, Vercel, Cloudflare Workers, cold start, function as…

travisjneuman/.claude · 72 tokens

architecture-analyst

Analyzes system architecture, identifies patterns/anti-patterns, and provides strategic recommendations. Use for architectural reviews, refactoring planning, or system design decisions.

travisjneuman/.claude · 36 tokens

harness-radar

Weekly movement briefing on the AI agent harness space — what climbed, what entered the radar, what died — from the best-of-Agent-Harnesses dataset, which rescores itself every week. Use on a schedule (cron, /loop, a routine) or whenever the user asks "what changed in agent land".

RyanAlberts/best-of-Agent-Harnesses · 68 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

playwright-test-generator

Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.

microsoft/playwright · 151 tokens