Wrangler
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.
Run in terminal (recommended)
claude mcp add cloudflare-wrangler npx -- -y @trustedskills/cloudflare-wrangler
Or manually add to ~/.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_datein yourwrangler.jsoncfile (within the last 30 days). - Always run
wrangler checkbefore 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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.