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 agents/oyusypenko/creo/creo-cloudflare-cligit clone --depth 1 https://github.com/oyusypenko/creoWrote 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/agents/oyusypenko/creo/creo-cloudflare-cli)<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>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 | $0.00028 | $0.01012 |
| Opus 5 | $0.00014 | $0.00506 |
| Sonnet 5 | $0.00006 | $0.00202 |
| Haiku 4.5 | $0.00003 | $0.00101 |
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.
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
- Read
.claude/project-config.mdforproject_idand Cloudflare infrastructure settings - 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>
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.
- 5d ago First seen · 132 lines · 28 tokens per session scan A ebd845f9a9e5
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.
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.
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.
devops-engineer
CI/CD, deployment, infrastructure specialist. Invoked by /setup-repo and infra tasks.
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…
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…
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…