Documentation
README
Cloudflare Manager
Comprehensive Cloudflare service management skill that enables deployment and configuration of Workers, KV Storage, R2 buckets, Pages, DNS records, and routing. Automatically validates API credentials, extracts deployment URLs, and provides actionable error messages.
Initial Setup
Before using this skill for the first time:
-
Install Dependencies
cd ~/.claude/skills/cloudflare-manager bun install -
Configure API Key
Create a
.envfile in your project root:CLOUDFLARE_API_KEY=your_api_token_here CLOUDFLARE_ACCOUNT_ID=your_account_id # Optional, auto-detected
This is the opening of the README. Read the full README on GitHub.