sf-report

sf-report is a skill for Claude Code from PavloSEO/seohead-seotools. It costs 117 tokens per session (695 once invoked), scanned A, original, MIT.

A readable Markdown report made from a Screaming Frog export or an existing audit.json file. Markdown is plain text formatted so people can read it as a document.

In plain words
What is it for?
Use it to summarize scores, serious issues, broken links and their page locations, duplicate pages, unusually large pages, and sitemap problems.
Why use it?
Raw crawl exports and machine-readable data are difficult to review with a client or development team. The report organizes the findings by health, severity, and issue type.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to summarize scores, serious issues, broken links and their page locations, duplicate pages, unusually large pages, and sitemap problems.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pavloseo/seohead-seotools/sf-report
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.

Any agent
npx skills add PavloSEO/seohead-seotools --skill sf-report
Clone the repo
git clone --depth 1 https://github.com/PavloSEO/seohead-seotools

Made for: Claude Code.

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 sf-report

README.md
[![agentmods](https://agentmods.dev/badge/skills/pavloseo/seohead-seotools/sf-report/github.svg)](https://agentmods.dev/skills/pavloseo/seohead-seotools/sf-report)
Your own site
<a href="https://agentmods.dev/skills/pavloseo/seohead-seotools/sf-report"><img src="https://agentmods.dev/badge/skills/pavloseo/seohead-seotools/sf-report/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.

agentmods 80×15 button for sf-report

Your own site · 80×15
<a href="https://agentmods.dev/skills/pavloseo/seohead-seotools/sf-report"><img src="https://agentmods.dev/badge/skills/pavloseo/seohead-seotools/sf-report.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 117 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 695 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00117 $0.00695
Opus 5 $0.00059 $0.00347
Sonnet 5 $0.00023 $0.00139
Haiku 4.5 $0.00012 $0.00069

Measured 11d ago against content hash 695f42ded9df, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

sf-report 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.

.claude/skills/sf-report/SKILL.md · 55 lines

How it starts

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

SF Report — Readable Report from a Screaming Frog Export

Converts an SF export (CSV/XLSX) or an existing audit.json into a human-readable audit.md and helps review it with the user. It uses the same engine as sf-analyzer, but the goal here is not diagnostics for the sake of JSON; it is a clear report.

When to Use It

  • "Create a readable report from this SF export";
  • "Format an audit report for the client / developers";
  • "Explain audit.json in plain language and identify what matters."

Workflow

  1. Identify the input: a directory containing SF exports (at minimum Internal:All) or an existing audit.json. If only a .seospider file is available, see ../sf-analyzer/SKILL.md (this requires the SF CLI or a manual CSV export).
  2. Generate the report:
    seohead sf run --exports-dir ./exports --out ./report --format md,json
    
    The generated report/audit.md is the readable report. If audit.json already exists, rebuild the Markdown with the same run when necessary.
  3. Review it with the user according to the audit.md structure:
    • Health summary — health score, severity table, top issues, HTML weight;
    • Critical — broken links (table Destination|Source|Anchor|Position|XPath), 5xx responses, 4xx/5xx URLs in the sitemap, redirect loops;
    • Warning — duplicates (grouped), multiple H1 elements with their text, canonical issues, thin content, sitemap mismatches, heavy HTML (× median);
    • Notice — URL hygiene, meta-field lengths;
    • Sitemap & robots — sitemaps, mismatches, lastmod distribution.
  4. Highlight what matters: start with critical issues and the most frequent problems (summary.by_check); explain the impact and what to fix (the fix_hint field). Do not dump the entire list — highlight the priorities and attach the rest as a file.
  5. Attach report/audit.md (+ audit.json) for download.

Interpretation

  • Check registry and severity levels — ../sf-analyzer/reference/checks.md.
  • audit.json contract — ../sf-analyzer/reference/json_schema.md.
  • If tasks/a backlog are needed from the report, switch to the sf-tasks skill.

Read the full file on GitHub · 55 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. 11d ago First seen · 55 lines · 117 tokens per session scan A 695f42ded9df

Subscribe to this mod's changes

sf-report is a skill published in the GitHub repository PavloSEO/seohead-seotools (0 stars, last pushed 8d ago), licensed MIT. It adds 117 tokens to every session and 695 once invoked, about $0.0006 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