seo-geo-report-engine: Skill for Claude Code

.agents/skills/report-generator/SKILL.md

report-generator is a skill for Claude Code from prashishh/seo-geo-report-engine. It costs 122 tokens per session (1,545 once invoked), scanned A, original, MIT.

A workflow for producing a branded weekly or monthly SEO progress report as a PDF. It compares current results with an earlier period and presents metrics, ranking changes, traffic trends, explanations, and next actions.

In plain words
What is it for?
Use it to prepare recurring client reports covering KPI scorecards, ranking movements, traffic, visibility trends, and planned actions.
Why use it?
It turns live data and saved snapshots into a client-ready update, with clear comparisons and defined conditions for calling a result an improvement or regression.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: installed under .agents/ (shared by several agents).

This is prashishh/seo-geo-report-engine's own configuration. It tells Claude Code how to work on seo-geo-report-engine itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything seo-geo-report-engine configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is ./bin/mkt doc build --in research/report.yml \.

Part of the seo-geo-report-engine plugin — 33 skills, 8 commands, 5 agents shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to prashishh/seo-geo-report-engine. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/prashishh/seo-geo-report-engine/main/.agents/skills/report-generator/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/prashishh/seo-geo-report-engine

Made for: Claude Code.

Or install seo-geo-report-engine, the plugin that ships this one along with the rest of its 33 skills, 8 commands, 5 agents.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/prashishh/seo-geo-report-engine/report-generator"><img src="https://agentmods.dev/badge/skills/prashishh/seo-geo-report-engine/report-generator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 122 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,545 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.00122 $0.01545
Opus 5 $0.00061 $0.00772
Sonnet 5 $0.00024 $0.00309
Haiku 4.5 $0.00012 $0.00154

Measured 10d ago against content hash 8d3d48be780e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

report-generator 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 10d 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/report-generator/SKILL.md · 102 lines

How it starts

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

report-generator

Turns a reporting period into a client-ready report PDF that reuses the proposal renderer. A report is just a sections spec (report.yml) rendered with ./bin/mkt doc build. The same section types as proposals work — summary, prose, scorecards, table, scenarios (for the time-series chart), cta. The only difference is meta.badge: "Weekly Report" / "Monthly Report". Do not build a new renderer or touch tools/.

Methodology is PERCEIVE → ANALYZE → VALIDATE → ACT. Every claim is falsifiable: state the metric, the period compared, and the threshold that would flip "win" to "regression".

Inputs

  • projects/<client>/client.ymldomain, competitors[], ahrefs.project_id, ahrefs.brand_radar_report_id, analytics.gsc_site. Resolve with ./bin/mkt config show --project <client>.
  • Prior snapshots in projects/<client>/data/ (rank-history.csv, kpi-history.csv, refdomains, traffic). These define the prior period you diff against.
  • Cadence: weekly = last 7 days vs the 7 before; monthly = last full calendar month vs the one before. Today is absolute (e.g. 2026-06-23). Always call doc on a tool before first use; monetary values are USD cents (÷100).

Workflow

1. PERCEIVE — pull the period and the prior period

Pull current + prior values so every number carries a delta. Save raw pulls to data/.

  • Rankingsrank-tracker-overview (tracked positions, distribution) and rank-tracker-competitors-overview for competitor position context. Hand off to the rank-tracking skill for the full mover list / SERP features if needed.
  • Organic traffic & valuesite-explorer-metrics-history (organic traffic, traffic value, keyword count) for our domain across the window.
  • Authority / linkssite-explorer-refdomains-history and -referring-domains for ref domain growth; site-explorer-domain-rating-history for DR. (Full link read → backlink-analysis.)
  • GEO / AI visibilitybrand-radar-sov-history + -sov-overview (share of voice vs competitors) and brand-radar-mentions-history. (Full GEO read → geo-audit.)
  • Owned datagsc-performance-history (clicks, impressions, CTR, avg position) and web-analytics-stats (sessions, conversions where wired).

Read the full file on GitHub · 102 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. 10d ago First seen · 102 lines · 122 tokens per session scan A 8d3d48be780e

Subscribe to this mod's changes

report-generator is a skill published in the GitHub repository prashishh/seo-geo-report-engine (5 stars, last pushed 2mo ago), licensed MIT. It adds 122 tokens to every session and 1,545 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

content-amplifier

Use when the user asks to "amplify influencer content with paid media", "set up whitelisting or Spark Ads", "decide which posts to boost", "repurpose influencer content", "turn one video into multiple ads", or "build a UGC asset library"; produces (paid mode) a content-selection scorecard, a paid amplification…

aaron-he-zhu/aaron-marketing-skills · 202 tokens

campaign-planner

Use when the user asks to "plan an influencer campaign", "build a campaign blueprint", "track or close a creator campaign", or "record a late campaign correction"; produces the plan and, when requested, a non-canonical evidence tracker with scoped identity, publication, reconciliation, close, and reopen receipts. Not…

aaron-he-zhu/aaron-marketing-skills · 124 tokens

cold-outbound-sequencer

Use when the user asks to "build a B2B cold-outbound sequence", "design reply-triage branching", "plan a domain warmup / sending throttle", or "make my outbound CAN-SPAM / opt-in compliant"; produces a multi-step outbound sequence with reply-triage branches (positive / objection / referral / not-now / opt-out), a…

aaron-he-zhu/aaron-marketing-skills · 172 tokens

inbox-placement-monitor

Use when the user asks to "track where my emails are actually landing after I send", "read my seed-list inbox vs spam vs promotions results", "trend my Gmail Postmaster / Microsoft SNDS reputation", or "did placement drop after my last send"; produces a per-provider inbox/spam/promotions placement read, a domain/IP…

aaron-he-zhu/aaron-marketing-skills · 166 tokens

subject-line-lab

Use when the user asks to "generate subject line variants", "pre-score my subject lines", or "will this subject get truncated / trigger spam filters"; produces a labeled subject + preheader variant set and a per-variant heuristic pre-score card — spam-trigger flags, length/truncation across desktop + mobile…

aaron-he-zhu/aaron-marketing-skills · 170 tokens

email-sequence-designer

Use when the user asks to "design a welcome flow", "set up an abandoned-cart sequence", "build a light re-engagement branch inside a lifecycle flow", or "plan a cold-outbound sequence"; produces general lifecycle automation flows (welcome, cart, browse-abandon, post-purchase, in-flow re-engagement, B2B cold outbound)…

aaron-he-zhu/aaron-marketing-skills · 197 tokens