Cloudflare Temporary Deploy

SkillCloud & infra

Deploy a temporary Cloudflare Workers preview with Wrangler for short-lived web app smoke tests.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Cloudflare Temporary Deploy skill

What this skill tells your AI

The instructions your AI receives, as published by metaspartan/cybara in skills/cloudflare-temporary-deploy/SKILL.md and read by ahel’s review.

Use this when the user wants a short-lived public smoke-test URL for a Worker or static web app without setting up a permanent Cloudflare project.

Cybara repos use Bun. Translate npm/npx examples to bunx.

Preconditions

  • Node-compatible project or Worker entrypoint.
  • No Cloudflare credentials in the shell when using --temporary.
  • Temporary deployments expire unless claimed.
  • Treat the claim URL as credential-equivalent.

Commands

Check Wrangler:

bunx wrangler@latest --version

Deploy:

bunx wrangler@latest deploy --temporary

Capture output to parse URLs:

bunx wrangler@latest deploy --temporary 2>&1 | tee /tmp/wrangler-temporary-deploy.log

Verify the live URL:

curl -sS "<live_url>"

Rules

  • Always verify the live URL with curl; do not trust deploy output alone.
  • If the shell is authenticated, --temporary may fail by design. Ask before logging out or unsetting credentials.
  • Do not put secrets into Worker source, Wrangler config, or deploy logs.
  • For anything longer-lived than a demo/smoke test, use a real Cloudflare account and configured project.

Signals

GitHub stars
28
Forks
7
Last commit
Sep 2026

ahel review

  • S4info
    community integration — published by metaspartan, not cloudflare

Automated review, not a security audit. Ruleset v1.

Advanced
Catalog kind
skill
Gateway key
cloudflare-temporary-deploy-metaspartan
Source
github.com/metaspartan/cybara