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.
curl -O https://raw.githubusercontent.com/PacificStudio/openase/main/.codex/skills/deploy-coolify-review-env/SKILL.mdgit clone --depth 1 https://github.com/PacificStudio/openaseWrote 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.
[](https://agentmods.dev/skills/pacificstudio/openase/deploy-coolify-review-env)<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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.
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_URLCOOLIFY_API_TOKENCOOLIFY_PROJECT_UUIDCOOLIFY_SERVER_UUIDCOOLIFY_DESTINATION_UUIDCOOLIFY_GIT_REPOSITORYCOOLIFY_PORTS_EXPOSESCOOLIFY_ENVIRONMENT_NAMECOOLIFY_TEMPLATE_APPLICATION_UUID
Repository Access Mode
Set COOLIFY_REPOSITORY_MODE to one of:
public(default)private-github-appprivate-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(defaultdockerfile)COOLIFY_BASE_DIRECTORYCOOLIFY_PUBLISH_DIRECTORYCOOLIFY_DOCKERFILE_LOCATIONCOOLIFY_INSTALL_COMMANDCOOLIFY_BUILD_COMMANDCOOLIFY_START_COMMANDCOOLIFY_HEALTH_CHECK_ENABLEDCOOLIFY_HEALTH_CHECK_PATHCOOLIFY_HEALTH_CHECK_PORTCOOLIFY_AUTOGENERATE_DOMAINCOOLIFY_DOMAIN_TEMPLATEwhere{{name}}becomes the generated app nameCOOLIFY_DESCRIPTION_PREFIX(defaultOpenASE review env)COOLIFY_ENV_PREFIX(defaultreview)COOLIFY_NAME_MAX_LENGTH(default48)
Secret Storage
- The scripts automatically load
.codex/skills/deploy-coolify-review-env/.envwhen 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.
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.
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.
- 7d ago First seen · 131 lines · 49 tokens per session scan A 51563d9b5b12
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.
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.
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…
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".
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-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.
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"…