بنقرة واحدة
wrangler
Wrangler CLI: Workers, KV, tail, deploy, account routing.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Wrangler CLI: Workers, KV, tail, deploy, account routing.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Delegated maintainer ops: decision-ready PRs, worker monitoring, queue cleanup, releases.
ClawSweeper status: URLs, workflow health, active workers, ops snapshot.
macOS app release: Sparkle, notarization, GitHub Release, Homebrew, closeout.
GitHub PR/issue agent transcripts: redact, preview, and insert safely.
GitHub issue/PR triage: queues, CI, blockers, risk, proof, next actions.
Codex/OpenClaw skill audit: live budget, usage, duplicates, compact descriptions.
| name | wrangler |
| description | Wrangler CLI: Workers, KV, tail, deploy, account routing. |
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.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.