Agent skill
Cloudflare DNS Analytics
This skill should be used when the user asks about "DNS performance", "zone settings", "DNS analytics", "domain configuration", "DNS report", "zone list", "DNS troubleshooting", "DNSSEC", "DNS latency", or needs to monitor and optimize Cloudflare DNS.
Install this agent skill to your Project
npx add-skill https://github.com/FlorinPopaCodes/claude-marketplace/tree/main/plugins/cloudflare-toolkit/skills/dns-analytics
SKILL.md
Cloudflare DNS Analytics
Monitor DNS performance and configuration using the DNS Analytics MCP server.
Available Tools
| Tool | Purpose |
|---|---|
zones_list |
List all zones under the active account |
dns_report |
Get DNS performance report for a zone over a time period |
show_account_dns_settings |
View DNS settings at the account level |
show_zone_dns_settings |
View DNS settings for a specific zone |
Common Workflows
DNS Health Check
- Use
zones_listto identify zones - Use
dns_reportfor each zone to check performance - Review metrics for latency, query volume, errors
Configuration Audit
- Use
show_account_dns_settingsfor account-level settings - Use
show_zone_dns_settingsfor zone-specific settings - Compare settings across zones for consistency
Performance Investigation
- Identify the zone with
zones_list - Pull
dns_reportfor the relevant time frame - Analyze query patterns and response times
DNS Report Metrics
The DNS report typically includes:
- Query volume over time
- Response time distribution
- Query types (A, AAAA, CNAME, etc.)
- Response codes (NOERROR, NXDOMAIN, etc.)
- Geographic distribution
Integration with Workers
For Workers using custom domains:
- Verify zone configuration with
show_zone_dns_settings - Check DNS report for the zone
- Correlate with Workers observability data
Troubleshooting
| Issue | Investigation Steps |
|---|---|
| Slow DNS resolution | Check dns_report for latency metrics |
| Missing records | Verify show_zone_dns_settings |
| High error rates | Review response codes in dns_report |
| Zone not found | List zones with zones_list |
Tips
- Zone IDs from
zones_listare needed for other operations - DNS reports can span custom time ranges
- Account settings may override zone settings
- Use with observability tools for full-stack debugging
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
always-works-testing
Default testing standard for all implementation work - ensures code actually works through mandatory execution validation before confirming to user. Applies automatically whenever writing, modifying, debugging, or implementing any code (scripts, APIs, UI, configs, data operations, logic changes). This is the baseline expectation, not an optional extra - every implementation must be verified through actual execution, not assumed correct.
Rails Code Generation
This skill should be used when the user asks to "generate Rails code", "create a model", "create a controller", "add a migration", "write Rails tests", "set up background jobs", "configure Rails app", or discusses Rails conventions, best practices, ActiveRecord patterns, Hotwire/Stimulus, ViewComponent, RSpec testing, or Ruby on Rails development. Based on Evil Martians' AGENTS.md.
Cloudflare Workers Observability
This skill should be used when the user asks about "worker logs", "debug worker", "worker errors", "request analytics", "worker metrics", "performance monitoring", "error rate", "invocation logs", "troubleshoot worker", "worker analytics", or needs to debug and monitor Cloudflare Workers.
Cloudflare Documentation Search
This skill should be used when the user asks about "Cloudflare", "Workers", "Pages", "R2", "D1", "KV", "Durable Objects", "Queues", "Vectorize", "AI Gateway", "Hyperdrive", "Cloudflare API", "Wrangler", "Cloudflare documentation", "how to deploy to Cloudflare", "Cloudflare best practices", "Cloudflare pricing", "Cloudflare limits".
Cloudflare Workers Builds
This skill should be used when the user asks about "deploy status", "build failed", "build logs", "deployment history", "worker deployment", "check build", "deployment succeeded", "build error", "CI/CD", "verify deployment", or needs to monitor Cloudflare Workers builds and deployments.
Cloudflare Workers Bindings
This skill should be used when the user asks about "KV namespace", "R2 bucket", "D1 database", "Hyperdrive", "create binding", "list workers", "worker code", "storage binding", "database query", "object storage", "key-value store", "connection pooling", or needs to manage Cloudflare Workers storage and compute resources.
Didn't find tool you were looking for?