cloudflare

cloudflare is a skill for Claude Code, Codex from Arvo-AI/aurora. It costs 31 tokens per session (1,414 once invoked), scanned A, original, Apache-2.0.

A connection to Cloudflare for managing website DNS, caching, traffic delivery, web-attack protection, and edge diagnostics. Cloudflare is a service that sits between visitors and a website to help route and protect traffic.

In plain words
What is it for?
Use it to list domains, inspect DNS records and analytics, review threats and HTTP errors, control cached content, and apply Cloudflare configuration changes.
Why use it?
It brings DNS records, traffic data, security events, and cache controls into the coding agent, so you can investigate and correct edge and delivery problems in one place.

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/arvo-ai/aurora/cloudflare
Any agent
npx skills add Arvo-AI/aurora --skill cloudflare
Clone the repo
git clone --depth 1 https://github.com/Arvo-AI/aurora

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 cloudflare

README.md
[![agentmods](https://agentmods.dev/badge/skills/arvo-ai/aurora/cloudflare.svg)](https://agentmods.dev/skills/arvo-ai/aurora/cloudflare)
Your own site
<a href="https://agentmods.dev/skills/arvo-ai/aurora/cloudflare"><img src="https://agentmods.dev/badge/skills/arvo-ai/aurora/cloudflare.svg" alt="Measured on agentmods" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,414 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.00031 $0.01414
Opus 5 $0.00015 $0.00707
Sonnet 5 $0.00006 $0.00283
Haiku 4.5 $0.00003 $0.00141

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

Security

Grade A, and why

cloudflare 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 5d 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.

server/chat/backend/agent/skills/integrations/cloudflare/SKILL.md · 86 lines

How it starts

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

Cloudflare Integration

Overview

Cloudflare is connected for DNS, CDN, WAF, and edge diagnostics with full remediation capabilities.

Instructions

IMPORTANT -- NO CLI SUPPORT

  • Do NOT use cloud_exec('cloudflare', ...) -- there is no Cloudflare CLI connector.
  • Use the dedicated query_cloudflare, cloudflare_list_zones, and cloudflare_action tools instead.

OBSERVATION TOOLS (read-only)

  • List zones: cloudflare_list_zones() -- discover all zones with IDs, names, and status.
  • DNS records: query_cloudflare(resource_type='dns_records', zone_id='...') -- list A, AAAA, CNAME, MX, TXT records.
  • Analytics: query_cloudflare(resource_type='analytics', zone_id='...') -- traffic, bandwidth, threats, HTTP status codes, content types, HTTP versions, SSL protocols, IP classification.
    • Pass since (e.g. '-60' for last hour, or ISO-8601) and until (ISO-8601) to control the time window.
    • Bucket granularity is auto-selected: minute buckets for <=100 min, hourly for <=100 h, daily beyond that.
    • Default limit=50 returns a bucketed time-series (e.g., last 24h yields multiple hourly buckets). Set limit=1 to force a single aggregate covering the entire window.
  • Security events: query_cloudflare(resource_type='firewall_events', zone_id='...') -- recent WAF blocks, challenges, JS challenges.
  • Firewall rules: query_cloudflare(resource_type='firewall_rules', zone_id='...') -- active firewall rules and expressions.
  • Rate limits: query_cloudflare(resource_type='rate_limits', zone_id='...') -- rate limiting rules (thresholds, actions, URL patterns).
  • Zone settings: query_cloudflare(resource_type='zone_settings', zone_id='...') -- ALL zone settings (security level, caching, dev mode, WAF, TLS version, minification, etc.).
  • Page rules: query_cloudflare(resource_type='page_rules', zone_id='...') -- URL-based redirects, forwarding, cache overrides.
  • Workers: query_cloudflare(resource_type='workers') -- list Cloudflare Workers scripts.
  • Load balancers: query_cloudflare(resource_type='load_balancers', zone_id='...') -- LB config, pools, failover.
  • SSL/TLS: query_cloudflare(resource_type='ssl', zone_id='...') -- TLS mode (off/flexible/full/strict) and cert status.
  • Healthchecks: query_cloudflare(resource_type='healthchecks', zone_id='...') -- origin health monitors.

Read the full file on GitHub · 86 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. 5d ago First seen · 86 lines · 31 tokens per session scan A 788fefa7f6b8

Subscribe to this mod's changes

cloudflare is a skill published in the GitHub repository Arvo-AI/aurora (404 stars, last pushed yesterday), licensed Apache-2.0. It adds 31 tokens to every session and 1,414 once invoked, about $0.0002 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 skills, from other repositories