odoo-assistant-mcp: Skill for Claude Code

.agents/skills/coolify/SKILL.md

coolify is a skill for Claude Code from singleflo/odoo-assistant-mcp. It costs 99 tokens per session (1,111 once invoked), scanned A, original, MIT.

Guidance for using Coolify, a self-hosted platform for deploying applications, databases, and services on your own infrastructure. It covers the REST API, Git-based deployments, build methods, environment settings, continuous delivery, and reverse-proxy configuration.

In plain words
What is it for?
Use it to deploy and manage applications and services through Coolify, trigger releases from Git or an API, configure environments, and set up continuous integration and delivery.
Why use it?
It explains how to automate deployments while keeping the hosting infrastructure under your control. It also helps distinguish application deployment tasks from installing or managing Coolify itself.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: installed under .agents/ (shared by several agents).

This is singleflo/odoo-assistant-mcp's own configuration. It tells Claude Code how to work on odoo-assistant-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything odoo-assistant-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to singleflo/odoo-assistant-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/singleflo/odoo-assistant-mcp/main/.agents/skills/coolify/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/singleflo/odoo-assistant-mcp

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for coolify

README.md
[![agentmods](https://agentmods.dev/badge/skills/singleflo/odoo-assistant-mcp/coolify/github.svg)](https://agentmods.dev/skills/singleflo/odoo-assistant-mcp/coolify)
Your own site
<a href="https://agentmods.dev/skills/singleflo/odoo-assistant-mcp/coolify"><img src="https://agentmods.dev/badge/skills/singleflo/odoo-assistant-mcp/coolify/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for coolify

Your own site · 80×15
<a href="https://agentmods.dev/skills/singleflo/odoo-assistant-mcp/coolify"><img src="https://agentmods.dev/badge/skills/singleflo/odoo-assistant-mcp/coolify.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,111 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00099 $0.01111
Opus 5 $0.00049 $0.00556
Sonnet 5 $0.00020 $0.00222
Haiku 4.5 $0.00010 $0.00111

Measured today against content hash 178208acbed6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-17, from the pricing page.

Security

Grade A, and why

coolify scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

| Webhook deploy | `curl GET <webhook_url> -H "Authorization: Bearer ..."` | Controlled deploys from CI pipelines |
.agents/skills/coolify/SKILL.md · 72 lines

How it starts

The opening of the file, as written. The whole thing — 72 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Coolify

Overview

Coolify is a self-hosted PaaS (Vercel/Netlify alternative) that deploys applications, databases, and services on your own infrastructure. It provides a REST API for programmatic control, supports multiple build packs, and uses Traefik for reverse proxy and SSL.

When to use: Deploying applications to self-hosted infrastructure, managing databases and services through API, automating deployments via CI/CD, self-hosting without vendor lock-in.

When NOT to use: Initial Coolify server installation (use the official install script via browser), managing Coolify's own infrastructure (Postgres, Redis — managed internally), or when a managed platform (Vercel, Railway) meets your needs without self-hosting requirements.

Quick Reference

Pattern Approach Key Points
API auth Authorization: Bearer <token> header Token created in dashboard, scoped permissions
List applications GET /api/v1/applications Returns all apps with status and config
Trigger deploy GET /api/v1/deploy?uuid=<app>&force=true Or use per-app webhook URL
Create application POST /api/v1/applications/public Requires project_uuid, server_uuid, env_name
Update application PATCH /api/v1/applications/<uuid> Accepts build, health check, domain, limit fields
Auto-deploy Enable in Advanced > General Deploys on every push to configured branch
Webhook deploy curl GET <webhook_url> -H "Authorization: Bearer ..." Controlled deploys from CI pipelines
GitHub Actions deploy Build image, push to registry, trigger webhook Full control over build + test before deploy
Nixpacks build Auto-detected from source code Zero-config for supported languages
Dockerfile build Set build pack to dockerfile Full control over build process
Compose build docker-compose.yaml as source of truth Multi-service stacks with Coolify labels
Environment variables API or dashboard per-environment Interpolated in Compose via ${VAR} syntax
Domain routing fqdn field or Traefik labels in Compose Automatic SSL via Let's Encrypt
Health checks Configurable path, interval, retries via API Required for running:healthy status

Read the full file on GitHub · 72 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 72 lines · 99 tokens per session scan A 178208acbed6

Subscribe to this mod's changes

coolify is a skill published in the GitHub repository singleflo/odoo-assistant-mcp (1 stars, last pushed today), licensed MIT. It adds 99 tokens to every session and 1,111 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-16.

Related

Other skills, from other repositories

agui-tauri-windows-signing

Configure and troubleshoot Authenticode code signing for Tauri Windows builds (.exe / .msi) using the AG-UI organization's DigiCert code-signing certificate stored in Azure Key Vault (non-exportable RSA-HSM key), signed via AzureSignTool authenticated with GitHub OIDC. Covers tauri.conf.json signCommand wiring, the CI…

CopilotKit/OpenBot · 202 tokens

atmos-hooks

Atmos hooks: lifecycle events, hook kinds, command/store/git/security hooks, step/steps hooks, when: conditions, scoping and overrides, toolchain integration, --skip-hooks, and Atmos Pro/local output.

cloudposse/atmos · 46 tokens

atmos-modernization

Atmos Modernization: migrate deprecated or legacy Atmos patterns to current names, Native CI, Atmos Pro drift detection, dependencies.components, nametemplate, and declared secrets.

cloudposse/atmos · 36 tokens

atmos-pro

Atmos Pro setup and workflows: settings.pro, GitHub OIDC, affected and inventory uploads, stack locks, pro commit, workflow dispatch, merge queues, and drift detection.

cloudposse/atmos · 38 tokens

atmos-sbom

Atmos SBOM provenance: CycloneDX and SPDX generation from vendor and Terraform evidence, coverage diagnostics, NTIA validation, and native CI workflow-artifact publication.

cloudposse/atmos · 36 tokens

atmos-version

Atmos Version Tracker: version tracks, lock files, managed external dependency versions, atmos version track commands, !version, file managers, update policy, pinning, and CI verification.

cloudposse/atmos · 39 tokens