What problem does it solve?
This Skill eliminates the risk of credential leaks, accidental remote resource mutations, and incorrect command usage when working with the Cloudflare cf CLI, a technical preview tool with varying command shapes across different products.
Core Features & Use Cases
- Secure Remote Cloudflare Management: Safely execute cf commands for DNS, D1, KV, R2, Durable Objects, Workflows, and account/zone administration against live Cloudflare APIs.
- Local Resource Testing: Use cf's Local Explorer mode to inspect and modify simulated Miniflare resources started by wrangler dev, cf dev, or the Cloudflare Vite plugin, with clear separation from live production data.
- Built-in Safety Guardrails: Follow structured discovery workflows, validate active context before mutations, and use dry-run mode to prevent accidental changes to critical resources.
- Use Case: A developer building a Cloudflare Worker can use this Skill to safely test D1 database schema changes locally via Local Explorer before deploying to production, avoiding unintended modifications to live user data.
Quick Start
Use the cf skill to list all KV namespaces associated with your Cloudflare account after confirming your active context with the cf context show command.