cloudflare▌
40 indexed skills · max 10 per page
cloudflare
cloudflare/cloudflare-docs · Cloud
Consolidated skill for building on the Cloudflare platform. Use decision trees below to find the right product, then load detailed references.
cloudflare-api
jezweb/claude-skills · Cloud
Hit the Cloudflare REST API directly when wrangler CLI or MCP servers aren't the right tool. For bulk operations, fleet-wide changes, and features that wrangler doesn't expose.
cloudflare-troubleshooting
daymade/claude-code-skills · Cloud
Investigate with evidence, not assumptions. Always query Cloudflare API to examine actual configuration before diagnosing issues. The skill's value is the systematic investigation methodology, not predetermined solutions.
hono-cloudflare
bobmatnyc/claude-mpm-skills · Cloud
Hono was originally built for Cloudflare Workers and provides first-class support for the entire Cloudflare ecosystem including KV, D1, R2, Durable Objects, Queues, and more.
cloudflare
dmmulroy/cloudflare-skill · Cloud
Consolidated skill for building on the Cloudflare platform. Use decision trees below to find the right product, then load detailed references.
cloudflare-hyperdrive
jezweb/claude-skills · Cloud
Connect Workers to PostgreSQL/MySQL with global connection pooling, query caching, and automatic latency reduction. \n \n Supports PostgreSQL (v9.0-17.x) and MySQL (v5.7-8.x) with node-postgres, postgres.js, and mysql2 drivers; includes Drizzle and Prisma ORM integration patterns \n Eliminates 7 connection round trips via edge pooling near Workers and connection pooling near databases, reducing latency by 90% (March 2025) \n Prevents 11 documented errors including postgres.js hangs with IP addre
cloudflare-mcp-server
jezweb/claude-skills · Cloud
Deploy remote MCP servers on Cloudflare Workers with TypeScript, OAuth, and Durable Objects. \n \n Supports SSE and HTTP Streamable transports with automatic WebSocket hibernation for stateful sessions; choose from five auth templates (no-auth, bearer, GitHub/Google OAuth, enterprise SSO) \n Base path configuration is critical—server and client URLs must match exactly (e.g., serveSSE(\"/sse\") requires client URL https://worker.dev/sse , not https://worker.dev ) \n Includes 24 documented error s
cloudflare-agents
jezweb/claude-skills · Cloud
Build stateful AI agents on Cloudflare Workers with WebSockets, persistent state, scheduling, and multi-agent coordination. \n \n WebSocket-based real-time communication with automatic state synchronization across clients and devices; resumable streaming persists across disconnects and page refreshes \n Built-in SQLite storage (up to 1GB per agent), task scheduling with cron expressions, and Durable Objects for globally unique, persistent agent instances \n Multi-agent coordination via routeAgen
cloudflare-images
jezweb/claude-skills · Cloud
Store, transform, and deliver images at scale with Cloudflare Images API and URL-based transformations. \n \n Upload images via API, direct creator URLs, or external sources; serve via imagedelivery.net with optional signed URLs for private access \n Transform any image on-the-fly using /cdn-cgi/image/ parameters (resize, crop, quality, format auto-detection) or Workers cf.image object \n Create up to 100 named variants for common transformations; use flexible variants for dynamic parameters (in
cloudflare-browser-rendering
jezweb/claude-skills · Cloud
Headless Chrome automation on Cloudflare Workers with Puppeteer and Playwright. \n \n Supports both Puppeteer (v1.0.4) and Playwright (v1.1.0) for screenshots, PDFs, web scraping, and browser automation on Cloudflare's global network \n Session reuse and browser context isolation for performance optimization; multiple tabs within a single browser to reduce concurrency usage \n Includes 8 documented issue preventions covering XPath workarounds, binding configuration, timeouts, concurrency limits,