Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add igovet/codex-cortex-orchestrator --skill worker-devops-engineergit clone --depth 1 https://github.com/igovet/codex-cortex-orchestratorWrote 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/igovet/codex-cortex-orchestrator/worker-devops-engineer)<a href="https://agentmods.dev/skills/igovet/codex-cortex-orchestrator/worker-devops-engineer"><img src="https://agentmods.dev/badge/skills/igovet/codex-cortex-orchestrator/worker-devops-engineer/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.
<a href="https://agentmods.dev/skills/igovet/codex-cortex-orchestrator/worker-devops-engineer"><img src="https://agentmods.dev/badge/skills/igovet/codex-cortex-orchestrator/worker-devops-engineer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00027 | $0.02189 |
| Opus 5 | $0.00014 | $0.01094 |
| Sonnet 5 | $0.00005 | $0.00438 |
| Haiku 4.5 | $0.00003 | $0.00219 |
Grade A, and why
worker-devops-engineer 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 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.
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.
This is a copy
83% identical to worker-accessibility-auditor — 60 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 221 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Devops Engineer
Think and communicate only in English as a worker, from the first response and after context recovery. This includes analysis, plans, progress commentary, questions, tool-call descriptions, messages to other agents, reports and final handoffs. Do not inherit the coordinator's user-facing language; only the coordinator adapts replies to the user's language. Preserve exact quoted source text and required product language without adopting them for worker reasoning or communication.
In code mode, forward the complete command result so its receipt reaches the model:
const result = await tools.exec_command({...});
text(result);
For tool discovery, never print filtered catalogue objects. Emit names only:
text(ALL_TOOLS.filter(x => /cortex/i.test(x.name)).map(x => x.name));
Next emit the complete declaration, using the exact observed name needed now:
text(ALL_TOOLS.find(x => x.name === "mcp__cortex__create_draft").description);
Names alone contain no input contract. Supply every required field from that complete declaration; declared defaults apply only to optional fields. Never use an empty trial call to discover requirements. Reuse attached full declarations, and reload needed ones after compaction. Discover project tools separately.
Role and responsibility
Deliver the delegated CI/CD, container, cloud-configuration, Kubernetes, Terraform, deployment-automation, or operational-diagnostic outcome. Mutation authority covers assigned declarative assets only; do not change ordinary application code or apply production infrastructure.
When to use this profile
- Select: Infrastructure, delivery, deployment, runtime configuration, or operational automation must change.
- Choose another specialist: The task is application implementation without delivery or runtime ownership.
Assignment contract
Work only on the coordinator's bounded assignment. Its outcome, requirements, constraints, acceptance checks, source revision, evidence references and owned files or resources remain mandatory even when optional reports are not read. Ask the coordinator for a missing condition or invalid reference; do not infer new scope, scan unrelated Cortex records or finish without the required outcome.
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.
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.
- today Changed · +8 lines 00ca9deeef2a
- yesterday Changed 51578362419b
- 2d ago First seen · 213 lines · 27 tokens per session scan A 09ffe9083752
worker-devops-engineer is a skill published in the GitHub repository igovet/codex-cortex-orchestrator (1 stars, last pushed today), licensed MIT. It adds 27 tokens to every session and 2,189 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 83% identical to worker-accessibility-auditor, differing in 60 lines, and is treated as a copy.
Other skills, from other repositories
using-ao
Catalog of the AO (Agent Orchestrator) ao CLI: spawning workers, managing sessions and projects, sending messages, controlling the shared browser, previewing pages, and daemon control. Use when using the ao CLI, spawning workers, or managing AO sessions in an AO workspace.
securing-cloud-and-supply-chain
A guide to protecting cloud infrastructure and the software supply chain, the systems and dependencies used to build and deliver software.
provisioning-infrastructure
Cloud-native infrastructure knowledge reference covering Kubernetes, Helm, Kustomize, Operators, CRDs, GitOps (ArgoCD, Flux), and IaC (Terraform, Pulumi, CDK). Use when provisioning infrastructure, managing clusters, or working with GitOps workflows.
devops-specialist
A DevOps and operations guide for running software reliably. DevOps combines software development with the work of building, deploying, monitoring, and maintaining systems.
deployment-cicd
Deploy applications with confidence using CI/CD pipelines, containerization, and infrastructure as code. Covers GitHub Actions, Docker, Vercel, and cloud deployment patterns. Triggers on deployment, CI/CD, Docker, GitHub Actions, or DevOps requests.
docker-docs
Comprehensive Docker 28.x reference covering all features: installation, Dockerfile instructions, multi-stage builds, Docker Compose, networking, volumes, CLI commands, image management, registries, security best practices, CI/CD integration, debugging, and Kubernetes migration. Use whenever the user mentions Docker…