Wrangler

🏢Official
by cloudflare · vlatest · Repository

Wrangler simplifies deploying and managing Cloudflare Workers globally, streamlining your application’s rollout and ensuring optimal performance.

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

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

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

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

About This Skill

What it does

The wrangler skill enables users to interact with and manage Cloudflare Workers, allowing them to deploy, test, and configure serverless functions directly through an AI agent. It provides tools for scripting, debugging, and automating tasks related to edge computing.

When to use it

  • Deploying a new Cloudflare Worker script quickly without manual setup
  • Testing and debugging existing workers in real-time environments
  • Automating repetitive configuration or deployment workflows for multiple workers

Key capabilities

  • Scripting and deploying Cloudflare Workers
  • Debugging and testing worker functions
  • Managing worker configurations and settings

Example prompts

  • "Deploy my new Cloudflare Worker script to production."
  • "Test the 'hello-world' worker with sample request data."
  • "Show me how to configure a Cloudflare Worker for rate limiting."

Tips & gotchas

  • Ensure you have a valid Cloudflare account and API token configured before using this skill.
  • Some advanced features may require specific permissions or access levels within your Cloudflare organization.

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
2.9k

🏢 Official

Published by the company or team that built the technology.