coolify
v0.1.0Operate Coolify through its official CLI for configuration, deployments, logs, services, databases and infrastructure management.
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
codex plugin marketplace add itsjavi/skills
codex plugin marketplace upgrade local-plugins
codex plugin add coolify@local-pluginsPaste 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-marketplace→coolify@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/skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/coolify/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/coolify-cli/SKILL.md
Included Skills1
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
{
"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"
}
}{
"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"
]
}For maintainers
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)