wrangler

CLI de Cloudflare Workers para desplegar, desarrollar y gestionar Workers, KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Containers, Queues, Workflows, Pipelines y Secrets Store. Cargar antes de ejecutar comandos wrangler para garantizar la sintaxis correcta y las mejores prácticas.

npx skills add https://github.com/cloudflare/skills --skill wrangler

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 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 or Cloudflare docs search.

TaskSource
Discover commands and flags, including resource management, deployments, rollback, and diagnosticsProject-local wrangler --help and wrangler <command> --help; command reference
Edit config or add a bindingInstalled wrangler/config-schema.json (usually under node_modules); configuration reference
Deploy a framework applicationFramework guides; follow the guide for the project's existing framework and adapter
Migrate an application to Workers when requestedPages to Workers; Vercel to Workers
Configure staging or productionEnvironments
Set secrets locally, in CI, or on a deployed WorkerSecrets
Generate binding and runtime typesTypeScript
Run locally or choose a testing approachLocal development; testing
Diagnose authentication or select an accountGeneral commands, including whoami; authentication profiles
Deploy an unauthenticated prototypeClaim 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 to today; review runtime changes and test when advancing an existing project's date. Preserve existing project conventions and avoid incidental format migrations.
  • Check environment inheritance before adding bindings or variables. Some fields must be specified separately for each environment; a working default config does not establish that staging is configured.
  • With the Cloudflare Vite plugin, select the environment via CLOUDFLARE_ENV at dev or build time. Deploy the resulting build; setting an environment at deploy time does not retarget its flattened config. See Vite environments.
  • Reconcile dashboard changes with the config before deploying: Wrangler can overwrite dashboard variables and routes. When binding existing resources, verify their identifiers; omitted identifiers can trigger automatic provisioning.
  • Distinguish local simulation from remote bindings during development. A locally running Worker can still access real resources; check the selected bindings before testing writes.
  • Keep secret values out of command arguments, source code, and logs. Use the documented interactive input or protected file/stdin mechanism for the command. Local secret files must be ignored by version control and are not automatically uploaded as deployed secrets. For missing local secrets, check file precedence and any secrets.required declaration in the secrets docs.
  • Treat wrangler secret put and secret delete as deployments: they create a version and deploy it immediately. Use the documented wrangler versions secret workflow when the change must be staged.
  • Before a rollback, check rollback limitations: connected resources and their data are not rolled back with Worker code.

Validate

After changing config or bindings in a TypeScript project, regenerate types with the project's wrangler types command rather than hand-editing generated declarations. Run the relevant existing typecheck or tests.

For deployment changes, use the project's build workflow and wrangler deploy --dry-run where supported, with the intended config and environment. A successful dry run checks the build and packaging; it does not prove remote resources or runtime behavior work. Use task-specific local or remote checks as appropriate to the requested work.

Report what changed, the target environment, checks performed, and any unresolved validation gaps. Link the documentation used when the result depends on current command or configuration behavior.

Más skills de Cloudflare

agents-sdk
Cloudflare
Construye agentes de IA en Cloudflare Workers usando el Agents SDK. Carga al crear agentes con estado, flujos de trabajo duraderos, aplicaciones WebSocket en tiempo real, tareas programadas, servidores MCP o aplicaciones de chat. Cubre la clase Agent, gestión de estado, RPC invocable, integración con Workflows y hooks de React.
building-ai-agent-on-cloudflare
Cloudflare
Construye agentes de IA en Cloudflare usando el SDK de Agents con gestión de estado, WebSockets en tiempo real, tareas programadas, integración de herramientas y capacidades de chat. Genera código de agente listo para producción desplegado en Workers. Úsalo cuando: el usuario quiera "construir un agente", "agente de IA", "agente de chat", "agente con estado", mencione "Agents SDK", necesite "IA en tiempo real", "WebSocket de IA", o pregunte sobre "gestión de estado" del agente, "tareas programadas" o "llamadas a herramientas".
development
building-mcp-server-on-cloudflare
Cloudflare
Construye servidores MCP (Model Context Protocol) remotos en Cloudflare Workers con herramientas, autenticación OAuth y despliegue en producción. Genera código de servidor, configura proveedores de autenticación y despliega en Workers. Úsalo cuando: el usuario quiera "construir servidor MCP", "crear herramientas MCP", "MCP remoto", "desplegar MCP", agregar "OAuth a MCP", o mencione Model Context Protocol en Cloudflare. También se activa con "autenticación MCP" o "despliegue MCP".
development
cloudflare
Cloudflare
Habilidad integral de la plataforma Cloudflare que cubre Workers, Pages, almacenamiento (KV, D1, R2), IA (Workers AI, Vectorize, Agents SDK), redes (Tunnel, Spectrum), seguridad (WAF, DDoS) e infraestructura como código (Terraform, Pulumi). Úsala para cualquier tarea de desarrollo en Cloudflare.
durable-objects
Cloudflare
Crear y revisar Cloudflare Durable Objects. Úselo al construir coordinación con estado (salas de chat, juegos multijugador, sistemas de reservas), implementar métodos RPC, almacenamiento SQLite, alarmas, WebSockets, o revisar código DO para mejores prácticas. Cubre integración con Workers, configuración de wrangler y pruebas con Vitest.
sandbox-sdk
Cloudflare
Construye aplicaciones en entornos aislados para la ejecución segura de código. Cárgalo al construir ejecución de código con IA, intérpretes de código, sistemas CI/CD, entornos de desarrollo interactivos o al ejecutar código no confiable. Cubre el ciclo de vida del Sandbox SDK, comandos, archivos, intérprete de código y URLs de vista previa.
web-perf
Cloudflare
Analiza el rendimiento web utilizando Chrome DevTools MCP. Mide Core Web Vitals (FCP, LCP, TBT, CLS, Speed Index), identifica recursos que bloquean el renderizado, cadenas de dependencia de red, cambios de diseño, problemas de caché y brechas de accesibilidad. Úsalo cuando se te pida auditar, perfilar, depurar u optimizar el rendimiento de carga de páginas, puntuaciones de Lighthouse o velocidad del sitio.
workers-best-practices
Cloudflare
Revisa y autoría el código de Cloudflare Workers según las mejores prácticas de producción. Cargar al escribir nuevos Workers, revisar código de Workers, configurar wrangler.jsonc o verificar anti-patrones comunes de Workers (streaming, promesas flotantes, estado global, secretos, enlaces, observabilidad). Se inclina hacia la recuperación desde la documentación de Cloudflare en lugar del conocimiento preentrenado.