Back to registry
cloud-platform bearer auth 1 pinned sources 10 files

Coolify

Generated Coolify CLI and agent Skill for applications, servers, deployments, and teams.

$ coolify search "list applications" --json
CLI binaries 6 platform builds
Skill Included in CLI
Source refs 1 pinned inputs
Smoke intent list applications
01 Schema coolify commands schema --json
02 Catalog coolify commands --json
03 Search coolify search "list applications" --json
Recipe structure

Files

10 files
builds/coolify.json json
{
  "schema_version": 1,
  "recipe": "coolify",
  "cli_name": "coolify",
  "generated_at": "2026-08-21T06:45:17.120Z",
  "lathe_version": "lathe v0.5.2 (none, unknown)",
  "gate": {
    "verdict": "GO",
    "generated_at": "2026-08-21T06:45:17.120Z",
    "lathe_version": "lathe v0.5.2 (none, unknown)",
    "command_count": 189,
    "group_count": 20,
    "skill_included": true,
    "warnings": [
      "W2"
    ]
  },
  "source_refs": [
    {
      "name": "coolify",
      "display_name": "coolify",
      "backend": "openapi3",
      "repo_url": "https://github.com/coollabsio/coolify",
      "pinned_tag": "2180a5e7effdf8a994eaeb871d0ac77fa0be8fea",
      "files": [
        "openapi.yaml"
      ]
    }
  ],
  "outputs": {
    "catalog": null,
    "skill": "skills/coolify",
    "cli_artifacts": [
      {
        "os": "darwin",
        "arch": "arm64",
        "format": "tar.gz",
        "binary": "coolify",
        "path": "downloads/coolify-darwin-arm64.tar.gz",
        "size": 3706557,
        "sha256": "sha256:d3f13f950180f2b79fc14541ded5d53a1c123d0e5485feae01d701a7d7d454f8"
      },
      {
        "os": "darwin",
        "arch": "amd64",
        "format": "tar.gz",
        "binary": "coolify",
        "path": "downloads/coolify-darwin-amd64.tar.gz",
        "size": 4005310,
        "sha256": "sha256:93e9d2beff684c23713966c984da59f3dff07ee19cb155e013bbdd59b2ace36b"
      },
      {
        "os": "linux",
        "arch": "amd64",
        "format": "tar.gz",
        "binary": "coolify",
        "path": "downloads/coolify-linux-amd64.tar.gz",
        "size": 3941833,
        "sha256": "sha256:845439d96b06f5199b590894cc11395d7a08172cff060d6e4fddd0f47566c98d"
      },
      {
        "os": "linux",
        "arch": "arm64",
        "format": "tar.gz",
        "binary": "coolify",
        "path": "downloads/coolify-linux-arm64.tar.gz",
        "size": 3571028,
        "sha256": "sha256:8559fb273e38548b36344e84feb86a96df3c1e668d405f842ad621f4a54754c2"
      },
      {
        "os": "windows",
        "arch": "amd64",
        "format": "tar.gz",
        "binary": "coolify.exe",
        "path": "downloads/coolify-windows-amd64.tar.gz",
        "size": 4061814,
        "sha256": "sha256:154cf1f14ebe13bf51c3d872776f57d32327ad510cfa46bda849c8e9fd004c0c"
      },
      {
        "os": "windows",
        "arch": "arm64",
        "format": "tar.gz",
        "binary": "coolify.exe",
        "path": "downloads/coolify-windows-arm64.tar.gz",
        "size": 3630353,
        "sha256": "sha256:6186b353cf7c0af221c04e5693b4051f80767042882be4ead614a9f5c54b0aa8"
      }
    ]
  }
}

Coolify

This recipe generates the coolify CLI and agent Skill for Coolify applications, servers, deployments, databases, and teams.

API and authentication

Create an API token in Coolify:

coolify auth login --hostname <host>
coolify auth status --hostname <host>

Use app.coolify.io for Coolify Cloud or the hostname of a self-hosted instance.

Install the Skill

coolify skill install --scope user --agent codex --yes

Agent workflow

coolify commands --json
coolify search "list applications" --json

Use the returned command path with coolify commands show before execution. Bump the pin in specs/sources.yaml when upgrading the Coolify API.