coolify-incident

coolify-incident is a skill for Claude Code, Codex from clezcoding/awesome-coolify. It costs 32 tokens per session (762 once invoked), scanned A, original, MIT.

An incident-response workflow for Coolify, a platform used to deploy and run applications. It helps investigate an application that is down or behaving poorly by examining logs and attempting recovery.

In plain words
What is it for?
Use it to resolve an application, inspect runtime and deployment logs, follow supported live logs, restart the application, and request approval before destructive recovery steps.
Why use it?
It provides an ordered way to identify runtime or deployment problems and starts with a restart before considering more destructive actions.

Skill for Claude CodeCodex

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 skills/clezcoding/awesome-coolify/coolify-incident
Any agent
npx skills add clezcoding/awesome-coolify --skill coolify-incident
Clone the repo
git clone --depth 1 https://github.com/clezcoding/awesome-coolify

Made for: Claude Code, Codex.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/clezcoding/awesome-coolify/coolify-incident.svg)](https://agentmods.dev/skills/clezcoding/awesome-coolify/coolify-incident)
Your own site
<a href="https://agentmods.dev/skills/clezcoding/awesome-coolify/coolify-incident"><img src="https://agentmods.dev/badge/skills/clezcoding/awesome-coolify/coolify-incident.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 762 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00032 $0.00762
Opus 5 $0.00016 $0.00381
Sonnet 5 $0.00006 $0.00152
Haiku 4.5 $0.00003 $0.00076

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

Security

Grade A, and why

coolify-incident 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 3d 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.

skills/coolify-incident/SKILL.md · 101 lines

How it starts

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

Coolify Incident

Install this skill pack (Cursor, Claude Code, Codex):

npx skills add clezcoding/awesome-coolify -a cursor -a claude-code -a codex

MCP prompt analog: incident (src/mcp/prompts.ts)

Related skills: coolify-diagnose · coolify-deploy · coolify-setup

Incident response workflow

  1. Resolve application UUID — from args, .coolify/manifest.json, or ask the user.

  2. Check capabilities:

    system({ action: "version" })
    
  3. Triage and tail application logs:

    diagnose({ action: "logs", mode: "full", uuid: "<uuid>" })
    
  4. Follow a live application symptom when supported:

    application({ action: "logs", uuid: "<uuid>", follow: true })
    
  5. On build or deploy suspicion, inspect deployment logs:

    deployment({ action: "logs", deployment_uuid: "<deployment-uuid>" })
    

    Coolify 4.1.x supports application runtime and deployment logs. Service/database logs are unavailable because their REST endpoints do not exist.

  6. Attempt least-destructive recovery — restart:

    application({ action: "restart", uuid: "<uuid>" })
    
  7. If restart is insufficient — ask the human before destructive actions. Preview emergency redeploy:

    emergency({ action: "redeploy_project", project_uuid: "<project-uuid>", confirm: false })
    

    Retry with confirm: true only after explicit human approval.

  8. Report incident status, actions taken, and recommended follow-up.

Deploy watch after recovery

When redeploying, use coolify-deploy watch-primary flow:

application({ action: "deploy", uuid: "<uuid>", wait: false })
deployment({ action: "watch", deployment_uuid: "<deployment_uuid>", timeout: 300 })

On COOLIFY_WATCH_TIMEOUT, re-call deployment.watch with the same deployment_uuid.

Read the full file on GitHub · 101 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. 3d ago First seen · 101 lines · 32 tokens per session scan A caf1ef5b2d9a

Subscribe to this mod's changes

coolify-incident is a skill published in the GitHub repository clezcoding/awesome-coolify (0 stars, last pushed 4d ago), licensed MIT. It adds 32 tokens to every session and 762 once invoked, about $0.0002 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-08-31.

Related

Other skills, from other repositories

coolify

Operate a Coolify self-hosted PaaS through the @masonator/coolify-mcp server. Use this skill whenever the user asks Claude to inspect, deploy, restart, debug, or manage anything on Coolify — including applications, databases, services, servers, projects, environments, deployments, environment variables, private keys…

StuMason/coolify-mcp · 156 tokens

artifact

Share documents, images, and PDFs with a human as persistent links via the Artifacts MCP server. Use when the user asks to publish or share an artifact, document, diagram, generated image, or PDF with a link.

dbtlr/artifacts · 47 tokens

verify

Run this repo's verification gate — typecheck, the unit suite, the DB-backed suite. Load before running tests, pointing DATABASEURL anywhere, or reporting a unit done.

getpostern/postern · 37 tokens

new-connector

Add or change a source connector, a REGISTRY object, or a migration. Load before writing anything in src/connectors/, src/core/schema.ts, or db/migrations/.

getpostern/postern · 39 tokens

tube-bridge-research

Operate tube-bridge as a coherent YouTube research system: frame questions, discover sources, select subtitle tracks, classify claims, test competing hypotheses, capture timestamped evidence, build and search local corpora, and report traceable conclusions. Use for evidence-oriented YouTube research, transcript…

TheWhiteWater/tube-bridge · 76 tokens

tomtom

TomTom Maps MCP integration — search, routing, traffic, maps, POIs, and EV via hosted endpoint.

Drknght4/hermes-mcp-tomtom · 25 tokens