cloudflare-skill

Manage Cloudflare DNS, zones, and analytics via the cf CLI and GraphQL API.

356|66|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/zeenie-ai/OpenCompany --skill cloudflare-skill-zeenie-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cloudflare-skill
Source: https://github.com/zeenie-ai/OpenCompany/tree/main/server/skills/cloudflare/cloudflare-skill
Command: npx skills add https://github.com/zeenie-ai/OpenCompany --skill cloudflare-skill-zeenie-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of working with Cloudflare's CLI and APIs by giving you a single, structured way to check identity, manage DNS, and query analytics without manually stitching together commands.

Core Features & Use Cases

  • Account and Auth Checks: Verify login status and scopes before making changes.
  • DNS Management: List zones, inspect records, create new records, and delete existing records safely.
  • Analytics Queries: Run GraphQL-based traffic, Web Analytics, RUM, and DNS analytics queries for deeper operational insight.
  • Full CLI Passthrough: Use custom cf commands when you need functionality beyond the built-in operations.

Quick Start

Ask the skill to check your Cloudflare identity, list your zones, and create the DNS record you need for a specified domain.

Frequently Asked Questions about cloudflare-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Cloudflare DNS records without manually stitching together CLI commands?▼

Cloudflare DNS management is handled through typed operations that list zones, inspect records, and safely create or delete entries, returning parsed JSON results without manual command stitching.

How do I query Cloudflare GraphQL Analytics API for traffic and RUM data?▼

Querying Cloudflare GraphQL Analytics API is done through built-in operations that run traffic, Web Analytics, RUM, and DNS analytics queries to provide deeper operational insight for your managed infrastructure.

What credentials do I need to authenticate Cloudflare account operations?▼

Cloudflare account authentication requires OAuth login or API token credentials to verify your login status and scopes before executing DNS management or analytics queries.

Can I run custom commands if the built-in Cloudflare operations are not enough?▼

Yes, you can run custom commands using the full CLI passthrough feature, which supports arbitrary cf command execution when you need functionality beyond the built-in typed operations.

What is the best way to check Cloudflare identity and scopes before making DNS changes?▼

Checking Cloudflare identity involves verifying your login status and scopes through structured account and auth checks before proceeding with any DNS or zone modifications.