Deploy and manage Cloudflare infrastructure
cloudflare-managerskillsetup L3★0
Sheshiyer/skill-clusters ↗What it does
Deploy and manage Workers, KV, R2, Pages, DNS via script commands
Best for
Rapid infrastructure-as-code deployment of Cloudflare services when you need immediate URL feedback and scripted setup.
Inputs
- · worker JavaScript/TypeScript
- · KV namespace name
- · R2 bucket name
- · DNS record config
Outputs
- · deployed worker URL
- · KV namespace ID
- · R2 bucket access
- · DNS record created
Requires
- · Bun runtime
- · CLOUDFLARE_API_KEY in .env
- · API token with Workers/KV/R2/Pages/DNS permissions
Preconditions
API key validated via validate-api-key.ts; required permissions confirmed; .env configured
Failure modes
API token permission gaps silently fail; 401/403 errors need permission audit; eventual consistency on KV writes (~60s global)
Trust signals
- · Auto-extracts deployment URLs
- · Validates permissions before mutation
- · Bun scripts for fast iteration
- · Actionable error messages