cloudflare

Manage Cloudflare Workers, KV namespaces, R2 buckets, D1 databases, and Hyperdrive configurations.

Updated Jun 24, 2026
One-click install
npx skills add https://github.com/NimbleBrainInc/connector-skills --skill cloudflare-nimblebraininc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare
Source: https://github.com/NimbleBrainInc/connector-skills/tree/main/cloudflare
Command: npx skills add https://github.com/NimbleBrainInc/connector-skills --skill cloudflare-nimblebraininc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance on using Cloudflare's tools for managing Workers, KV namespaces, R2 buckets, D1 databases, and Hyperdrive configurations, offering a streamlined approach to serverless computing and edge storage.

Core Features & Use Cases

  • Workers Management: List, inspect, and manage Workers scripts.
  • KV Namespaces: Create, update, and manage key-value stores.
  • R2 Buckets: Interact with Cloudflare's object storage service.
  • D1 Databases: Run SQL queries against D1 databases.
  • Hyperdrive Configs: Manage Hyperdrive configurations.
  • Use Case: If you need to integrate serverless computing with your Cloudflare account, this Skill provides the necessary instructions to interact with various Cloudflare services effectively.

Quick Start

Use the cloudflare skill to list all Workers in your Cloudflare account.

Frequently Asked Questions about cloudflare

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

FAQPage Schema
How do I manage Cloudflare Workers scripts and serverless functions?

You can manage Cloudflare Workers by listing, inspecting, and updating serverless scripts directly through Cloudflare's API to control edge computing deployments.

Can I run SQL queries against Cloudflare D1 databases?

Yes, you can run SQL queries against Cloudflare D1 databases by using the provided tools to interact directly with your serverless SQLite-compatible data storage.

What's the best way to interact with Cloudflare R2 buckets and KV namespaces?

You can interact with Cloudflare R2 buckets and KV namespaces by creating, updating, and managing object storage and key-value stores directly via the API.

Do I need API authentication to manage Cloudflare Hyperdrive configurations?

Yes, you need authentication to Cloudflare's API to access your account resources and manage Hyperdrive configurations for connection pooling and caching.

Does this support managing serverless edge storage across multiple Cloudflare services?

Yes, it supports managing serverless edge storage across multiple Cloudflare services, providing integrated tools for Workers, KV, R2, D1, and Hyperdrive configurations.

Why use Cloudflare Workers for serverless computing instead of traditional server setups?

Cloudflare Workers provides serverless computing at the network edge, reducing latency and eliminating traditional server maintenance by executing scripts close to users.