cloudflare

Manage Cloudflare DNS records, zones, and tunnels via CLI.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/mattstyles333/openclaw-workspace --skill cloudflare-mattstyles333
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare
Source: https://github.com/mattstyles333/openclaw-workspace/tree/main/skills/cloudflare-api
Command: npx skills add https://github.com/mattstyles333/openclaw-workspace --skill cloudflare-mattstyles333

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) and references (resource) and examples (resource) components.

What problem does it solve?

This Skill simplifies the management of your Cloudflare domains, DNS records, and tunnels, allowing for quick and efficient configuration changes without needing to access the Cloudflare dashboard.

Core Features & Use Cases

  • DNS Management: Create, update, list, and delete DNS records for your domains.
  • Tunnel Management: Set up and configure Cloudflare Tunnels to securely expose local services.
  • Zone Administration: List and retrieve details about your Cloudflare zones.
  • Use Case: You need to quickly point a new subdomain to your server or set up a secure tunnel for a local development environment.

Quick Start

Use the Cloudflare skill to list all of your domains.

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 from the command line?

You can manage Cloudflare DNS records from the command line by using this Skill to interact directly with the Cloudflare API for creating, updating, listing, and deleting domain configurations without needing the web dashboard.

Can I set up Cloudflare Tunnels to expose local services without using the dashboard?

Yes, you can set up and configure Cloudflare Tunnels to securely expose local services by sending API requests through this Skill, automating tunnel creation and configuration directly from your terminal.

Do I need curl and jq to automate Cloudflare domain management?

Yes, you need curl and jq installed, as this Skill relies on curl for handling Cloudflare API communication and jq for parsing the JSON responses returned during zone administration and DNS updates.

What is the best way to retrieve zone information for multiple Cloudflare domains?

The best way to retrieve zone information for multiple Cloudflare domains is to use this Skill's command-line interface to query the Cloudflare API, which lists all zones and fetches specific domain details quickly.

Are there limitations when using API requests for Cloudflare zone administration?

Using API requests for Cloudflare zone administration requires handling authentication tokens securely and depends on external dependencies like curl and jq, but it automates domain configuration efficiently without dashboard access.