Agent Plugins Marketplace
All plugins

coolify

v0.1.0

Operate Coolify through its official CLI for configuration, deployments, logs, services, databases and infrastructure management.

CodexClaude Code1 Skill

By JaviLicense: MIT1 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 9, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install coolify for Codex and Claude Code

Installs for the current user
codex plugin marketplace add itsjavi/skills
codex plugin marketplace upgrade local-plugins
codex plugin add coolify@local-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the local-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “coolify” remain stable.

  • Codex: coolify@agent-plugin-marketplacecoolify@local-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/itsjavi/skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/coolify/.

Plugin files

plugins/coolify/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/coolify-cli/SKILL.md

Included Skills1

coolify-cliskills/coolify-cli/SKILL.md

Operate Coolify instances through the official coollabsio/coolify-cli. Use for CLI setup and authentication, resource inspection, deployments, logs, application configuration, environment variables, databases, services, backups, and infrastructure management in Coolify.

Plugin manifests2

plugins/coolify/.codex-plugin/plugin.json
{
  "name": "coolify",
  "version": "0.1.0",
  "description": "Operate Coolify through its official CLI for configuration, deployments, logs, services, databases and infrastructure management.",
  "author": {
    "name": "Javi"
  },
  "homepage": "https://github.com/itsjavi/skills/tree/main/plugins/coolify",
  "repository": "https://github.com/itsjavi/skills",
  "license": "MIT",
  "skills": "./skills/",
  "keywords": [
    "coolify",
    "deployment",
    "infrastructure",
    "cli"
  ],
  "interface": {
    "displayName": "Coolify",
    "shortDescription": "Manage Coolify services through the CLI.",
    "longDescription": "Operate Coolify through its official CLI for configuration, deployments, logs, services, databases and infrastructure management.",
    "developerName": "Javi",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "brandColor": "#FF8F7A",
    "defaultPrompt": [
      "Inspect the Coolify application and its deployment status.",
      "Diagnose this Coolify deployment using its configuration and logs."
    ],
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/icon.png",
    "logoDark": "./assets/icon.png"
  }
}
plugins/coolify/.claude-plugin/plugin.json
{
  "name": "coolify",
  "version": "0.1.0",
  "description": "Operate Coolify through its official CLI for configuration, deployments, logs, services, databases and infrastructure management.",
  "author": {
    "name": "Javi"
  },
  "homepage": "https://github.com/itsjavi/skills/tree/main/plugins/coolify",
  "repository": "https://github.com/itsjavi/skills",
  "license": "MIT",
  "skills": "./skills/",
  "keywords": [
    "coolify",
    "deployment",
    "infrastructure",
    "cli"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[coolify on Agent Plugins Marketplace](https://pluginsmp.com/plugins/coolify)