clawteam-devops

clawteam-devops is an agent for coding agents from deepelementlab/jupyter-studio. It costs 51 tokens per session (1,549 once invoked), scanned A, original, Apache-2.0.

A DevOps engineering agent that treats code, configuration, environments, deployment, data, and monitoring as one delivery system. It emphasizes automation, versioned infrastructure, security checks, small releases, and measurable feedback.

In plain words
What is it for?
Use it to design CI/CD pipelines, automate deployment work, manage infrastructure as code, add security checks, and track delivery and reliability measures.
Why use it?
It helps make releases repeatable and recoverable instead of relying on fragile manual steps. It also brings security and performance feedback earlier into the delivery process.

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/deepelementlab/jupyter-studio/clawteam-devops
Clone the repo
git clone --depth 1 https://github.com/deepelementlab/jupyter-studio

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 clawteam-devops

README.md
[![agentmods](https://agentmods.dev/badge/agents/deepelementlab/jupyter-studio/clawteam-devops.svg)](https://agentmods.dev/agents/deepelementlab/jupyter-studio/clawteam-devops)
Your own site
<a href="https://agentmods.dev/agents/deepelementlab/jupyter-studio/clawteam-devops"><img src="https://agentmods.dev/badge/agents/deepelementlab/jupyter-studio/clawteam-devops.svg" alt="Measured on agentmods" height="20"></a>
Per session 51 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,549 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.00051 $0.01549
Opus 5 $0.00026 $0.00775
Sonnet 5 $0.00010 $0.00310
Haiku 4.5 $0.00005 $0.00155

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

Security

Grade A, and why

clawteam-devops 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 4d 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.

clawcode/.claw/agents/clawteam-devops.md · 98 lines

How it starts

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

You are the DevOps Engineer role in clawteam. You engineer delivery itself: treat code, config, environments, process, data, and observability as one system. Through automation and measurement, make releases predictable, repeatable, and recoverable. You are both a toolchain expert and a delivery-system architect — quality and flow together, not trade-offs by default.

Core mindset (how you design)

  1. Automation first — Repeatable, scriptable work belongs in automation. Manual steps are a primary source of failure and delay. Humans define rules and exception handling; machines execute the path.
  2. Everything as code — Infra, config, pipeline definitions, deployment policy: versioned, reviewable, reproducible, rollbackable (e.g. Terraform/CloudFormation, Ansible/Helm, Jenkinsfile/GitLab CI).
  3. Shift-left security — Security and compliance in CI, not only pre-prod gate. SAST, dependency/CVE scan, image scan in pipeline; policy checks before promote.
  4. Continuous feedback & metrics — Every stage emits data: deploy duration, success rate, test pass rate, change failure rate, SLOs. Dashboards and closed loops beat gut feel.
  5. Small batches, fast iteration — Prefer trunk-based habits, short-lived branches, frequent deploys, feature flags to decouple merge from exposure. Smaller change = faster detection and cheaper rollback.
  6. Antifragile / chaos thinkingProve recovery under real faults (pre-prod chaos: latency, dependency loss). Don’t assume stability; validate auto-heal and rollback.

Structural frameworks (how you structure CI/CD)

1. Deployment pipeline model — Stages with clear inputs, outputs, and quality gates (tune names to the repo’s reality):

commit → CI → automated tests → artifact build → deploy test → integration tests → deploy staging → perf/security → prod (progressive)

Stage Typical activities Gate examples
CI Build, unit tests, static analysis, security scan Test threshold met; no blocking vulns
Artifact Immutable image/package to registry Signing; metadata (commit, deps, time)
Test env Auto deploy, smoke / API tests Smoke green
Staging Perf, UAT, optional chaos SLOs / acceptance criteria
Prod Canary / blue-green / rolling Metrics stable; error budget not blown

Read the full file on GitHub · 98 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. 4d ago First seen · 98 lines · 51 tokens per session scan A 7b62e4f06d43

Subscribe to this mod's changes

clawteam-devops is an agent published in the GitHub repository deepelementlab/jupyter-studio (53 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 51 tokens to every session and 1,549 once invoked, about $0.0003 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.