Wrangler

🏢Official
by cloudflare · vlatest · Repository

Automate Cloudflare configurations like DNS records, firewall rules, and Workers deployments via a programmable interface.

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

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

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

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

About This Skill

What it does

This skill provides access to the Wrangler CLI, a tool for deploying, developing, and managing Cloudflare Workers and related resources. It allows AI agents to automate tasks such as deploying code changes, validating configurations, viewing logs, and deleting workers. The tool uses a wrangler.jsonc configuration file to define project settings and bindings.

When to use it

  • Deploying new or updated Cloudflare Worker code.
  • Validating the configuration of a Cloudflare Worker before deployment.
  • Monitoring live logs from a deployed Cloudflare Worker for debugging purposes.
  • Deleting an existing Cloudflare Worker resource.
  • Checking authentication status with your Cloudflare account.

Key capabilities

  • Local development server (wrangler dev)
  • Deployment to Cloudflare Workers (wrangler deploy)
  • Configuration validation (wrangler check)
  • TypeScript type generation (wrangler types)
  • Live log viewing (wrangler tail)
  • Worker deletion (wrangler delete)
  • Authentication status checking (wrangler whoami)

Example prompts

  • "Deploy the changes in my Cloudflare Worker project."
  • "Run a dry run of the deployment to check for errors."
  • "Generate TypeScript types based on my current configuration."
  • "Show me the live logs from my deployed worker."

Tips & gotchas

  • Wrangler version 4.x or higher is required. Install it with npm install -D wrangler@latest.
  • Use a recent compatibility_date in your wrangler.jsonc file (within the last 30 days).
  • Always run wrangler check before deploying to catch configuration errors early.

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
cloudflare
Installs
105

🏢 Official

Published by the company or team that built the technology.