skills/wrangler/SKILL.md
Wrangler CLI: Workers, KV, tail, deploy, account routing.
npx skillsauth add steipete/agent-scripts wranglerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use for Cloudflare Wrangler CLI work: deploys, tails, KV/R2/D1/Queues/Workers, secrets, bindings, and account routing.
wrangler --help, subcommand --help, local node_modules/wrangler/config-schema.json, then Cloudflare docs.npm exec --yes --package wrangler -- wrangler ... unless repo has its own script.wrangler whoami before account-sensitive work.[email protected]'s Account / de09342a728de2c25c85cc6b34d68739.91b59577e757131d68d55a471fe32aca. Ask if unsure.--help.wrangler kv key list has no --limit; use --prefix and filter locally.SQLITE_BUSY.wrangler tail --sampling-rate must be >0 and <1; use 0.999 for near-full sampling, not 1.wrangler tail <worker> process.npm exec --yes --package wrangler -- wrangler whoami
npm exec --yes --package wrangler -- wrangler deploy
npm exec --yes --package wrangler -- wrangler tail <worker> --format json --sampling-rate 0.999 --search '<term>'
npm exec --yes --package wrangler -- wrangler kv key list --namespace-id <id> --prefix '<prefix>'
npm exec --yes --package wrangler -- wrangler kv key get '<key>' --namespace-id <id>
For repo config, read wrangler.toml / wrangler.json(c) before commands. If config account and intended product disagree, stop and ask.
tools
npm registry ops: login, whoami, names, publish; 1Password tmux.
development
Mac fleet inventory and upkeep with full/worker profiles: collect installed apps and packages, compare desired versus observed state, audit local-account escrow references, update Homebrew/global packages, safely sync repos and Xcode, and report disk, service, backup, update, and security health.
tools
Claude Code work routing: delegate implementation, fixing, exploratory subagents, rebasing, and PR merging/landing to Codex CLI while the parent specifies, decides, reviews, and verifies. Load a private codex-next policy first when available; otherwise use the native-Claude model gate. Codex-backed autoreview is always allowed and preferred.
tools
macOS screen capture, accessibility inspection, and background-first app/window/UI automation with Peekaboo v4.