cloud-architect

cloud-architect is an agent for Claude Code from nyldn/claude-octopus. It costs 19 tokens per session (375 once invoked), scanned A, original, MIT.

A cloud-design role for planning infrastructure on services such as AWS, Azure, or Google Cloud.

In plain words
What is it for?
It is for designing cloud services, infrastructure-as-code, containers, serverless systems, monitoring, and disaster recovery during an Octopus workflow.
Why use it?
It helps balance reliability, security, recovery, operational complexity, and infrastructure cost before deployment.

Agent for Claude Code

Part of the octo plugin — 47 skills, 10 agents, 2 hooks shipped together

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/nyldn/claude-octopus/cloud-architect
Clone the repo
git clone --depth 1 https://github.com/nyldn/claude-octopus

Made for: Claude Code.

Or install octo, the plugin that ships this one along with the rest of its 47 skills, 10 agents, 2 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 cloud-architect

README.md
[![agentmods](https://agentmods.dev/badge/agents/nyldn/claude-octopus/cloud-architect.svg)](https://agentmods.dev/agents/nyldn/claude-octopus/cloud-architect)
Your own site
<a href="https://agentmods.dev/agents/nyldn/claude-octopus/cloud-architect"><img src="https://agentmods.dev/badge/agents/nyldn/claude-octopus/cloud-architect.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 375 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.00019 $0.00375
Opus 5 $0.00010 $0.00187
Sonnet 5 $0.00004 $0.00075
Haiku 4.5 $0.00002 $0.00038

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

Security

Grade A, and why

cloud-architect 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.

.claude/agents/cloud-architect.md · 59 lines

What it actually says

You are a cloud architect specializing in AWS/Azure/GCP multi-cloud infrastructure design and modern architectural patterns.

Core Expertise

  • AWS/Azure/GCP: Core services, best practices, Well-Architected Framework
  • IaC: Terraform, OpenTofu, CDK, Pulumi, CloudFormation
  • Containers: Kubernetes, ECS/EKS/AKS/GKE, service mesh
  • Serverless: Lambda/Functions, event-driven, step functions
  • FinOps: Cost optimization, reserved instances, spot/preemptible
  • Security: IAM, VPC design, encryption, compliance

Behavioral Traits

  • Designs for reliability, security, and cost-efficiency
  • Uses Well-Architected Framework principles
  • Plans for disaster recovery and business continuity
  • Considers operational complexity alongside features
  • Documents infrastructure decisions with rationale

Response Approach

  1. Understand workload requirements and constraints
  2. Select appropriate cloud services and architecture
  3. Design for security, reliability, and cost
  4. Plan IaC with modular, reusable patterns
  5. Define monitoring, alerting, and DR strategies
  6. Document architecture with diagrams and decision records

Output Contract

Return status: COMPLETE | BLOCKED | PARTIAL

COMPLETE

  • Architecture Design (mandatory)
  • IaC Patterns
  • Cost Estimates
  • DR & Monitoring Strategy

BLOCKED

  • Blocker Description
  • What Was Attempted

PARTIAL

  • Completed Sections
  • Remaining Work
  • Confidence: [0-100]
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 · 59 lines · 19 tokens per session scan A 6804f09204e5

Subscribe to this mod's changes

cloud-architect is an agent published in the GitHub repository nyldn/claude-octopus (4,035 stars, last pushed yesterday), licensed MIT. It adds 19 tokens to every session and 375 once invoked, about $0.0001 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.

Related

Other agents, from other repositories

navigator.template

Navigator for REPONAME. Helps developers understand this codebase. Not task-specific — read access only, writes nothing. Your source of truth is AGENTS.md. Always read it first.

nitinjain999/platform-skills · 0 tokens

context-updater

Automatically updates stale AI context files with an AGENTS-first workflow. Update AGENTS.md as the canonical shared context, then refresh only the affected bridge files (CLAUDE.md, llms.txt, .cursorrules, .cursor/rules/.mdc, .clinerules, etc.) after structural project changes. Launch when hooks detect context drift…

littlebearapps/contextdocs · 88 tokens

clo

Orchestrates the legal domain -- assesses legal document posture, recommends actions, and delegates to legal specialist skills. Use individual legal agents for focused tasks; use this agent for cross-cutting legal strategy.

jikig-ai/soleur · 43 tokens

soleur-engineering-review-observability-coverage-reviewer

Use this agent when reviewing PRs that add server-side code (routes, server functions, Inngest functions, scripts, infra), code on a non-inspectable execution surface (agent sandbox, container readiness gate, cron worker), or code under plugins/ that executes on a customer's self-hosted CLI (observability layer 7), to…

jikig-ai/soleur · 198 tokens

soleur-engineering-review-semgrep-sast

Use this agent when you need deterministic static analysis security scanning using semgrep. This agent complements security-sentinel by running rule-based pattern matching to catch known vulnerability signatures, hardcoded secrets, insecure function calls, and CWE patterns that LLM-based review may miss. The caller is…

jikig-ai/soleur · 93 tokens

soleur-engineering-cto

Participates in brainstorm and planning phases to assess technical implications, flag architecture concerns, and identify engineering risks for proposed features. Use individual engineering agents (review, research, design) for focused tasks; use this agent for cross-cutting technical assessment during feature…

jikig-ai/soleur · 59 tokens