infra-lab-operator

infra-lab-operator is an agent for Claude Code from idean3885/claude-ops-agent. It costs 74 tokens per session (744 once invoked), scanned A, original, no licence file.

An operator for an infrastructure experiment lab that creates, deploys, loads, and removes requested setups. Infrastructure means the machines, services, and networks used to run software.

In plain words
What is it for?
It is for building test environments, deploying them, applying load, and tearing them down.
Why use it?
It carries out lab changes without deciding which configuration is correct, leaving evaluation to the caller.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the ops-agent plugin — 13 skills, 3 agents, 7 hooks shipped together

Good fit It is for building test environments, deploying them, applying load, and tearing them down.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/idean3885/claude-ops-agent/infra-lab-operator
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.

Clone the repo
git clone --depth 1 https://github.com/idean3885/claude-ops-agent

Made for: Claude Code.

Or install ops-agent, the plugin that ships this one along with the rest of its 13 skills, 3 agents, 7 hooks.

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 infra-lab-operator

README.md
[![agentmods](https://agentmods.dev/badge/agents/idean3885/claude-ops-agent/infra-lab-operator/github.svg)](https://agentmods.dev/agents/idean3885/claude-ops-agent/infra-lab-operator)
Your own site
<a href="https://agentmods.dev/agents/idean3885/claude-ops-agent/infra-lab-operator"><img src="https://agentmods.dev/badge/agents/idean3885/claude-ops-agent/infra-lab-operator/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 infra-lab-operator

Your own site · 80×15
<a href="https://agentmods.dev/agents/idean3885/claude-ops-agent/infra-lab-operator"><img src="https://agentmods.dev/badge/agents/idean3885/claude-ops-agent/infra-lab-operator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 74 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 744 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.
Origin unknown 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.00074 $0.00744
Opus 5 $0.00037 $0.00372
Sonnet 5 $0.00015 $0.00149
Haiku 4.5 $0.00007 $0.00074

Measured 6d ago against content hash 3ea16aa7ebc7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

infra-lab-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 6d 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/infra-lab-operator.md · 56 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 6d ago First seen · 56 lines · 74 tokens per session scan A 3ea16aa7ebc7

Subscribe to this mod's changes

infra-lab-operator is an agent published in the GitHub repository idean3885/claude-ops-agent (1 stars, last pushed 2d ago), with no licence file. It adds 74 tokens to every session and 744 once invoked, about $0.0004 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-09-05.

Related

Other agents, from other repositories

s3-migration-planner

Use this agent when the user wants to "migrate from S3", "move to R2", "switch from AWS S3", "migrate AWS buckets", or needs S3-to-R2 migration planning. Examples.

secondsky/claude-skills · 0 tokens

ccf-codebase-analyzer

Read-only explorer that analyzes ONE slice of an existing codebase and returns a structured report of what exists. Proposes no solutions and writes no files. Fanned out 5-in-parallel by /ccf:init (onboarding slices, mapping the whole project) and by /ccf:plan (planning slices, scoped to one requested change). Use this…

naniiluja/ccf · 96 tokens

aws-cloud-architect

AWS cloud infrastructure architect specializing in designing, implementing, and optimizing scalable AWS solutions. Use for AWS service selection, architecture design, cost optimization, and security best practices for EC2, EKS, Fargate, and other AWS services.

andisab/swe-marketplace · 53 tokens

ccf-spec-checker

Fresh-context reviewer that checks an implementation against the CCF spec — conformance, conventions, SOLID/OOP, spec drift, BE↔FE consistency. Read-only, returns findings with file:line, does NOT fix code. Invoked by /ccf:check, never for coding.

naniiluja/ccf · 66 tokens

code-reviewer

Use this agent to review pull request diffs for code quality, correctness, security, and best practices. Invoke when a PR is created and needs review before merge. Context: An issue PR has been created targeting the feature branch. assistant: "I'll use the code-reviewer agent to review this PR." Context: A feature PR…

skullninja/coco-workflow · 127 tokens

task-executor

Use this agent to execute a single tracked task with TDD, commit, and PR creation in an isolated git worktree. Dispatched by /coco:loop for parallel execution. Context: Multiple tasks are ready with non-overlapping file ownership. /coco:loop dispatches parallel agents. assistant: "I'll dispatch task-executor agents…

skullninja/coco-workflow · 97 tokens