What problem does it solve? Cloudflare's unified cf CLI is a technical preview whose command surface changes quickly, so memorized commands and flags frequently break. This Skill teaches the agent to discover the current command inventory, schemas, and authentication context directly from the installed CLI before executing any operation. ## Core Features & Use Cases - Live Command Discovery: Uses cf agent-context, --help, and cf schema to retrieve exact syntax, arguments, and request fields from the installed CLI instead of relying on stale documentation. - Safe Write Operations: Enforces dry runs, explicit confirmation for destructive or billing-related changes, and read-only verification after every write. - Authentication and Context Handling: Manages OAuth profiles, CLOUDFLARE_API_TOKEN resolution, and account or zone context without ever exposing credential values. - Use Case: A user asks to create a DNS record. The agent runs cf agent-context dns, checks cf dns records create --help and its schema, confirms the zone context, dry-runs the change, executes it, and verifies with a read-only list command. ## Quick Start Ask the agent to use the cf CLI to list the DNS records for your zone and let it discover the exact commands from the installed CLI.