๐ŸŽฏ

cloudflare-api

๐ŸŽฏSkill

from jezweb/claude-skills

VibeIndex|
What it does
|

Hits the Cloudflare REST API directly for bulk/fleet operations that wrangler CLI or MCP can't handle well โ€” bulk DNS, custom hostnames, email routing, cache purge, WAF rules, D1 cross-DB queries, R2/KV bulk, Vectorize, Queues, and resource audits โ€” producing curl commands or batch scripts.

๐Ÿ“ฆ

Same repository

jezweb/claude-skills(196 items)

cloudflare-api

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add jezweb/claude-skills --skill cloudflare-api
skills.sh Installโš  Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add jezweb/claude-skills --skill cloudflare-api
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/cloudflare-api/SKILL.md

SKILL.md

421Installs
-
AddedApr 13, 2026

More from this repository10

๐ŸŽฏ
tailwind-v4-shadcn๐ŸŽฏSkill

A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.

๐ŸŽฏ
tanstack-query๐ŸŽฏSkill

A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.

๐ŸŽฏ
shadcn-ui๐ŸŽฏSkill

A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.

๐ŸŽฏ
tailwind-theme-builder๐ŸŽฏSkill

A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.

๐ŸŽฏ
fastapi๐ŸŽฏSkill

Provides FastAPI development patterns including async endpoints, dependency injection, Pydantic models, authentication, and API documentation best practices

๐ŸŽฏ
color-palette๐ŸŽฏSkill

Skill for generating complete, accessible color palettes from a single brand hex, creating 11-shade scales, semantic tokens, dark mode variants, and WCAG contrast checking for Tailwind v4

๐ŸŽฏ
tanstack start๐ŸŽฏSkill

Provides TanStack Start patterns for building full-stack React applications with server-side rendering, routing, and data loading

๐ŸŽฏ
favicon-gen๐ŸŽฏSkill

Generates favicon files in multiple sizes and formats for web projects, from a collection of 87 production-ready skills for Cloudflare, React, and AI integrations.

๐ŸŽฏ
zustand-state-management๐ŸŽฏSkill

Provides Zustand state management patterns for React including store creation, selectors, middleware, and best practices for scalable client-side state

๐ŸŽฏ
react-hook-form-zod๐ŸŽฏSkill

Provides React Hook Form integration patterns with Zod schema validation for type-safe, performant form handling