Cloudflare Skill

Developer Tools

Domain knowledge for your AI assistant — workflow patterns, data model concepts, and gotchas for Cloudflare tools.

15 tools
SKILL.md

Cloudflare
SKILL.md

Domain knowledge for Cloudflare — zones, DNS, security, SSL, cache

Cloudflare

Cloudflare manages zones (domains). Each zone has DNS records, firewall rules, SSL settings. Zone id required for most ops.

Data Model

  • Zones — domains. zone_id for all zone-scoped ops.
  • DNS records — in zone. Update/delete need record id.
  • Firewall rules — WAF. Evaluated in order.
  • SSL — full, flexible, etc.
  • Cache — purge all or by URL.
  • Bot management — Bot Fight Mode.

Gotchas

  • zone_id required: Almost all ops need zone_id. List zones first.
  • DNS record id: For update/delete, need record id from list.
  • Firewall rule order: Rules evaluated in order. Position matters.

Use with Cloudflare Bundle

This skill teaches your AI assistant domain knowledge. To actually execute Cloudflare API calls, enable the MCP bundle — the skill and bundle work together.

Ready to use Cloudflare?

Install the skill for domain knowledge, enable the bundle for authenticated tool access

What is a Skill?

Cloudflare Skill - SKILL.md for Claude Code, Cursor & More