page-report

page-report is a skill for Claude Code from agencia-conversion/agentic-seo-skills. It costs 25 tokens per session (1,236 once invoked), scanned A, original, MIT.

A shared format for editable Markdown report pages in Agentic SEO, a system for analyzing and improving search visibility.

In plain words
What is it for?
It helps SEO modules create report pages for technical audits, internal links, keywords, search results, backlinks, topic clusters, expertise checks, and competitor analysis.
Why use it?
It keeps the readable report separate from raw evidence, logs, and other machine-generated files, so people can review and edit the result consistently.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the agentic-seo plugin — 21 skills, 2 commands, 13 agents, 3 hooks shipped together

Good fit It helps SEO modules create report pages for technical audits, internal links, keywords, search results, backlinks, topic clusters, expertise checks, and competitor analysis.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agencia-conversion/agentic-seo-skills/page-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 agencia-conversion/agentic-seo-skills --skill page-report
Clone the repo
git clone --depth 1 https://github.com/agencia-conversion/agentic-seo-skills

Made for: Claude Code.

Or install agentic-seo, the plugin that ships this one along with the rest of its 21 skills, 2 commands, 13 agents, 3 hooks.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/agencia-conversion/agentic-seo-skills/page-report/github.svg)](https://agentmods.dev/skills/agencia-conversion/agentic-seo-skills/page-report)
Your own site
<a href="https://agentmods.dev/skills/agencia-conversion/agentic-seo-skills/page-report"><img src="https://agentmods.dev/badge/skills/agencia-conversion/agentic-seo-skills/page-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 page-report

Your own site · 80×15
<a href="https://agentmods.dev/skills/agencia-conversion/agentic-seo-skills/page-report"><img src="https://agentmods.dev/badge/skills/agencia-conversion/agentic-seo-skills/page-report.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,236 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.00025 $0.01236
Opus 5 $0.00013 $0.00618
Sonnet 5 $0.00005 $0.00247
Haiku 4.5 $0.00003 $0.00124

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

Security

Grade A, and why

page-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 12d 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.

skills/page-report/SKILL.md · 90 lines

How it starts

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

Page Report

Use this skill whenever an Agentic SEO workflow generates a report page for the Web Companion. It is a shared contract, not a standalone SEO module.

When To Use

Use page-report from report-producing skills and runtime code when creating or reviewing report.md for Technical SEO, Internal Links, SEO Analysis, Keyword Research, SERP Extract, Backlink Analysis, Topic Cluster, E-E-A-T, or Competitive Analysis.

Do not use this skill for public content drafts, approval handoffs, inline chat answers, raw provider captures, or authorial Brain updates that are not report pages.

Critical Points

  • The canonical report path is project/analyses/<module>/<run-slug>/report.md.
  • The report is the editable human presentation layer. Raw evidence, normalized YAML/JSON, logs, and operational artifacts stay in sources/, audits/, keywords/, clusters/, eeat/, or workbench/.
  • Frontmatter must include title, slug, report_type, generated_at, status, source_artifact, and summary; include score only when the module has a real score.
  • Do not write # <title> in the Markdown body. The Companion renders the title from frontmatter.
  • Use the project language from project/.agentic-seo/project.json.language unless a command has an explicit language override. Complete copy is required for pt-BR and en.
  • New visual fences must be YAML with version: 1: agentic-kpis, agentic-chart, and agentic-table. JSON fences are legacy read compatibility only.
  • Tables must use stable lower-snake ASCII key values. User-facing label values may be translated or edited without changing keys.
  • Calculation tables must mark columns with role: weight, role: points, and role: loss so score recalculation survives label edits.
  • Each report-producing module has skills/<module>/contract.yaml and templates/analyses/<module>/report-skeleton.md; keep required H2 sections and table keys from the skeleton.
  • Before declaring a manual report done, run npm run validate:reports -- --module=<module> --slug=<run-slug> or use scripts/lib/report-writer.mjs, which refuses invalid reports before writing.
  • Never paste raw provider JSON, object arrays, [object Object], internal IDs, or snake_case evidence into the visual body. Convert evidence into natural language and readable tables.
  • Format numbers per the project language. The canonical source is shared/locale.mjs (getProjectLanguage, formatNumber, formatPercent, canonicalKeyword). Skills either ship locale-formatted strings in agentic-table/agentic-kpis cells, or leave numbers raw for the Companion (useI18n().formatNumber / formatPercent) to format on render. Percent-bearing columns use the _pct key suffix on the 0..100 scale.
  • Always return report_md and browser_prompt: { recommended: true, message: "Posso abrir o Web Companion para você ver a análise?", open_with: "project-browser" }.
  • Register the generated report in project/brain/log.md as type: decision unless a more specific log type is required.

Read the full file on GitHub · 90 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. 12d ago First seen · 90 lines · 25 tokens per session scan A 4af525d07bce

Subscribe to this mod's changes

page-report is a skill published in the GitHub repository agencia-conversion/agentic-seo-skills (51 stars, last pushed 3mo ago), licensed MIT. It adds 25 tokens to every session and 1,236 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-30.