A comprehensive toolset to manage Cloudflare Workers, KV namespaces, D1 databases, and R2 storage using the Wrangler CLI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install wrangler
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install wrangler using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill empowers developers to control their entire Cloudflare ecosystem directly through an AI agent interface. By leveraging the Wrangler CLI, it provides a seamless bridge for deploying Workers, managing D1 SQL databases, interacting with R2 object storage, and handling KV namespaces. Utilizing Openclaw Skills with this integration ensures high productivity by automating repetitive infrastructure tasks and providing a unified command structure for edge computing.
Beyond basic deployments, this skill facilitates the entire serverless lifecycle. It allows for environment-specific configurations, secret management, and real-time log tailing, making it an indispensable part of the Openclaw Skills library for modern web development. Whether you are building a small API or a global-scale application, this skill streamlines the process of managing Cloudflare services.
Ensure Node.js v20+ is installed on your local environment. This is required for the Wrangler CLI to function correctly.
npm install -g wrangler
# Log in to your Cloudflare account
wrangler login
# Verify your identity and account access
wrangler whoami
The skill organizes infrastructure resources through a structured configuration file and binding system:
| Component | Configuration Key | Description |
|---|---|---|
| Workers | main |
Specifies the entry point for the serverless function. |
| KV Store | [[kv_namespaces]] |
Maps code variables to specific Key-Value storage IDs. |
| D1 Database | [[d1_databases]] |
Defines the connection between the Worker and a SQL database. |
| R2 Buckets | [[r2_buckets]] |
Configures access to object storage buckets. |
| Secrets | wrangler secret |
Securely stores sensitive data like API keys outside of code. |
Loading
A high-performance calculation engine that leverages the classic GNU Units utility to perform precise mathematical and unit transformations.

A specialized tool for generating cryptographically secure random data, including passwords, hex strings, and API tokens using the OpenSSL engine.

A Linux-based command-line tool for syncing and managing CalDAV calendars like iCloud and Google via vdirsyncer and khal.

A secure bridge for AI agents to access and manage Bitwarden and Vaultwarden credentials via the rbw CLI.

A curated database of 100 essential books designed to help humans thrive alongside artificial intelligence through five core capability frameworks.

A personalized book recommendation engine that matches curated titles to your specific career stage, challenges, and interests.








































