reporting-skill

reporting-skill is a skill for Claude Code, Codex from wordlift/wordlift-gemini-cli-extension. It costs 96 tokens per session (2,360 once invoked), scanned A, original, MIT.

A workflow for creating search-engine-optimization reports from Google Search Console and Google Analytics 4 data. Search-engine optimization is the work of improving a website's visibility in search results.

In plain words
What is it for?
Use it to compare website performance before and after a change, analyze search and analytics data, and produce a report with charts. It can also analyze Google Ads campaign CSV files.
Why use it?
It removes the manual work of collecting data, comparing periods, making charts, and assembling a PDF report.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to compare website performance before and after a change, analyze search and analytics data, and produce a report with charts. It can also analyze Google Ads campaign CSV files.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wordlift/wordlift-gemini-cli-extension/reporting-skill
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 wordlift/wordlift-gemini-cli-extension --skill reporting-skill
Clone the repo
git clone --depth 1 https://github.com/wordlift/wordlift-gemini-cli-extension

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 reporting-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/wordlift/wordlift-gemini-cli-extension/reporting-skill/github.svg)](https://agentmods.dev/skills/wordlift/wordlift-gemini-cli-extension/reporting-skill)
Your own site
<a href="https://agentmods.dev/skills/wordlift/wordlift-gemini-cli-extension/reporting-skill"><img src="https://agentmods.dev/badge/skills/wordlift/wordlift-gemini-cli-extension/reporting-skill/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 reporting-skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/wordlift/wordlift-gemini-cli-extension/reporting-skill"><img src="https://agentmods.dev/badge/skills/wordlift/wordlift-gemini-cli-extension/reporting-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,360 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.00096 $0.02360
Opus 5 $0.00048 $0.01180
Sonnet 5 $0.00019 $0.00472
Haiku 4.5 $0.00010 $0.00236

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

Security

Grade A, and why

reporting-skill 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.

The scan reads SKILL.md. This mod also ships 7 executable files (scripts/analyze.py, scripts/compute_roas.py, scripts/ga4_pull.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/reporting-skill/SKILL.md · 253 lines

How it starts

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

SEO Performance Report Skill

Generate comprehensive, publication-ready SEO performance reports for any website with Google Search Console and/or Google Analytics 4 access.

Overview

This skill automates the full reporting pipeline:

  1. Pull data from GSC and/or GA4 via authenticated API calls
  2. Compute metrics — before/after comparisons, daily averages, diffs
  3. Generate charts — time series, distributions, comparisons, heatmaps
  4. Run statistical analysis — optional CausalImpact for A/B testing
  5. Produce a PDF report — structured, branded, with embedded charts

Prerequisites

Before running this skill, ensure the user has:

  • A Google Cloud project with the following APIs enabled:
    • Google Search Console API (for GSC data)
    • Google Analytics Data API v1 (for GA4 data)
  • An OAuth 2.0 Client ID (Desktop app type) → downloaded as client_secret.json
  • The GA4 Property ID (numeric, found in GA4 Admin → Property Settings)
  • The GSC property URL (e.g., https://www.example.com/)

Step-by-Step Instructions

Step 1: Gather Configuration

Ask the user for the following information. Create a config.yaml file in the project's working directory using the template:

Parameter Required Example
site.domain Yes https://www.example.com
site.name Yes Example Corp
gsc.enabled Yes true or false
gsc.client_secret If GSC Path to client_secret.json
gsc.credentials_cache If GSC Path to credentials.json (auto-created)
ga4.enabled Yes true or false
ga4.property_id If GA4 396994319
ga4.client_secret If GA4 Path to client_secret.json
ga4.credentials_cache If GA4 Path to ga4_credentials.json (auto-created)
dates.before_start Yes 2026-01-01
dates.before_end Yes 2026-01-31
dates.after_start Yes 2026-02-01
dates.after_end Yes 2026-02-28
groups.variant_csv No Path to CSV with url column
groups.control_csv No Path to CSV with url column
output.directory Yes ./output

Read the full file on GitHub · 253 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 · 253 lines · 96 tokens per session scan A 086a104e0041

Subscribe to this mod's changes

reporting-skill is a skill published in the GitHub repository wordlift/wordlift-gemini-cli-extension (2 stars, last pushed 4mo ago), licensed MIT. It adds 96 tokens to every session and 2,360 once invoked, about $0.0005 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.