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 skills add N-O-P-E/nope-marketplace --skill cloudflare-connectgit clone --depth 1 https://github.com/N-O-P-E/nope-marketplaceWrote 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/n-o-p-e/nope-marketplace/cloudflare-connect)<a href="https://agentmods.dev/skills/n-o-p-e/nope-marketplace/cloudflare-connect"><img src="https://agentmods.dev/badge/skills/n-o-p-e/nope-marketplace/cloudflare-connect/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/n-o-p-e/nope-marketplace/cloudflare-connect"><img src="https://agentmods.dev/badge/skills/n-o-p-e/nope-marketplace/cloudflare-connect.svg" alt="Reviewed on agentmods" width="80" 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.00169 | $0.02927 |
| Opus 5 | $0.00084 | $0.01463 |
| Sonnet 5 | $0.00034 | $0.00585 |
| Haiku 4.5 | $0.00017 | $0.00293 |
Grade A, and why
cloudflare-connect 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 11d 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 — 293 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Cloudflare Connect — Subdomain + Hosting-Platform Wiring
Points a subdomain at a hosting platform (Railway, Vercel, more) by driving two browser dashboards: the platform's custom-domain form, and Cloudflare's DNS editor. End-to-end, click-by-click.
Before You Start
Check these before opening the browser. If anything is missing, tell the user what to do first.
You need:
- Chrome browser running
- Chrome DevTools MCP extension active and connected (verify with
list_pages) - A Cloudflare account with the target zone already added
- An account on the hosting platform (Railway, Vercel, etc.)
Check for an existing summary: look for .cloudflare-setup.md in the project root. If it exists, read it — previously configured subdomains may already be listed there.
What This Skill Does — And What It Doesn't
In scope:
- Attaching a subdomain to a Railway service, Vercel project, or other supported platform.
- Creating the matching CNAME (and optional TXT) record in Cloudflare DNS.
- Handling platform-side verification challenges (e.g. Vercel
_vercelTXT). - One subdomain per run.
Out of scope (stop and tell the user):
- Registering domains.
- Creating Cloudflare zones (add-site flow).
- Page rules, redirects, Workers routes, Cloudflare Tunnels.
- Bulk or batch operations — one subdomain per run.
How This Works
┌──────────────┐ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐
│ Discovery │ ──▶ │ Planning │ ──▶ │ Execution │ ──▶ │ Verification │
│ (no browser)│ │ (no browser)│ │ (browser) │ │ (screenshot) │
└──────────────┘ └──────────────┘ └──────────────┘ └──────────────┘
│ │ │ │
Parse intent Build step list Drive two Wait for platform
fill gaps confirm with user dashboards to flip to "active"
Two strict phases: Discovery (no browser) and Execution (drive the browser). Never open the browser until the plan is confirmed.
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 11d ago First seen · 293 lines · 169 tokens per session scan A be404f4fc1f2
cloudflare-connect is a skill published in the GitHub repository N-O-P-E/nope-marketplace (9 stars, last pushed 4mo ago), licensed MIT. It adds 169 tokens to every session and 2,927 once invoked, about $0.0008 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 skills, from other repositories
event-driven-architecture
Kafka, RabbitMQ, SQS/SNS, event sourcing, CQRS, saga patterns, dead letter queues, and idempotency. Use when designing asynchronous systems, implementing message-driven workflows, or building event streaming pipelines.
cloudflare-workers-publish
Deploy static HTML files to Cloudflare Workers with 1Password credential management.
devops-cloud
DevOps, cloud infrastructure, and platform engineering. Use when working with AWS, GCP, Azure, Kubernetes, Terraform, CI/CD pipelines, or infrastructure as code.
gemini-deep-research
Run Gemini Deep Research via browser automation. Persistent Chrome on CDP port 9222. Use when user asks to research a topic with.
agent-reach
A set of tools that lets an AI agent search and read information from websites, social networks, developer platforms, career sites, videos, podcasts, and RSS feeds.
doppler-workflows
Manage credentials and secrets through Doppler for publishing and deployment workflows. Use whenever the user needs to publish Python packages.