What problem does it solve?
This Skill removes the manual friction of managing self-hosted Coolify deployments by providing concise API-driven operations to create services, manage environment variables, control lifecycle actions, and inspect deployment status.
Core Features & Use Cases
- Service creation: Create Docker Compose or service entries remotely using base64-encoded compose payloads and assign them to projects and servers.
- Environment management: List, set, and patch environment variables required by services before starting deployments.
- Lifecycle operations & diagnostics: Start, stop, restart services asynchronously and rely on status polling or SSH container logs for troubleshooting.
- Use case: Programmatically deploy a web service on a Hetzner VPS, attach it to the coolify Docker network, set necessary env vars, and verify the running state.
Quick Start
Use the coolify skill to create a Docker Compose service on server SERVER_UUID in project PROJECT_UUID for the production environment and provide the base64-encoded compose payload.