coolify

Manage self-hosted PaaS deployments via Coolify API and webhooks.

14|5|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/oakoss/agent-skills --skill coolify-oakoss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coolify
Source: https://github.com/oakoss/agent-skills/tree/main/skills/coolify
Command: npx skills add https://github.com/oakoss/agent-skills --skill coolify-oakoss

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the deployment and management of applications, databases, and services on self-hosted infrastructure using the Coolify PaaS.

Core Features & Use Cases

  • API-driven Deployments: Trigger deployments, create applications, and manage services programmatically.
  • Build Pack Flexibility: Supports Nixpacks for zero-config builds, Dockerfiles for custom builds, and Docker Compose for multi-service stacks.
  • CI/CD Integration: Automate deployments via GitHub Actions webhooks for robust pipelines.
  • Use Case: Automatically deploy your latest backend service to your Coolify instance whenever a new Docker image is pushed to your registry, ensuring your infrastructure is always up-to-date.

Quick Start

Use the coolify skill to trigger a deployment for the application with UUID 'app-12345'.

Frequently Asked Questions about coolify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate deployments to a self-hosted PaaS using GitHub Actions?

Automate deployments to a self-hosted PaaS by configuring GitHub Actions webhooks to trigger Coolify API endpoints, creating a CI/CD pipeline that automatically updates your application whenever new code is pushed.

Can I use Nixpacks for zero-config application builds on my own infrastructure?

Yes, Nixpacks provide zero-config builds for your applications on self-hosted infrastructure, allowing the PaaS to automatically detect and compile your stack without requiring a custom Dockerfile.

How do I deploy a multi-service stack with Docker Compose on Coolify?

Deploy a multi-service stack by selecting the Docker Compose build pack strategy within Coolify, which orchestrates and runs your complex application architecture directly on your self-hosted server.

How do I trigger an application deployment programmatically via the Coolify API?

Trigger application deployments programmatically by authenticating with the Coolify API and calling the deployment endpoint with your specific application UUID to initiate the build and release process.

Does Coolify support Dockerfiles for custom application builds?

Yes, Coolify supports Dockerfiles as a build pack strategy, enabling you to define custom build steps and environment configurations for precise control over your application deployment.