Wrangler CLI: Workers, KV, tail, deploy, account routing.
65
77%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./skills/wrangler/SKILL.mdUse 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.Steipete@gmail.com'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.
bb36883
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.