What problem does it solve? Managing Cloudflare infrastructure requires juggling thousands of API endpoints, wrangler CLI quirks, and auth token conflicts that break deployments. This Skill unifies API queries and deployments into guided workflows so you can deploy Workers, query account state, and troubleshoot failures without memorizing endpoints or debugging auth errors. ## Core Features & Use Cases - Dual-Tool Operations: Uses Code Mode MCP (search + execute) for API queries like listing workers, reading KV, and managing DNS, while reserving wrangler for deploys and local dev. - Guided Workflows: Three dedicated workflows cover creating Workers/MCP servers, querying account state (KV, R2, D1, Vectorize, analytics), and troubleshooting failed deployments with log analysis. - Auth Conflict Resolution: Built-in handling for the common failure where CF_API_TOKEN environment variables override OAuth and block Pages deployments. - Use Case: Ask to list all your workers, and the Skill searches the Cloudflare API via MCP, executes the right endpoint, and returns a formatted table — no tokens or manual curl required. ## Quick Start Ask the assistant to deploy your Worker to Cloudflare or list all workers in your account, and the Skill will route to the appropriate workflow automatically.