Cloudflare Agents

🌐Community
by secondsky · vlatest · Repository

Automates Cloudflare configurations and optimizes performance using SecondSky's intelligent agents for enhanced security & speed.

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 secondsky-cloudflare-agents npx -- -y @trustedskills/secondsky-cloudflare-agents
2

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

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

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

About This Skill

The Cloudflare Agents skill enables AI agents to interact directly with the Cloudflare platform, allowing them to manage DNS records, configure security rules, and deploy Workers. It acts as a bridge between natural language commands and Cloudflare's API infrastructure.

When to use it

  • Automating routine DNS management tasks like adding or deleting A and CNAME records.
  • Deploying or updating Cloudflare Workers without manual code pushing.
  • Configuring security policies such as WAF rules or firewall settings dynamically.
  • Retrieving real-time status of zones, accounts, or specific resources via API calls.

Key capabilities

  • Direct integration with the Cloudflare REST API for resource management.
  • Support for creating, updating, and deleting DNS entries programmatically.
  • Ability to deploy Workers scripts directly through agent commands.
  • Access to account-level metadata including zone lists and plan details.

Example prompts

  • "Create a CNAME record pointing example.com to my-cloudflare-worker.workers.dev."
  • "Deploy the latest version of my Worker script from the repository linked in context."
  • "List all active zones under my Cloudflare account and their current plans."

Tips & gotchas

Ensure your AI agent has valid API tokens with appropriate permissions before attempting write operations like DNS updates or Worker deployments. Always verify zone names and record types to avoid unintended configuration changes in production environments.

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
secondsky
Installs
30

🌐 Community

Passed automated security scans.