cloudflare-temporary-deploy

cloudflare-temporary-deploy is a skill for Claude Code, Codex from metaspartan/cybara. It costs 24 tokens per session (314 once invoked), scanned A, original, MIT.

A short-lived public preview deployment for a web app or Cloudflare Worker, a small program that runs on Cloudflare's network. It uses Wrangler, Cloudflare's command-line deployment tool.

In plain words
What is it for?
Use it for smoke tests, quick checks that an app works after a change, or sharing a temporary web preview.
Why use it?
It provides a temporary URL for testing without setting up a permanent Cloudflare project. The deployment expires unless it is claimed.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/metaspartan/cybara/cloudflare-temporary-deploy
Any agent
npx skills add metaspartan/cybara --skill cloudflare-temporary-deploy
Clone the repo
git clone --depth 1 https://github.com/metaspartan/cybara

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cloudflare-temporary-deploy

README.md
[![agentmods](https://agentmods.dev/badge/skills/metaspartan/cybara/cloudflare-temporary-deploy.svg)](https://agentmods.dev/skills/metaspartan/cybara/cloudflare-temporary-deploy)
Your own site
<a href="https://agentmods.dev/skills/metaspartan/cybara/cloudflare-temporary-deploy"><img src="https://agentmods.dev/badge/skills/metaspartan/cybara/cloudflare-temporary-deploy.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 314 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00024 $0.00314
Opus 5 $0.00012 $0.00157
Sonnet 5 $0.00005 $0.00063
Haiku 4.5 $0.00002 $0.00031

Measured 6d ago against content hash 66dfa0576e99, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

cloudflare-temporary-deploy scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -sS "<live_url>"
skills/cloudflare-temporary-deploy/SKILL.md · 52 lines

What it actually says

Cloudflare Temporary Deploy

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.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 52 lines · 24 tokens per session scan A 66dfa0576e99

Subscribe to this mod's changes

cloudflare-temporary-deploy is a skill published in the GitHub repository metaspartan/cybara (26 stars, last pushed today), licensed MIT. It adds 24 tokens to every session and 314 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

vercel-deploy

Deploy applications and websites to Vercel. Use this skill when the user requests deployment actions such as "Deploy my app", "Deploy this to production", "Create a preview deployment", "Deploy and give me the link", or "Push this live". No authentication required - returns preview URL and claimable deployment link.

bytedance/deer-flow · 69 tokens

eliza-cloud-manage-domain

Use after a domain has been purchased through Eliza Cloud (via the eliza-cloud-buy-domain skill) when the user wants to look at, edit, or remove a domain or its DNS records. Covers org-wide domain listing, per-app DNS record CRUD on cloudflare-managed zones, status re-sync, external-attachment verification, and…

elizaOS/eliza · 125 tokens

deploy-open-harness

Guides a user through collecting the credentials needed to deploy their own copy of Open Harness, deploying this repo on Vercel, and completing first-run setup. Use for requests about deploying, self-hosting, configuring credentials, or getting started with a fork of this app.

vercel-labs/open-agents · 60 tokens

artifact-deploy

One-click deploy a user's pre-built app/artifact into their OWN AWS account and get a global public HTTPS link (Vercel-like), with a default TTL and promote-to-persistent. Use when the user says "deploy this", "ship this demo", "give me a public link", "share this externally", or "deploy to AWS".

kirodotdev/KiroCrew · 74 tokens

aws-strands-agents-agentcore

Use when working with AWS Strands Agents SDK or Amazon Bedrock AgentCore platform for building AI agents. Provides architecture guidance, implementation patterns, deployment strategies, observability, quality evaluations, multi-agent orchestration, and MCP server integration.

sammcj/agentic-coding · 55 tokens

loom-kubernetes

Kubernetes deployment, cluster architecture, security, and operations.

cosmix/loom · 16 tokens