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.
npx agentmods add skills/metaspartan/cybara/cloudflare-temporary-deploynpx skills add metaspartan/cybara --skill cloudflare-temporary-deploygit clone --depth 1 https://github.com/metaspartan/cybaraWrote 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.
[](https://agentmods.dev/skills/metaspartan/cybara/cloudflare-temporary-deploy)<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>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.
| Model | Per session | Once 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 |
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>" 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,
--temporarymay 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.
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.
- 6d ago First seen · 52 lines · 24 tokens per session scan A 66dfa0576e99
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.
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.
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…
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.
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".
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.
loom-kubernetes
Kubernetes deployment, cluster architecture, security, and operations.