source-command-cf-refresh

source-command-cf-refresh is a skill for Claude Code, Codex from AbhiiGatty/cld-flare-maxxing. It costs 26 tokens per session (166 once invoked), scanned A, original, MIT.

A reusable instruction set for running the `cf-refresh` command, which refreshes read-only data about a Cloudflare account. Cloudflare provides services such as DNS, website security, and edge infrastructure.

In plain words
What is it for?
Use it when asked to run `cf-refresh` or refresh Cloudflare account data. It summarizes resource counts, skipped checks, serious findings, high usage limits, and notable audit-log changes.
Why use it?
It ensures a refresh also produces updated reports, beta recommendations, and dashboard data, then tells you what was found without changing the account.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

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 skills/abhiigatty/cld-flare-maxxing/source-command-cf-refresh
Any agent
npx skills add AbhiiGatty/cld-flare-maxxing --skill source-command-cf-refresh
Clone the repo
git clone --depth 1 https://github.com/AbhiiGatty/cld-flare-maxxing

Made for: Claude Code, Codex.

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 source-command-cf-refresh

README.md
[![agentmods](https://agentmods.dev/badge/skills/abhiigatty/cld-flare-maxxing/source-command-cf-refresh.svg)](https://agentmods.dev/skills/abhiigatty/cld-flare-maxxing/source-command-cf-refresh)
Your own site
<a href="https://agentmods.dev/skills/abhiigatty/cld-flare-maxxing/source-command-cf-refresh"><img src="https://agentmods.dev/badge/skills/abhiigatty/cld-flare-maxxing/source-command-cf-refresh.svg" alt="Measured on agentmods" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 166 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.1 $0.00026 $0.00166
Opus 5 $0.00013 $0.00083
Sonnet 5 $0.00005 $0.00033
Haiku 4.5 $0.00003 $0.00017

Measured 6d ago against content hash 9755ec071a60, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

source-command-cf-refresh 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 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.

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/skills/source-command-cf-refresh/SKILL.md · 21 lines

What it actually says

source-command-cf-refresh

Use this skill when the user asks to run the migrated source command cf-refresh.

Command Template

Run npm run refresh (snapshot → report → betas → dashboard data) using the read-only token.

Then summarize for me:

  • The counts (zones, DNS records, workers, etc.) and any collectors that were skipped (snapshot.errors).
  • The top critical/high findings with their recommended fixes.
  • Any plan limits at or above 80% utilization.
  • Notable recent sensitive changes from the audit log (who did what).

Do NOT make any changes to the account — this is read-only.

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. 6d ago First seen · 21 lines · 26 tokens per session scan A 9755ec071a60

Subscribe to this mod's changes

source-command-cf-refresh is a skill published in the GitHub repository AbhiiGatty/cld-flare-maxxing (2 stars, last pushed today), licensed MIT. It adds 26 tokens to every session and 166 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 skills, from other repositories

prepare-cloudflare-production-deployment

Source-of-truth runbook for preparing this Vinext Cloudflare Workers SaaS template for production deployment. Use when setting up or auditing Cloudflare MCP resources, wrangler.jsonc bindings, Worker secrets, Turnstile, Email Sending, GitHub Actions secrets/variables, or GitHub CLI deployment wiring for this…

LubomirGeorgiev/cloudflare-workers-nextjs-saas-template · 72 tokens

hello-site

Reproduce a Davflare static site with existing MCP tools only (publishsite / imageupload). Use when onboarding or demoing “chat → site”.

fanchenggang/Davflare · 33 tokens

review-configuration

Config, env, wrangler review. USE WHEN: user runs /review-configuration or explicitly asks for this review. DO NOT USE WHEN: implementing features or fixing bugs unless the user asked for a review.

louisbrulenaudet/monorepo-template · 46 tokens

review-wrangler

Wrangler/Workers config review (wrangler.jsonc files, compatibility dates, bindings, observability, generated types) against current official Cloudflare best practices. USE WHEN: user runs /review-wrangler or explicitly asks for this review. DO NOT USE WHEN: reviewing app code, other dev dependencies, or implementing…

louisbrulenaudet/monorepo-template · 71 tokens

cloudflare-workers-mcp

Software Development MCP server by Cloudflare.

Friz-zy/ai-capability-registry · 14 tokens

workers-best-practices

Reviews and authors Cloudflare Workers code against production best practices. Load when writing new Workers, reviewing Worker code, configuring wrangler.jsonc, or checking for common Workers anti-patterns (streaming, floating promises, global state, secrets, bindings, observability). Biases towards retrieval from…

louisbrulenaudet/monorepo-template · 72 tokens