Wrangler
Build and deploy Cloudflare Workers from your agent.
Cloudflare's skill for running and troubleshooting Wrangler CLI commands and configuring Worker projects for local development, deployment and managing Cloudflare resources.
Install this skill
npx skills add https://github.com/cloudflare/skills --skill wranglerRuns the open-source skills CLI in your own terminal. It asks which agents to add the skill to. Read what it tells your agent to do before you install it.
Install for your agent
Claude Code
Run this in your project
npx skills add https://github.com/cloudflare/skills --skill wrangler -a claude-codeAdd
-gto install it for every project instead.Or ask Claude Code to do it
Install the "wrangler" skill from https://github.com/cloudflare/skills for Claude Code. Copy the skill folder (the one containing SKILL.md, with any scripts or reference files next to it) into .claude/skills/ in this project. Before copying, show me the SKILL.md and list any scripts it includes, and wait for me to confirm.
Or copy the folder yourself
Unzip the download into
.claude/skills/for this project, or~/.claude/skills/for all your projects.Picked up in the current session, no restart needed.
Claude Code skills docsClaude.aiNot supported
This skill is marked as not working in Claude.ai, usually because it needs a terminal or files that Claude.ai does not have.
Claude.ai skills docsChatGPTNot supported
This skill is marked as not working in ChatGPT, usually because it needs a terminal or files that ChatGPT does not have.
ChatGPT skills docsCodex
Run this in your project
npx skills add https://github.com/cloudflare/skills --skill wrangler -a codexAdd
-gto install it for every project instead.Or ask Codex to do it
Install the "wrangler" skill from https://github.com/cloudflare/skills for Codex. Copy the skill folder (the one containing SKILL.md, with any scripts or reference files next to it) into .agents/skills/ in this project. Before copying, show me the SKILL.md and list any scripts it includes, and wait for me to confirm.
Or copy the folder yourself
Unzip the download into
.agents/skills/for this project, or~/.agents/skills/for all your projects.Restart Codex if the skill does not show up.
Codex skills docsCursor
Run this in your project
npx skills add https://github.com/cloudflare/skills --skill wrangler -a cursorAdd
-gto install it for every project instead.Or ask Cursor to do it
Install the "wrangler" skill from https://github.com/cloudflare/skills for Cursor. Copy the skill folder (the one containing SKILL.md, with any scripts or reference files next to it) into .cursor/skills/ in this project. Before copying, show me the SKILL.md and list any scripts it includes, and wait for me to confirm.
Or copy the folder yourself
Unzip the download into
.cursor/skills/for this project, or~/.cursor/skills/for all your projects.Run it by typing / and the skill name in chat.
Cursor skills docsGitHub Copilot
Run this in your project
npx skills add https://github.com/cloudflare/skills --skill wrangler -a github-copilotAdd
-gto install it for every project instead.Or ask GitHub Copilot to do it
Install the "wrangler" skill from https://github.com/cloudflare/skills for GitHub Copilot. Copy the skill folder (the one containing SKILL.md, with any scripts or reference files next to it) into .github/skills/ in this project. Before copying, show me the SKILL.md and list any scripts it includes, and wait for me to confirm.
Or copy the folder yourself
Unzip the download into
.github/skills/for this project, or~/.copilot/skills/for all your projects.Works in Copilot CLI, the cloud agent and agent mode in VS Code and JetBrains.
GitHub Copilot skills docsAntigravity
Run this in your project
npx skills add https://github.com/cloudflare/skills --skill wrangler -a antigravityAdd
-gto install it for every project instead.Or ask Antigravity to do it
Install the "wrangler" skill from https://github.com/cloudflare/skills for Antigravity. Copy the skill folder (the one containing SKILL.md, with any scripts or reference files next to it) into .agents/skills/ in this project. Before copying, show me the SKILL.md and list any scripts it includes, and wait for me to confirm.
Antigravity skills docsOr copy the folder yourself
Unzip the download into
.agents/skills/for this project, or~/.gemini/config/skills/for all your projects.Gemini CLI
Run this in your project
npx skills add https://github.com/cloudflare/skills --skill wrangler -a gemini-cliAdd
-gto install it for every project instead.Or ask Gemini CLI to do it
Install the "wrangler" skill from https://github.com/cloudflare/skills for Gemini CLI. Copy the skill folder (the one containing SKILL.md, with any scripts or reference files next to it) into .gemini/skills/ in this project. Before copying, show me the SKILL.md and list any scripts it includes, and wait for me to confirm.
Or copy the folder yourself
Unzip the download into
.gemini/skills/for this project, or~/.gemini/skills/for all your projects.Run /skills to check it was found.
Gemini CLI skills docs
- Installs
- 85.7K via skills.sh
- GitHub
- 2.8K stars ↗
- Last updated
- 8 Sept 2026
- Licence
- Apache-2.0
Security checks
Run by independent scanners and published on skills.sh. Their results, not a Viberation review.
- 23 Apr 2026
Gen Agent Trust Hub Pass
This skill provides comprehensive instructions for using the Cloudflare Wrangler CLI. It follows security best practices for handling secrets and utilizes official Cloudflare tools and resources. The identified patterns are standard for developer tooling and project management.
- 23 Apr 2026
Socket Pass
No alerts
- 23 Apr 2026
Snyk Pass
Risk: LOW · No issues
- 4 Mar 2026
Runlayer Warning
1/1 file flagged
- 16 Apr 2026
ZeroLeaks Pass
1 finding · Score: 82/100
What's inside (1 file)
SKILL.md6.8K chars
SKILL.md, first part. Shown as plain text.
--- name: wrangler description: Run or troubleshoot Wrangler CLI commands and configure Worker projects for local development, deployment, and Cloudflare resource management. --- # Wrangler CLI Use the project's Wrangler version and retrieve the relevant documentation before writing commands or configuration. CLI flags and configuration fields change; do not rely on memorized examples. ## Inspect the Project - Find the package manager, installed Wrangler version, package scripts, framework, and Wrangler config. Run commands through the project's scripts or package manager so they use its local version. Install dependencies using the existing lockfile when needed; do not silently upgrade Wrangler to match current docs. If Wrangler is not a dependency, follow the [installation guide](https://developers.cloudflare.com/workers/wrangler/install-and-update/) to add it locally. - Identify the config used by the build or deploy command, including framework-generated config. Edit its source rather than generated output. - Establish the target account, Worker, environment, and resource before running commands that change them. For data operations, determine whether the target is local or remote. ## Retrieve What the Task Needs Use the Cloudflare MCP `docs` tool if available, or fetch the relevant linked page directly. Follow links to the specific command or product involved; avoid loading the entire reference. If a page moves, rediscover it through the [Wrangler command index](https://developers.cloudflare.com/workers/wrangler/commands/) or Cloudflare docs search. | Task | Source | | --- | --- | | Discover commands and flags, including resource management, deployments, rollback, and diagnostics | Project-local `wrangler --help` and `wrangler <command> --help`; [command reference](https://developers.cloudflare.com/workers/wrangler/commands/) | | Edit config or add a binding | Installed `wrangler/config-schema.json` (usually under `node_modules`); [configuration reference](https://developers.cloudflare.com/workers/wrangler/configuration/) | | Deploy a framework application | [Framework guides](https://developers.cloudflare.com/workers/framework-guides/); follow the guide for the project's existing framework and adapter | | Migrate an application to Workers when requested | [Pages to Workers](https://developers.cloudflare.com/workers/static-assets/migration-guides/migrate-from-pages/); [Vercel to Workers](https://developers.cloudflare.com/workers/static-assets/migration-guides/vercel-to-workers/) | | Configure staging or production | [Environments](https://developers.cloudflare.com/workers/wrangler/environments/) | | Set secrets locally, in CI, or on a deployed Worker | [Secrets](https://developers.cloudflare.com/workers/configuration/secrets/) | | Generate binding and runtime types | [TypeScript](https://developers.cloudflare.com/workers/languages/typescript/) | | Run locally or choose a testing approach | [Local development](https://developers.cloudflare.com/workers/local-development/); [testing](https://developers.cloudflare.com/workers/testing/) | | Diagnose authentication or select an account | [General commands](https://developers.cloudflare.com/workers/wrangler/commands/general/), including `whoami`; [authentication profiles](https://developers.cloudflare.com/workers/wrangler/profiles/) | | Deploy an unauthenticated prototype | [Claim deployments](https://developers.cloudflare.com/workers/platform/claim-deployments/) for eligibility, expiry, and claim URL handling; use a permanent account for production or CI | Use installed help and schema to check whether documented features exist in the project's version. If a required feature needs an upgrade, make that dependency explicit. If retrieval is unavailable, state the gap and use available local evidence rather than inventing syntax. ## Apply the Change - Prefer `wrangler.jsonc` for new config. Set a new project's [compatibility date](https://developers.cloudflare.com/worker
Key info
- Pricing
- Open source
- Category
- Skills
Related reading
- Tool reviews
Choosing your first AI coding setup
You need three things, and you probably already have one of them.
Beginner