cloudflare-temporary-deploy Skill
Deploy a Worker live, no account, via wrangler --temporary. Published by NousResearch in hermes-agent.
What is cloudflare-temporary-deploy Skill?
Deploy a Worker live, no account, via wrangler --temporary. Published by NousResearch in hermes-agent. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Browser automation
- Deployment
- Writing
- Browser automation use cases
- Deployment use cases
Technical details
- Install or run with Copy skill directory
When to use cloudflare-temporary-deploy Skill
- Use it for browser automation.
- Use it for deployment.
- Use it for writing.
Built with
Editorial notes
Source
- Creator: NousResearch
- Repository: NousResearch/hermes-agent
- Skill file: optional-skills/web-development/cloudflare-temporary-deploy/SKILL.md
What it does
Deploy a Worker live, no account, via wrangler --temporary.
Skill instructions
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 - Prototype or evaluate Workers quickly with a throwaway, claimable target - Build a self-verifying deploy loop — deploy, curl the live URL, confirm output matches the code, rede
Explore related resources
Frequently asked questions
What is cloudflare-temporary-deploy?
cloudflare-temporary-deploy is a open-source AI agent skill with Copy skill directory. Deploy a Worker live, no account, via wrangler --temporary.
Who is cloudflare-temporary-deploy best for?
cloudflare-temporary-deploy is best for reusing agent instructions, scripts, and references, browser automation workflows, deployment workflows, writing workflows.
How do I install cloudflare-temporary-deploy?
Install or run cloudflare-temporary-deploy using Copy skill directory. Check cloudflare-temporary-deploy for the latest setup command.
Is cloudflare-temporary-deploy actively maintained?
cloudflare-temporary-deploy may need a closer maintenance check before production use.
Auto-fetched from GitHub.