{"enrichment":{"faq":[{"a":"Wrangler deploys your Worker code to Cloudflare using the `wrangler deploy` command. First, authenticate with `wrangler login`, configure your `wrangler.toml` with your account ID and worker name, then run `wrangler deploy` from your project root. Wrangler will upload your code and any bound resources (KV, R2, D1, Queues) to Cloudflare's edge network.","q":"How do I deploy with wrangler to Cloudflare?"},{"a":"Wrangler provides commands for each resource type: `wrangler kv` for key-value storage, `wrangler r2` for object storage, `wrangler d1` for databases, and `wrangler queues` for message queues. Use `wrangler tail` to stream live worker logs, `wrangler secret` to manage secrets, and `wrangler whoami` to verify your account identity. Each command has subcommands for create, list, delete, and other operations.","q":"What are the main Wrangler CLI commands for managing resources?"},{"a":"Wrangler secrets and bindings are configured in your `wrangler.toml` file or via CLI commands. Use `wrangler secret put KEY` to add environment secrets interactively. Bindings are declared in `wrangler.toml` under `[env.production]` or similar sections, specifying resource type, namespace ID, and other metadata. Secrets remain encrypted and are injected at runtime; bindings expose resource handles to your Worker code.","q":"How do I configure secrets and bindings in Wrangler?"},{"a":"Wrangler's `wrangler tail` command streams live logs from your deployed Worker. Run `wrangler tail` to see all logs, or use `--format json` for structured output. You can filter by status, message content, or sampling rate using flags like `--status error` or `--sampling-rate 0.1`. The tail command is useful for debugging production issues and monitoring Worker behavior in real time.","q":"How can I stream and filter worker logs with the tail command?"},{"a":"Wrangler account routing allows you to manage which Cloudflare account and zone your Worker is deployed to. Configure it in `wrangler.toml` by setting `account_id` and `route` fields, or use `wrangler publish` with environment-specific settings. This is essential when managing multiple accounts or deploying to different zones with a single codebase.","q":"What does wrangler account routing do and how is it configured?"},{"a":"Use `wrangler whoami` to verify your authenticated account and email. Config conflicts typically arise from mismatched `account_id` values or missing `wrangler.toml` settings. Run `wrangler login` to re-authenticate, check your `wrangler.toml` for typos, and ensure environment-specific configs override defaults correctly. Clear your local auth cache if needed with `wrangler logout`.","q":"How do I verify my account identity and resolve Wrangler config conflicts?"}],"shadow_tags":["cli-tool","deployment-automation","key-value-store","cloudflare-ecosystem","worker-management","infrastructure-as-code","log-streaming","secret-management","account-management"],"summary_rewrite":"Wrangler skill guides you through Cloudflare's command-line tool for deploying Workers and managing associated services like KV, R2, D1, and Queues. It covers deployment workflows, account routing, secrets handling, and common pitfalls to avoid when working with Wrangler 4."},"files":[{"bytes":1952,"path":"skills/wrangler/SKILL.md","sha256":"3c4adc7784ca9f72230bd2b3a8505325b06e98bfe867b8fe8957c12a5cd8c3ff","url":"https://skillfed.io/files/steipete/agent-scripts/wrangler/55c0d654/SKILL.md"}],"id":"steipete/agent-scripts/wrangler","links":{"html":"https://skillfed.io/steipete/agent-scripts/wrangler","md":"https://skillfed.io/steipete/agent-scripts/wrangler.md","repo":"https://github.com/steipete/agent-scripts"},"meta":{"agents_supported":[],"first_seen":"2026-07-28","forks":537,"language":"Shell","last_updated":"2026-07-23","license":"MIT","name":"wrangler","publisher":"steipete","stars":6476},"relations":{"similar":[{"id":"Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations/wrangler"},{"id":"null-shot/cloudflare-skills/wrangler"},{"id":"pedronauck/skills/wrangler"},{"id":"cloudflare/skills/wrangler"},{"id":"curiositech/some_claude_skills/fullstack-debugger"},{"id":"BagelHole/DevOps-Security-Agent-Skills/cloudflare-workers"},{"id":"curiositech/some_claude_skills/cloudflare-worker-dev"},{"id":"personamanagmentlayer/pcl/cloudflare-expert"},{"id":"qdhenry/Claude-Command-Suite/cloudflare-manager"},{"id":"secondsky/claude-skills/cloudflare-manager"}]},"slug":{"owner":"steipete","repo":"agent-scripts","skill":"wrangler"},"version":"55c0d654"}
