Cloudflare Workflows

🌐Community
by jezweb · vlatest · Repository

Automate Cloudflare infrastructure tasks & execute custom code directly on Cloudflare's edge network using Workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add cloudflare-workflows npx -- -y @trustedskills/cloudflare-workflows
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "cloudflare-workflows": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/cloudflare-workflows"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The cloudflare-workflows skill enables AI agents to interact with Cloudflare's API, allowing automation of tasks such as managing DNS records, configuring firewall rules, and deploying serverless functions. It provides a streamlined way to perform routine operations within the Cloudflare ecosystem using natural language prompts.

When to use it

  • Automating repetitive DNS configuration tasks across multiple domains.
  • Setting up security policies or firewall rules in response to new threats.
  • Deploying and managing Cloudflare Workers for performance optimization or custom logic execution.

Key capabilities

  • Integration with Cloudflare's API for programmatic control.
  • Support for managing DNS records, firewall rules, and serverless functions.
  • Automation of routine administrative tasks through natural language prompts.

Example prompts

  • "Update the A record for example.com to point to 192.0.2.1."
  • "Create a new firewall rule to block traffic from IP range 198.51.100.0/24."
  • "Deploy a Cloudflare Worker that logs all incoming HTTP requests."

Tips & gotchas

  • Ensure the AI agent has valid API credentials and proper permissions for Cloudflare operations.
  • Be cautious with destructive actions like deleting DNS records or firewall rules—verify commands before execution.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
jezweb
Installs
348

🌐 Community

Passed automated security scans.