cloudflare

Access Cloudflare control plane via REST for DNS, Workers, KV, R2, D1, and Pages.

8|1|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/mnlt/teleport --skill cloudflare-mnlt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare
Source: https://github.com/mnlt/teleport/tree/main/skills/cloudflare
Command: npx skills add https://github.com/mnlt/teleport --skill cloudflare-mnlt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides direct, authenticated access to Cloudflare's control plane to view current account state and perform targeted changes without using Wrangler.

Core Features & Use Cases

  • Access DNS records, Workers scripts, KV namespaces, R2 buckets, D1 databases, and Pages projects via REST to inspect and mutate state on demand.
  • Use cases include retrieving DNS records, listing and deploying Worker scripts, querying D1 databases, managing KV, and handling Pages deployments without the Cloudflare CLI.
  • Supports authenticated REST calls with a standardized response envelope.

Quick Start

Query the Cloudflare REST API to retrieve current account state or perform a one-off mutation.

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 and Workers without using Wrangler?

You can manage Cloudflare DNS records and Workers without Wrangler by using direct REST API calls to the control plane, which requires a valid API token, account ID, and zone ID to inspect and mutate state on demand.

Can I query a Cloudflare D1 database via REST API?

Yes, you can query Cloudflare D1 databases via REST API by making authenticated requests to the control plane, allowing you to retrieve current account state and perform targeted database queries without the Cloudflare CLI.

What credentials do I need to access the Cloudflare REST API?

To access the Cloudflare REST API for control plane tasks, you need a valid API token, your account ID, and your zone ID to authenticate requests and parse the standard REST response envelope with a success flag.

How do I deploy Workers scripts and manage KV namespaces using REST?

You can deploy Workers scripts and manage KV namespaces using REST by sending authenticated requests to the Cloudflare control plane, enabling you to list, inspect, and mutate these resources on demand without Wrangler.

Is it possible to handle Cloudflare Pages deployments and R2 buckets through API calls?

Yes, handling Cloudflare Pages deployments and R2 buckets through API calls is possible by using direct REST access to the control plane to view current account state and perform targeted changes on demand.