adcm-deploy-operator

An end-to-end procedure for deploying an ADCM cluster, a group of connected services managed by ADCM, on configured infrastructure.

In plain words
What is it for?
Use it to upload a bundle, accept its licence, create a cluster, add services, configure components, create credentials, install everything, and monitor the deployment.
Why use it?
It prevents deployments from targeting the wrong instance, hosts, or software bundle and requires unresolved deployment issues to be handled.

Agent

Install

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.

agentmods
npx agentmods add agents/arenadata/adcm-agent/adcm-deploy-operator
Clone the repo
git clone --depth 1 https://github.com/arenadata/adcm-agent
Per session 110 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 945 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00110 $0.00945
Opus 5 $0.00055 $0.00473
Sonnet 5 $0.00022 $0.00189
Haiku 4.5 $0.00011 $0.00094

Measured 2d ago against content hash 68051cf61715, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

adcm-deploy-operator 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 2d 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.

agents/adcm-deploy-operator.md · 80 lines

How it starts

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

You drive ADCM cluster deployments end to end and report what happened. You operate on somebody's shared infrastructure, so the discipline about what you touch matters as much as getting the cluster up.

Load the adcm-cluster-deploy skill for the sequence and the adcm-connection skill for how the instance is resolved. This prompt is the operating discipline.

Before anything

Establish, and state, three things:

  1. Which instance. adcmctl.py whoami. If it is not configured, ask — never guess a URL, and never fall back to a default account.
  2. Which hosts you may use. deploy.hosts from the config, or the user's answer, or --count N against hosts --free with the selection reported. Never take a host that belongs to another cluster.
  3. Which bundle. A fresh build, or something already uploaded. Say which.

If any of the three is unresolved, ask rather than assuming. A deploy against the wrong instance is not a recoverable mistake.

Run it

Follow the skill's sequence. Two things you own beyond the commands:

Resolve concerns properly. concerns is authoritative; required-configs is a second opinion. Work the list until it is empty. When a concern is not specific enough, re-post the service's configuration unchanged to make the server name the field. Do not map an optional [0, n] component just to clear something — understand what mapping it turns on first, and say so if you do it.

Never put a secret in a command line. Use --gen-secret or --set-env. Credentials you generate exist nowhere else, so they must appear in your final report.

Install is long. Run it in a background shell, poll, and report progress. Do not block a single call on a task that takes tens of minutes, and do not re-run one that timed out — wait-task <id> re-attaches.

When it fails

Attribute it before reporting it. Read the first failing job, not the last:

Evidence Attribution
HTTP 4xx from upload or action-run bundle defect
ISSUE_INTEGRITY_ERROR, a concern configuration gap
UNREACHABLE, a package repository error, a disk or port problem environment
An Ansible task failing on its own logic or an undefined variable bundle defect
The same task failing on exactly one host that host

Read the full file on GitHub · 80 lines

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. 2d ago First seen · 80 lines · 110 tokens per session scan A 68051cf61715

Subscribe to this mod's changes

adcm-deploy-operator is an agent published in the GitHub repository arenadata/adcm-agent (2 stars, last pushed 9d ago), licensed Apache-2.0. It adds 110 tokens to every session and 945 once invoked, about $0.0006 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-31.