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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bobdevibecoder/bobagent-cloudflareWhat 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
- "Initialize a new worker project named 'auth-service', add a secret named 'API_KEY', and deploy it to my production environment."
- "Update my 'users-db' D1 database by running the latest migrations and then execute a query to count all users."
- "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 secretcommands for sensitive values rather than hardcoding them inwrangler.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.tomlorwrangler.jsoncontext defined in your directory before running commands, as some operations rely on the current project configuration.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bobdevibecoder-bobagent-cloudflare": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, external-api, code-execution
Related Skills
affiliate-master
Full-stack affiliate marketing automation for OpenClaw agents. Generate, track, and optimize affiliate links with FTC-compliant disclosures and multi-network support.
tweet-ideas-generator
Generates 60 high-impact tweet ideas from reference content across 5 categories. Use when someone wants to extract engaging short-form statements from content for Twitter/X, organized by harsh advice, quotes, pain points, counterintuitive truths, and key insights.
ai-discoverability-audit
Audit how a brand appears in AI-powered search (ChatGPT, Perplexity, Claude, Gemini). Use when user mentions "AI search," "how do I show up in ChatGPT," "AI discoverability," "AEO," "LLM visibility," or wants to understand their brand's AI presence.
positioning-basics
Help founders and marketers nail their positioning. Use when someone mentions "positioning," "value proposition," "who is this for," "how do I describe my product," "messaging," "ICP," "ideal customer," or is struggling to articulate what makes their product different.
polymarket-correlation
Detect mispriced correlations between Polymarket prediction markets. Cross-market arbitrage finder for AI agents.