cloud-operations

cloud-operations is a skill for Claude Code, Codex from Threat-Vector-Security/guardian-agent. It costs 0 tokens per session (543 once invoked), scanned A, original, Apache-2.0.

Instructions for inspecting and carrying out approved operations on cloud and hosting services such as Vercel, Cloudflare, Supabase, Fly.io, AWS, GCP, Azure, cPanel, and WHM.

In plain words
What is it for?
Use it to check provider status, inspect projects and deployments, manage hosting settings, review logs, or perform approved cloud operations.
Why use it?
It guides the agent toward the correct provider tools and safer read-only checks before making changes.

Skill for Claude CodeCodex

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 skills/threat-vector-security/guardian-agent/cloud-operations
Any agent
npx skills add Threat-Vector-Security/guardian-agent --skill cloud-operations
Clone the repo
git clone --depth 1 https://github.com/Threat-Vector-Security/guardian-agent

Made for: Claude Code, Codex.

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-operations

README.md
[![agentmods](https://agentmods.dev/badge/skills/threat-vector-security/guardian-agent/cloud-operations.svg)](https://agentmods.dev/skills/threat-vector-security/guardian-agent/cloud-operations)
Your own site
<a href="https://agentmods.dev/skills/threat-vector-security/guardian-agent/cloud-operations"><img src="https://agentmods.dev/badge/skills/threat-vector-security/guardian-agent/cloud-operations.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 543 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.00000 $0.00543
Opus 5 $0.00000 $0.00271
Sonnet 5 $0.00000 $0.00109
Haiku 4.5 $0.00000 $0.00054

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

Security

Grade A, and why

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

skills/cloud-operations/SKILL.md · 42 lines

How it starts

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

Cloud Operations

Use the built-in cloud and hosting tools for inspection and approved operations across Vercel, Cloudflare, Supabase, Fly.io, AWS, GCP, Azure, cPanel, and WHM.

Core Rules

  • Check <tool-context> for configured cloud profiles before asking the user to repeat provider details.
  • Prefer the narrowest read-only status or inventory tool first.
  • Separate confirmed tool output from your inference.
  • If the exact provider tool is not visible, call find_tools with the provider name before saying a capability is missing.
  • For Supabase and Fly.io, use supabase_api / fly_api for Management/Machines API operations and supabase_cli / fly_cli when the provider CLI is the right surface. Mutating operations go through normal Guardian approval.

Provider Workflow

  1. Start with the provider health or account summary.
    • vercel_status, cf_status, supabase_status, fly_status, aws_status, gcp_status, azure_status, cpanel_account, whm_status
  2. Move to the narrow provider-specific tool that matches the request.
    • Vercel: projects, deployments, domains, env, logs
    • Cloudflare: DNS, SSL, cache
    • Supabase: supabase_api or supabase_cli
    • Fly.io: fly_api or fly_cli
    • AWS: EC2, security groups, S3, Route53, Lambda, CloudWatch, RDS, IAM, costs
    • GCP: Compute, Cloud Run, Storage, DNS, logs
    • Azure: VMs, App Service, Storage, DNS, Monitor
    • cPanel / WHM: domains, DNS, SSL, backups, services, accounts
  3. Summarize the result in operator language.
    • what exists
    • what is degraded or unusual
    • what the likely next inspection step is

Monitoring Guidance

  • For recurring cloud checks, pair this skill with automation-builder.
  • Prefer low-noise inventory or status checks before logs-heavy workflows.
  • For possible security issues, hand off to security-triage after gathering the minimal cloud evidence.

Gotchas

  • Do not jump straight to logs when a status or inventory tool can answer the question faster.
  • Do not treat a missing configured profile as proof that the provider is unsupported; check <tool-context> and find_tools first.
  • Do not hand-write provider-specific workflows if the provider CLI already owns the operation; run the CLI with explicit args instead.

Read the full file on GitHub · 42 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 42 lines · 0 tokens per session scan A 34a697243695

Subscribe to this mod's changes

cloud-operations is a skill published in the GitHub repository Threat-Vector-Security/guardian-agent (11 stars, last pushed 2mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 543 tokens. 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 skills, from other repositories

agt-policy-authoring

Create and validate a minimal AGT Copilot CLI policy tailored to the repository being inspected.

microsoft/agent-governance-toolkit · 23 tokens

agenticx-query-data-source

Use when the user asks about verifiable quantitative facts (stock prices, financial indicators, macro data, company registry, academic metrics, legal statutes) that must come from a live data source rather than training memory.

DemonDamon/AgenticX · 49 tokens

agenticx-skill-manager

Guide for managing AgenticX skills including listing, searching, installing, uninstalling, publishing, and running a skill registry server. Use when the user wants to manage skills, find available skills, publish custom skills, set up a skill registry, or understand the skill ecosystem.

DemonDamon/AgenticX · 62 tokens

agenticx-workflow-designer

Guide for designing and running AgenticX workflows including sequential pipelines, parallel execution, graph-based orchestration, conditional routing, and trigger services. Use when the user wants to create workflows, orchestrate multiple agents, design agent pipelines, or set up complex multi-step processes.

DemonDamon/AgenticX · 62 tokens

agenticx-agent-builder

Guide for creating persistent Near desktop digital avatars (数字分身) via natural-language interview and the createavatar tool. Use when the user wants to create an avatar, digital twin, specialist agent persona, or add someone to the avatar sidebar.

DemonDamon/AgenticX · 54 tokens

agenticx-tool-creator

Guide for creating custom tools in AgenticX including function decorator tools, MCP tool integration, tool registries, and remote tool access. Use when the user wants to create tools for agents, integrate external APIs as tools, build MCP servers, or extend agent capabilities with custom functions.

DemonDamon/AgenticX · 63 tokens