Community skill · published by reelier
reelier/cloudflare-status-sweep
1 step · 2 assertions · green · READ-ONLY
Provenance
- Owner
- github.com/reelier
- Recorded with
- not recorded
- License
- MIT
- Content hash
- f7e6dfa6385b4edc…
- Endpoints
www.cloudflarestatus.com
Get this skill
This one command installs Reelier and fetches the skill’s frozen bytes in the same breath. The CLI verifies the content hash before writing anything — a mismatch writes nothing.
npx -y reelier@latest get reelier/cloudflare-status-sweep
The skill file
reelier/cloudflare-status-sweep.skill.md · v1· verbatim
---
name: cloudflare-status-sweep
description: Cloudflare's public Statuspage API status check — read-only, no account needed
license: MIT
---
# Cloudflare status sweep
Inputs: (none — works as-is; Cloudflare sits upstream of a huge share of the web)
<!--
Same Statuspage v2 shape as the portfolio's vendor-status-sweep, for a
different vendor. `status.indicator` is "none" when all systems are
operational, else "minor" / "major" / "critical". The assertion pins the
SHAPE, not the value — an incident should show up in the bound value on
the receipt, not fail the replay.
Endpoint verified live on 2026-07-22: 200, indicator "minor" (a real,
live incident at verification time — the honest answer, not a fabricated
"all clear").
-->
## Steps
### Step 1 — Cloudflare status
- intent: Fetch the Cloudflare public status page API and confirm a well-formed status indicator
- action: http.get {"url": "https://www.cloudflarestatus.com/api/v2/status.json"}
- assert: status == 200
- assert: json.status.indicator is string
- bind: indicator = json.status.indicator
- bind: description = json.status.description
- effect: readReal receipts
100% pass rate across 1 shared replay of this skill:
Embeddable badge (markdown):
[](https://www.reelier.com/r/4pplMZNy2SlfCnPEyuL3wdSn?utm_source=registry&utm_campaign=reelier-cloudflare-status-sweep)
Report this skill
Report abuse: see the skill registry terms & takedown process. Markdown twin of this page: /skills/reelier/cloudflare-status-sweep/md.