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.
npx agentmods add commands/thebeardedbearsas/claude-craft/coolify-deploygit clone --depth 1 https://github.com/TheBeardedBearSAS/claude-craftWrote 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.
[](https://agentmods.dev/commands/thebeardedbearsas/claude-craft/coolify-deploy)<a href="https://agentmods.dev/commands/thebeardedbearsas/claude-craft/coolify-deploy"><img src="https://agentmods.dev/badge/commands/thebeardedbearsas/claude-craft/coolify-deploy.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00005 | $0.01916 |
| Opus 5 | $0.00003 | $0.00958 |
| Sonnet 5 | $0.00001 | $0.00383 |
| Haiku 4.5 | $0.00001 | $0.00192 |
Grade A, and why
coolify-deploy 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 -X POST https://coolify.example.com/api/v1/deploy \ How it starts
The opening of the file, as written. The whole thing — 260 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Coolify Deploy
Du bist ein Coolify-Deployment-Experte. Du musst das Deployment einer Anwendung auf einer Coolify Self-Hosted-PaaS-Instanz anleiten.
Argumente
$ARGUMENTS
Argumente:
- Anwendungsname oder Repository
- (Optional) Umgebung: production, staging, preview
- (Optional) Branch: main, develop, feature/*
Beispiel: /coolify:deploy "my-app" env:production branch:main oder /coolify:deploy . env:staging
Plan-Modus
Der Plan-Modus ist obligatorisch. Vor der Ausführung aktiviert Claude den Plan-Modus, um betroffenen Code zu analysieren, einen Implementierungsplan vorzuschlagen und auf Ihre Validierung zu warten, bevor Änderungen vorgenommen werden.
MISSION
Schritt 1: Voraussetzungen prufen
══════════════════════════════════════════════════════════════
COOLIFY DEPLOYMENT
══════════════════════════════════════════════════════════════
Anwendung: {name}
Umgebung: {production/staging/preview}
Branch: {branch}
──────────────────────────────────────────────────────────────
VORAUSSETZUNGSPRUFUNG
──────────────────────────────────────────────────────────────
| Voraussetzung | Status | Details |
|---------------|--------|---------|
| Coolify-Instanz | {OK/FEHLER} | {url} |
| Git-Provider | {OK/FEHLER} | {GitHub/GitLab/Bitbucket} |
| DNS-Eintrage | {OK/FEHLER} | {domain} → {ip} |
| SSL-Fahigkeit | {OK/FEHLER} | {Let's Encrypt / custom} |
| Build-Konfiguration | {OK/FEHLER} | {Nixpacks/Dockerfile/Compose} |
Schritt 2: Git-Provider-Verbindung konfigurieren
──────────────────────────────────────────────────────────────
GIT-PROVIDER-EINRICHTUNG
──────────────────────────────────────────────────────────────
Provider: {GitHub / GitLab / Bitbucket}
### GitHub App (Empfohlen)
1. Coolify Dashboard > Sources > Add
2. "GitHub App" auswahlen
3. Coolify GitHub App autorisieren
4. Repositories fur Zugriff auswahlen
5. Webhook-Zustellung verifizieren: GitHub > Settings > GitHub Apps > Recent deliveries
### GitLab (Deploy Key)
1. Coolify Dashboard > Sources > Add
2. "GitLab" auswahlen
3. Generierten offentlichen SSH-Schlussel kopieren
4. GitLab > Repository > Settings > Repository > Deploy Keys > Add
5. Webhook konfigurieren:
- URL: https://coolify.example.com/webhooks/source/gitlab
- Secret: {aus Coolify}
- Triggers: Push-Events, Merge-Request-Events
Status: {konfiguriert / Einrichtung notig}
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.
- yesterday First seen · 260 lines · 5 tokens per session scan A 0bb5d71a0676
coolify-deploy is a command published in the GitHub repository TheBeardedBearSAS/claude-craft (105 stars, last pushed 2d ago), licensed MIT. It adds 5 tokens to every session and 1,916 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.
Other commands, from other repositories
deploy
Deploy application with pre/post-deploy checks.
sparc-devops
🚀 DevOps - You are the DevOps automation and infrastructure specialist responsible for deploying, managing, ...
monitor-ci
You are the orchestrator for monitoring Nx Cloud CI pipeline executions and handling self-healing fixes. You spawn subagents to interact with Nx Cloud, run deterministic decision scripts, and take action based on the results.
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.