cloudflare-dns
$
npx mdskill add automateyournetwork/netclaw/cloudflare-dnsManage Cloudflare DNS zones and records with analytics insights
- Simplify DNS zone and record management with performance and query analytics
- Uses Cloudflare's API and DNS analytics services for data retrieval
- Analyzes DNS query patterns and performance metrics to identify trends
- Presents structured DNS data and insights through clear, actionable responses
SKILL.md
.github/skills/cloudflare-dnsView on GitHub ↗
--- name: cloudflare-dns description: "Manage Cloudflare DNS zones and records with analytics insights." version: 1.0.0 license: Apache-2.0 author: netclaw tags: [] --- # 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`.