wrangler

Интерфейс командной строки Cloudflare Workers для развертывания, разработки и управления Workers, KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Containers, Queues, Workflows, Pipelines и Secrets Store. Загружайте перед выполнением команд wrangler для обеспечения правильного синтаксиса и соблюдения лучших практик.

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.

Больше skills от Cloudflare

agents-sdk
Cloudflare
Создавайте AI-агентов на Cloudflare Workers с помощью Agents SDK. Загружайте при создании stateful-агентов, долговечных рабочих процессов, приложений WebSocket в реальном времени, запланированных задач, MCP-серверов или чат-приложений. Охватывает класс Agent, управление состоянием, вызываемый RPC, интеграцию Workflows и React-хуки.
building-ai-agent-on-cloudflare
Cloudflare
Создаёт AI-агентов на Cloudflare с использованием Agents SDK, включая управление состоянием, WebSockets в реальном времени, запланированные задачи, интеграцию инструментов и возможности чата. Генерирует готовый к продакшену код агента для развёртывания на Workers. Используйте, когда пользователь хочет «создать агента», «AI-агента», «чат-агента», «агента с состоянием», упоминает «Agents SDK», нуждается в «AI в реальном времени», «WebSocket AI» или спрашивает об «управлении состоянием агента», «запланированных задачах» или «вызове инструментов».
development
building-mcp-server-on-cloudflare
Cloudflare
Создаёт удалённые MCP-серверы (Model Context Protocol) на Cloudflare Workers с инструментами, OAuth-аутентификацией и развёртыванием в production. Генерирует код сервера, настраивает провайдеров аутентификации и развёртывает на Workers. Используйте, когда пользователь хочет «создать MCP-сервер», «создать MCP-инструменты», «удалённый MCP», «развернуть MCP», добавить «OAuth к MCP» или упоминает Model Context Protocol на Cloudflare. Также срабатывает на «MCP-аутентификация» или «MCP-развёртывание».
development
cloudflare
Cloudflare
Всесторонний навык работы с платформой Cloudflare, охватывающий Workers, Pages, хранилища (KV, D1, R2), ИИ (Workers AI, Vectorize, Agents SDK), сеть (Tunnel, Spectrum), безопасность (WAF, DDoS) и инфраструктуру как код (Terraform, Pulumi). Используйте для любых задач разработки на Cloudflare.
durable-objects
Cloudflare
Создание и проверка Cloudflare Durable Objects. Используется при построении stateful-координации (чат-комнаты, многопользовательские игры, системы бронирования), реализации RPC-методов, хранилища SQLite, будильников, WebSockets или проверки кода DO на соответствие лучшим практикам. Охватывает интеграцию с Workers, конфигурацию wrangler и тестирование с Vitest.
sandbox-sdk
Cloudflare
Создавайте изолированные приложения для безопасного выполнения кода. Загружайте при создании AI-исполнения кода, интерпретаторов кода, CI/CD-систем, интерактивных сред разработки или при выполнении недоверенного кода. Охватывает жизненный цикл Sandbox SDK, команды, файлы, интерпретатор кода и URL-адреса предварительного просмотра.
web-perf
Cloudflare
Анализирует производительность веб-страниц с помощью Chrome DevTools MCP. Измеряет основные веб-показатели (FCP, LCP, TBT, CLS, Speed Index), выявляет блокирующие рендеринг ресурсы, цепочки сетевых зависимостей, сдвиги макета, проблемы кэширования и пробелы в доступности. Используйте, когда требуется провести аудит, профилирование, отладку или оптимизацию производительности загрузки страниц, показателей Lighthouse или скорости сайта.
workers-best-practices
Cloudflare
Проверяет код Cloudflare Workers на соответствие лучшим практикам продакшена. Загружается при написании новых Workers, ревью кода Workers, настройке wrangler.jsonc или проверке на распространённые антипаттерны Workers (стриминг, плавающие промисы, глобальное состояние, секреты, привязки, наблюдаемость). Отдаёт предпочтение извлечению из документации Cloudflare перед предварительно обученными знаниями.