Agent skill · Backend & API

cloudflare

Cloudflare API: DNS, Zones, Pages, Access, Workers, R2. Account ID: <your-account-id>

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill cloudflare-alphaonedev-openclaw-graph --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Requires: []
Path: skills/api/cloudflare-alphaonedev-openclaw-graph/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# cloudflare ## Purpose This skill provides programmatic access to Cloudflare's API for managing DNS records, zones, Pages sites, Access policies, Workers scripts, and R2 storage. It uses the specified account ID (YOUR_CLOUDFLARE_ACCOUNT_ID) to perform operations securely. ## When to Use Use this skill for automating infrastructure tasks like updating DNS records during deployments, securing applications with Access, deploying static sites via Pages, running edge compute with Workers, managing object storage in R2, or creating/deleting zones. Apply it in scripts, CI/CD pipelines, or when integrating Cloudflare with other services. ## Key Capabilities - DNS: Manage records (A, CNAME, TXT) within zones. - Zones: Create, list, update, or delete zones using the account ID. - Pages: Deploy and manage static sites with custom domains. - Access: Enforce policies for authentication and authorization. - Workers: Script edge logic for requests and responses. - R2: Handle object storage operations like uploads and deletions. Authentication requires an API token set as `$CLOUDFLARE_API_TOKEN`; include the account ID in API requests. ## Usage Patterns Always authenticate requests with `$CLOUDFL

What's inside
Steps it walks through
  1. Purpose
  2. When to Use
  3. Key Capabilities
  4. Usage Patterns
  5. Common Commands/API
  6. Integration Notes
  7. Error Handling
  8. Concrete Usage Examples
  9. Graph Relationships
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the cloudflare skill do?

Cloudflare API: DNS, Zones, Pages, Access, Workers, R2. Account ID: <your-account-id>

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill cloudflare-alphaonedev-openclaw-graph --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going