Cloudflare

Manage Cloudflare zones, DNS records, and cache via API token.

6|3|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/lordmacu/nexo-rs --skill cloudflare-lordmacu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Cloudflare
Source: https://github.com/lordmacu/nexo-rs/tree/main/skills/cloudflare
Command: npx skills add https://github.com/lordmacu/nexo-rs --skill cloudflare-lordmacu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill streamlines the management of Cloudflare zones, DNS records, and cache, eliminating the need for manual API interactions.

Core Features & Use Cases

  • Zone and DNS Record Management: Read or modify Cloudflare zones and DNS records with ease.
  • Cache Purging: Purge Cloudflare cache for specific sites or files.
  • Use Case: For a website administrator, quickly list all Cloudflare zones, update DNS records, or clear the cache when deploying new content.

Quick Start

Use the Cloudflare skill to list all your Cloudflare zones.

Frequently Asked Questions about Cloudflare

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Cloudflare DNS records via API token?

You can manage Cloudflare DNS records by setting the CLOUDFLARE_API_TOKEN environment variable, which authenticates requests to list, update, and delete records across your zones.

What is the best way to purge Cloudflare cache for specific files?

The best way to purge Cloudflare cache for specific files is using an API token to send purge requests, clearing outdated content quickly during website deployments.

Do I need an API token to list Cloudflare zones?

Yes, you need a valid CLOUDFLARE_API_TOKEN environment variable to authenticate and list Cloudflare zones successfully.

Can I update DNS records for multiple Cloudflare zones?

Yes, you can list all available Cloudflare zones and update DNS records for them using API token authentication, streamlining zone management without manual API interactions.

Why automate Cloudflare zone management instead of using the dashboard?

Automating Cloudflare zone management eliminates manual API interactions, enabling faster updates to DNS records and cache purges when deploying new website content.