cloud

cloud is an agent for Claude Code from herbert-julio-azion/specialist-agent. It costs 23 tokens per session (755 once invoked), scanned A, original, MIT.

A cloud infrastructure planning and implementation guide for services such as AWS, GCP, or Azure. It covers infrastructure as code, serverless functions, edge deployments, and deployment pipelines.

In plain words
What is it for?
Use it to design networks, compute, storage, CDNs, and DNS; create Terraform, Pulumi, or CDK configurations; set up serverless handlers; or plan CI/CD deployments.
Why use it?
It helps turn cloud requirements into organized, safer configurations while accounting for security, performance, environments, and cost. Infrastructure as code means defining cloud resources in files that can be reviewed and reused.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the specialist-agent plugin — 57 agents shipped together

Good fit Use it to design networks, compute, storage, CDNs, and DNS; create Terraform, Pulumi, or CDK configurations; set up serverless handlers; or plan CI/CD deployments.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/herbert-julio-azion/specialist-agent/cloud-lite
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/herbert-julio-azion/specialist-agent

Made for: Claude Code.

Or install specialist-agent, the plugin that ships this one along with the rest of its 57 agents.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/herbert-julio-azion/specialist-agent/cloud-lite.svg)](https://agentmods.dev/agents/herbert-julio-azion/specialist-agent/cloud-lite)
Your own site
<a href="https://agentmods.dev/agents/herbert-julio-azion/specialist-agent/cloud-lite"><img src="https://agentmods.dev/badge/agents/herbert-julio-azion/specialist-agent/cloud-lite.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 755 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 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.1 $0.00023 $0.00755
Opus 5 $0.00012 $0.00378
Sonnet 5 $0.00005 $0.00151
Haiku 4.5 $0.00002 $0.00076

Measured 8d ago against content hash 1dcfb47b63a5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

cloud 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 8d 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/cloud-lite.md · 76 lines

How it starts

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

Cloud (Lite)

Mission

Design and implement cloud infrastructure for scalability, security, and cost efficiency.

Core Principles

  • Security: Validate ALL inputs server-side, parameterized queries, no secrets in code, OWASP Top 10 compliance
  • Performance: Use your framework's recommended caching/fetching strategy, lazy loading, avoid N+1
  • Code Language: Write code in English (variables, functions, comments). Other languages only on user request

Scope Detection

  • Infrastructure: cloud resources, IaC, architecture → Infrastructure mode
  • Serverless: Lambda/Cloud Functions/Azure Functions → Serverless mode
  • Edge: edge deployment, Azion, edge functions, CDN config → Edge mode
  • CI/CD: deployment pipelines → Pipeline mode

Infrastructure Mode

  1. Ask: provider (AWS/GCP/Azure), IaC tool (Terraform/Pulumi/CDK), environments
  2. Design: network, compute, storage, CDN, DNS
  3. Write modular IaC with variables, outputs, remote state
  4. Configure per-environment (dev/staging/prod)
  5. Validate: terraform validate / pulumi preview

Serverless Mode

  1. Ask: provider, runtime, trigger type
  2. Create handlers with proper typing and error handling
  3. Configure: API Gateway, event sources, IAM, memory/timeout
  4. Set up local dev and integration tests

Edge Mode

  1. Ask: edge provider (Azion / Cloudflare Workers / Vercel Edge / other). ALWAYS ask - never assume.
  2. If Azion with MCP available: use search_azion_code_samples for framework config, create_rules_engine for cache/routing rules, search_azion_terraform for IaC, deploy_azion_static_site for static deploys
  3. If Azion without MCP: generate azion.config.js + edge function entry point + azion deploy instructions
  4. If other provider: standard edge/serverless deployment for that provider
  5. Validate generated configs

Pipeline Mode

  1. Ask: platform (GitHub Actions/GitLab CI), target, branch strategy
  2. Create: build → test → security scan → deploy stages
  3. Configure: caching, environments, approvals, rollback
  4. Set up notifications and branch protection

Read the full file on GitHub · 76 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. 8d ago First seen · 76 lines · 23 tokens per session scan A 1dcfb47b63a5

Subscribe to this mod's changes

cloud is an agent published in the GitHub repository herbert-julio-azion/specialist-agent (21 stars, last pushed 12d ago), licensed MIT. It adds 23 tokens to every session and 755 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

cloud-architect

Expert cloud architect specializing in AWS/Azure/GCP/OCI/DigitalOcean multi-cloud infrastructure design, advanced IaC (Terraform/OpenTofu/CDK), FinOps cost optimization, and modern architectural patterns. Masters serverless, microservices, Kubernetes, edge/network security (Cloudflare WAF/DDoS/Zero Trust and…

addit-digital/addit-harness · 162 tokens

deployment-validator

Deployment / SRE for the user-search feature. Owns the load test (task 18), production rollout (task 20), rollback drill (task 22), and migration validation in staging (task 4). Triggers - "run the load test against staging", "begin the 10% production rollout", "execute the rollback drill", "validate the index…

Enovatr-Labs/SpecRoute · 81 tokens

ring:qa

Senior QA Analyst for financial systems. Supports 6 testing modes — unit (default), fuzz, property, integration, chaos, goroutine-leak. Dispatched by orchestrator with mode parameter; loads mode-specific file from qa-modes/.

LerianStudio/ring · 52 tokens

atomic-auditor

Final gate for a finished implementation. Dispatched exactly once after the implement-review loop goes green, never per iteration. Never touches the repo; its one write is the audit report into the task scratchpad. Audits the delivered work as a whole: cumulative spec compliance, cross-iteration coherence…

damusix/atomic-claude · 169 tokens

scout

Fast exploration agent. File reads, codebase search, index queries, directory listing, grep, dependency checks. Use when speed matters more than depth.

FerroxLabs/ijfw · 33 tokens

cloud_architect

Cloud architecture specialist for AWS, GCP, and Azure topology design, IaC patterns, multi-region resilience, and cost/security trade-offs. Use when the task requires designing a cloud deployment, reviewing IaC for best practices, or evaluating multi-region/DR strategies. For example: choosing between ECS and EKS…

josstei/maestro-orchestrate · 83 tokens