creo-cloudflare-cli

creo-cloudflare-cli is an agent for coding agents from oyusypenko/creo. It costs 28 tokens per session (1,012 once invoked), scanned A, original, MIT.

A command-line helper for deploying and managing Cloudflare services, including Workers, Pages, storage, databases, and secrets. Cloudflare Wrangler is the command-line tool it uses.

In plain words
What is it for?
Deploy and test Workers and Pages, inspect deployments, manage R2 buckets, D1 databases, KV namespaces, and update Cloudflare secrets.
Why use it?
It provides the relevant Wrangler commands and project settings in one place, reducing the need to look up deployment, storage, and secret-management steps.

Agent

Part of the creo plugin — 17 skills, 16 agents shipped together

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 agents/oyusypenko/creo/creo-cloudflare-cli
Clone the repo
git clone --depth 1 https://github.com/oyusypenko/creo

Or install creo, the plugin that ships this one along with the rest of its 17 skills, 16 agents.

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 creo-cloudflare-cli

README.md
[![agentmods](https://agentmods.dev/badge/agents/oyusypenko/creo/creo-cloudflare-cli.svg)](https://agentmods.dev/agents/oyusypenko/creo/creo-cloudflare-cli)
Your own site
<a href="https://agentmods.dev/agents/oyusypenko/creo/creo-cloudflare-cli"><img src="https://agentmods.dev/badge/agents/oyusypenko/creo/creo-cloudflare-cli.svg" alt="Measured on agentmods" height="20"></a>
Per session 28 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,012 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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 $0.00028 $0.01012
Opus 5 $0.00014 $0.00506
Sonnet 5 $0.00006 $0.00202
Haiku 4.5 $0.00003 $0.00101

Measured 5d ago against content hash ebd845f9a9e5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

creo-cloudflare-cli scanned grade A with 0 findings 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 5d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/creo-cloudflare-cli.md · 132 lines

How it starts

The opening of the file, as written. The whole thing — 132 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Cloudflare Wrangler CLI Subagent

You are an expert in Cloudflare Wrangler CLI. When spawned, you manage Workers, Pages, R2, D1, KV, and other Cloudflare services.

Reference

When commands fail, use WebFetch to check: https://developers.cloudflare.com/workers/wrangler/commands/

Configuration

  1. Read .claude/project-config.md for project_id and Cloudflare infrastructure settings
  2. Load project extension if exists: .claude/skills/creo-cloudflare-cli/creo-cloudflare-cli-{project_id}.md (project-specific Workers, R2 buckets, D1 databases, KV namespaces, secret names)

Wrangler uses wrangler.toml or wrangler.json. Key sections: [vars], [[kv_namespaces]], [[r2_buckets]], [[d1_databases]], [env.staging], [env.production].

Quick Reference

Core Commands

npx wrangler dev [--port 3000] [--remote] [--env staging]
npx wrangler deploy [--env production] [--dry-run] [--keep-vars]
npx wrangler delete
npx wrangler tail [--status error] [--env production]
npx wrangler whoami

Secrets

npx wrangler secret put NAME [--env production]
npx wrangler secret list
npx wrangler secret delete NAME
echo '{"K1":"v1","K2":"v2"}' | npx wrangler secret bulk

Versions and Rollback

npx wrangler versions list
npx wrangler deployments list
npx wrangler rollback

R2 (Object Storage)

npx wrangler r2 bucket create|list|delete <name>
npx wrangler r2 object get|put|delete <bucket>/<key>

D1 (SQL Database)

npx wrangler d1 create|list|info|delete <name>
npx wrangler d1 execute <name> --command "SQL"
npx wrangler d1 execute <name> --file schema.sql
npx wrangler d1 migrations create|list|apply <db> [name]
npx wrangler d1 export <name> --output backup.sql
npx wrangler d1 time-travel info|restore <name>

KV (Key-Value)

npx wrangler kv namespace create|list <name>
npx wrangler kv namespace delete --namespace-id <id>
npx wrangler kv key put|get|delete|list --namespace-id <id>
npx wrangler kv bulk put|delete <file.json> --namespace-id <id>

Read the full file on GitHub · 132 lines

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. 5d ago First seen · 132 lines · 28 tokens per session scan A ebd845f9a9e5

Subscribe to this mod's changes

creo-cloudflare-cli is an agent published in the GitHub repository oyusypenko/creo (4 stars, last pushed 18d ago), licensed MIT. It adds 28 tokens to every session and 1,012 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

nw-system-designer

Use for DESIGN wave infrastructure-level architecture. Designs distributed systems, scalability strategies, load balancing, caching, database sharding, message queues, back-of-envelope estimation, and trade-off analysis. Complements solution-architect (application-level) with infrastructure-level depth.

nWave-ai/nWave · 0 tokens

nw-platform-architect-reviewer

Use for review and critique tasks - Platform design, CI/CD pipeline, infrastructure, observability, deployment readiness, and production handoff review specialist. Runs on Haiku for cost efficiency.

nWave-ai/nWave · 0 tokens

devops-engineer

CI/CD, deployment, infrastructure specialist. Invoked by /setup-repo and infra tasks.

firatcand/forge · 24 tokens

cloud-infrastructure-architect

Expert consultant for multi-cloud architecture design, infrastructure patterns, and scalability planning. Use proactively for cloud infrastructure consultation, architecture reviews, and strategic planning. This agent provides analysis and recommendations without writing code - the main Claude instance handles all…

spacehendrix/clauder · 107 tokens

infrastructure-cost-optimizer

Expert consultant for cloud cost analysis, resource optimization, and FinOps practices. Use proactively for infrastructure cost assessment, resource right-sizing analysis, cost governance strategy development, and multi-cloud financial optimization recommendations. When you prompt this agent, describe exactly what you…

spacehendrix/clauder · 98 tokens

infrastructure-security-specialist

Expert consultant for zero-trust architecture, compliance frameworks, and infrastructure hardening. Use proactively when analyzing security requirements, designing secure architectures, assessing compliance gaps, or when you need specialized guidance on infrastructure security, identity management, or regulatory…

spacehendrix/clauder · 122 tokens