ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 3/5

cloudflare

Manage Cloudflare Workers, KV, D1, R2, and secrets using the Wrangler CLI. Use when deploying workers, managing databases, storing objects, or configuring Cloudflare resources. Covers worker deployment, KV namespaces, D1 SQL databases, R2 object storage, secrets management, and tailing logs.

Why use this skill?

Manage Cloudflare Workers, D1 databases, R2 storage, and secrets automatically with the Cloudflare Wrangler CLI skill for OpenClaw.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bobdevibecoder/bobagent-cloudflare
Or

What This Skill Does

The Cloudflare skill provides a comprehensive interface for managing the entire Cloudflare developer ecosystem using the Wrangler CLI. It enables OpenClaw agents to deploy, monitor, and configure edge infrastructure, including Workers (serverless functions), KV (Key-Value storage), D1 (SQL databases), R2 (object storage), and message queues. By automating these interactions, the skill eliminates the need for manual CLI intervention, allowing developers to manage their infrastructure directly through natural language instructions within the agent environment.

Installation

To install this skill, run the following command in your terminal: clawhub install openclaw/skills/skills/bobdevibecoder/bobagent-cloudflare Ensure you have Node.js v20+ and the Wrangler CLI installed globally (npm install -g wrangler). After installation, execute wrangler login to authenticate the agent's access to your Cloudflare account.

Use Cases

This skill is ideal for:

  • Rapid application deployment: Automating the CI/CD pipeline for Cloudflare Workers.
  • Database Management: Migrating schemas, executing SQL queries against D1, and managing data backups.
  • Configuration Management: Programmatically setting secret environment variables for security and API keys.
  • Log Debugging: Tailing production logs in real-time to diagnose issues.
  • Storage orchestration: Managing buckets in R2 and key-value pairs in KV namespaces.

Example Prompts

  1. "Initialize a new worker project named 'auth-service', add a secret named 'API_KEY', and deploy it to my production environment."
  2. "Update my 'users-db' D1 database by running the latest migrations and then execute a query to count all users."
  3. "Tail the logs for the 'payment-processor' worker and alert me if there are any error status codes."

Tips & Limitations

  • Security: Always use the wrangler secret commands for sensitive values rather than hardcoding them in wrangler.toml.
  • Rate Limiting: Be aware that heavy usage of D1 or KV operations may trigger Cloudflare platform rate limits; design your interactions accordingly.
  • State Management: Ensure that you have the correct wrangler.toml or wrangler.json context defined in your directory before running commands, as some operations rely on the current project configuration.

Metadata

Stars1100
Views0
Updated2026-02-17
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bobdevibecoder-bobagent-cloudflare": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#cloudflare#wrangler#edge-computing#serverless#infrastructure
Safety Score: 3/5

Flags: file-read, file-write, external-api, code-execution