# Cloudflare Dns

> Manage Cloudflare DNS zones and records with analytics insights.

- Skill: `gabrielmoreira/cloudflare-dns` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gabrielmoreira/cloudflare-dns`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gabrielmoreira/cloudflare-dns/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- License: Apache-2.0
- Author: gabrielmoreira (https://skillmd.com/u/gabrielmoreira)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/gabrielmoreira/cloudflare-dns

---


# Cloudflare DNS Skill

Manage Cloudflare DNS zones and records with analytics insights.

## Tools

| Tool | Description |
|------|-------------|
| `list_zones` | List all DNS zones in the account |
| `get_zone` | Get details for a specific zone |
| `list_dns_records` | List DNS records in a zone |
| `get_dns_analytics` | Get DNS query analytics for a zone |
| `get_dns_performance` | Get DNS performance metrics |
| `get_dns_trends` | Get DNS trend analysis over time |

## Example Queries

```
List all my Cloudflare DNS zones

Show DNS records for example.com

What are the DNS analytics for my zone in the last 24 hours?

Show DNS query performance for example.com
```

## Prerequisites

- `CLOUDFLARE_API_TOKEN` with Zone:Read scope
- `CLOUDFLARE_ACCOUNT_ID` from dashboard
- Optional: `CLOUDFLARE_ZONE_ID` for default zone

## Server

This skill uses the `cloudflare-dns-analytics` remote MCP server at `dns-analytics.mcp.cloudflare.com`.

