openase: Skill for Codex

.codex/skills/deploy-coolify-review-env/SKILL.md

deploy-coolify-review-env is a skill for Codex from PacificStudio/openase. It costs 49 tokens per session (1,045 once invoked), scanned A, original, Apache-2.0.

A branch-specific preview deployment in Coolify, a service for running applications from a code repository.

In plain words
What is it for?
Creating and deleting a Coolify review environment with one command, using environment variables for repository, server, project, and access settings.
Why use it?
It lets people review a ticket’s current branch in a temporary online environment without manually rebuilding deployment settings each time.

Skill for Codex

Written for Codex: installed under .codex/. Also seen: mentions Codex.

This is PacificStudio/openase's own configuration. It tells Codex how to work on openase 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 openase configures →

Reuse

Borrowing it

Nothing to install: this file belongs to PacificStudio/openase. 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/PacificStudio/openase/main/.codex/skills/deploy-coolify-review-env/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/PacificStudio/openase

Made for: Codex.

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 deploy-coolify-review-env

README.md
[![agentmods](https://agentmods.dev/badge/skills/pacificstudio/openase/deploy-coolify-review-env.svg)](https://agentmods.dev/skills/pacificstudio/openase/deploy-coolify-review-env)
Your own site
<a href="https://agentmods.dev/skills/pacificstudio/openase/deploy-coolify-review-env"><img src="https://agentmods.dev/badge/skills/pacificstudio/openase/deploy-coolify-review-env.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,045 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00049 $0.01045
Opus 5 $0.00024 $0.00522
Sonnet 5 $0.00010 $0.00209
Haiku 4.5 $0.00005 $0.00104

Measured 7d ago against content hash 51563d9b5b12, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

deploy-coolify-review-env scanned grade A with 0 findings 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 7d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/common.sh, scripts/delete_review_env.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.codex/skills/deploy-coolify-review-env/SKILL.md · 131 lines

How it starts

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

Deploy Coolify Review Env

Goal

  • Deploy the current ticket branch into a deterministic Coolify preview environment with a single command.
  • Delete the same preview environment with a single command.
  • Keep all configuration env-driven so the skill stays lightweight and reusable.
  • Default to a single fixed Coolify project/environment pair so agents can call the scripts directly without reconstructing deployment coordinates each run.

Required Runtime Environment

Set these environment variables either in the skill-local .env file or on the agent machine / provider runtime:

  • COOLIFY_BASE_URL
  • COOLIFY_API_TOKEN
  • COOLIFY_PROJECT_UUID
  • COOLIFY_SERVER_UUID
  • COOLIFY_DESTINATION_UUID
  • COOLIFY_GIT_REPOSITORY
  • COOLIFY_PORTS_EXPOSES
  • COOLIFY_ENVIRONMENT_NAME
  • COOLIFY_TEMPLATE_APPLICATION_UUID

Repository Access Mode

Set COOLIFY_REPOSITORY_MODE to one of:

  • public (default)
  • private-github-app
  • private-deploy-key

If COOLIFY_REPOSITORY_MODE=private-github-app, also set:

  • COOLIFY_GITHUB_APP_UUID

If COOLIFY_REPOSITORY_MODE=private-deploy-key, also set:

  • COOLIFY_PRIVATE_KEY_UUID

Optional Runtime Environment

  • COOLIFY_BUILD_PACK (default dockerfile)
  • COOLIFY_BASE_DIRECTORY
  • COOLIFY_PUBLISH_DIRECTORY
  • COOLIFY_DOCKERFILE_LOCATION
  • COOLIFY_INSTALL_COMMAND
  • COOLIFY_BUILD_COMMAND
  • COOLIFY_START_COMMAND
  • COOLIFY_HEALTH_CHECK_ENABLED
  • COOLIFY_HEALTH_CHECK_PATH
  • COOLIFY_HEALTH_CHECK_PORT
  • COOLIFY_AUTOGENERATE_DOMAIN
  • COOLIFY_DOMAIN_TEMPLATE where {{name}} becomes the generated app name
  • COOLIFY_DESCRIPTION_PREFIX (default OpenASE review env)
  • COOLIFY_ENV_PREFIX (default review)
  • COOLIFY_NAME_MAX_LENGTH (default 48)

Secret Storage

  • The scripts automatically load .codex/skills/deploy-coolify-review-env/.env when the skill is injected into a runtime.
  • Explicit runtime environment variables override values from the skill-local .env.
  • Start from .env.example, then fill the real secrets into .env.

Read the full file on GitHub · 131 lines

Files

What ships with it

2 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. 7d ago First seen · 131 lines · 49 tokens per session scan A 51563d9b5b12

Subscribe to this mod's changes

deploy-coolify-review-env is a skill published in the GitHub repository PacificStudio/openase (265 stars, last pushed 29d ago), licensed Apache-2.0. It adds 49 tokens to every session and 1,045 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

vercel-deploy

Deploy applications and websites to Vercel. Use this skill when the user requests deployment actions such as "Deploy my app", "Deploy this to production", "Create a preview deployment", "Deploy and give me the link", or "Push this live". No authentication required - returns preview URL and claimable deployment link.

bytedance/deer-flow · 69 tokens

ondb

A logical analysis and reasoning tool for AI. Use when decomposing documents into structured knowledge, querying entities and relations, validating consistency, or indexing files. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", "analyze this document", entity CRUD, or cross-skill…

x-cmd/x-cmd · 71 tokens

artifact-deploy

One-click deploy a user's pre-built app/artifact into their OWN AWS account and get a global public HTTPS link (Vercel-like), with a default TTL and promote-to-persistent. Use when the user says "deploy this", "ship this demo", "give me a public link", "share this externally", or "deploy to AWS".

kirodotdev/KiroCrew · 74 tokens

claw-admin

Claw system administration: service management, IM connections, logs, cron, and workspace diagnostics. Use when the user asks to manage claw services, connect/disconnect IM platforms, view logs, or perform system-wide operations.

x-cmd/x-cmd · 48 tokens

x-nets

Enhanced netstat module with cached data and structured output. View network connections, routing tables, and interface statistics in interactive or TSV/CSV formats. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.

x-cmd/x-cmd · 69 tokens

install

Install software any way the system allows. Recommends x install — one front door listing every method and picking the best; plus x eget/x env use/x pixi channels and system package managers with mirror switching. All x-cmd channels install in $HOME — no sudo, no pollution. Use for "install", "apt", "brew", "eget"…

x-cmd/x-cmd · 99 tokens