skillfed

cloudflare-temporary-deploy

This skill deploys agent-written code to a live workers.dev URL without requiring a Cloudflare account. It uses wrangler's temporary deployment mode to provision a throwaway account, generate a claimable link valid for 60 minutes, and enable rapid iteration in autonomous sessions. Perfect for prototyping and self-verifying deploy loops.

Cloudflare Temporary Deploy lets you ship code to a live workers.dev URL without account setup.

AI-generated summary based on this skill's SKILL.md

221,503 42,317 MIT updated by NousResearch

Install

NousResearch/hermes-agent/cloudflare-temporary-deploy · repository language: Python

git clone https://github.com/NousResearch/hermes-agent
cp -r hermes-agent/optional-skills/web-development/cloudflare-temporary-deploy ~/.claude/skills/cloudflare-temporary-deploy
npx skillfed install NousResearch/hermes-agent/cloudflare-temporary-deploy

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

Can cloudflare-temporary-deploy let me deploy a worker without a Cloudflare account?

Yes. cloudflare-temporary-deploy uses wrangler's temporary deployment mode to provision a throwaway account automatically, so you can deploy agent-generated code to a live workers.dev URL without signing up or providing credentials.

How do I deploy to workers.dev without login using this skill?

cloudflare-temporary-deploy handles the entire flow: it invokes wrangler with temporary mode enabled, which creates a one-time deployment account, generates a live URL, and returns a claimable link valid for 60 minutes. No login or manual setup required.

What is the temporary cloudflare deploy wrangler workflow?

cloudflare-temporary-deploy automates rapid prototyping by deploying your code, capturing the temporary workers.dev URL, and enabling automatic cleanup after the session. This is ideal for quick testing, autonomous iteration, and self-verifying deploy loops without account overhead.

How long is a temporary deployment link valid?

cloudflare-temporary-deploy generates a claimable deployment link valid for 60 minutes. This window is sufficient for prototyping, sharing results with agents or users, and verifying autonomous iteration cycles before the throwaway account expires.

Can I use cloudflare-temporary-deploy for autonomous agent iteration?

Yes. cloudflare-temporary-deploy is designed for self-verifying deploy loops: agents can generate code, deploy it instantly to a live URL, test the endpoint, iterate based on results, and repeat—all without account creation or manual intervention.

Is cloudflare-temporary-deploy suitable for sharing quick prototypes?

Absolutely. cloudflare-temporary-deploy provides a claimable temporary deployment link that you can share immediately. Recipients can access the live worker on workers.dev for 60 minutes, making it perfect for rapid feedback and throwaway demos.

SKILL.md

rendered from the published skill — quoted content, verbatim

Cloudflare Temporary Deploy Skill

Deploy a Cloudflare Worker to a live workers.dev URL with zero account setup, using wrangler deploy --temporary. Cloudflare provisions a throwaway account, deploys, and prints a claim URL valid for 60 minutes; unclaimed accounts auto-delete. This gives an agent a tight write → deploy → verify loop without any OAuth, signup, or token copy-paste.

This skill does NOT cover production deploys (use wrangler login + a permanent account for those), nor non-Worker Cloudflare products beyond the temporary-account limits below.

When to Use

Load this skill when the user wants to:

  • Ship agent-written code to a live URL without first creating a Cloudflare account — "deploy this and give me a link"
  • Iterate in a background/autonomous session where a browser OAuth step would be a hard stop

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 2 files
optional-skills/web-development/cloudflare-temporary-deploy/SKILL.md
optional-skills/web-development/cloudflare-temporary-deploy/scripts/parse_deploy_output.py

Related skills

Tags

zero-auth-deploy throwaway-infrastructure ephemeral-hosting credential-free-deployment rapid-prototyping claim-based-ownership edge-compute-quick-start temporary-account-provisioning