report

report is a skill for Claude Code from Smolevich/pet-project-atlas. It costs 75 tokens per session (2,454 once invoked), scanned A, original, MIT.

A reporting skill for a weekly performance summary. It collects six numbers from Google Search Console, a service that reports how a website appears in Google Search, and compares them with the previous period.

In plain words
What is it for?
Use it to prepare weekly website reports from Search Console and your own product data. It requires a verified Search Console property and an available way to access it.
Why use it?
It gives you a repeatable way to see what changed, draw three conclusions, and choose one action. It also prevents using the wrong Google Workspace command to access this data.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the atlas plugin — 4 skills shipped together

Good fit Use it to prepare weekly website reports from Search Console and your own product data. It requires a verified Search Console property and an available way to access it.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/smolevich/pet-project-atlas/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 Smolevich/pet-project-atlas --skill report
Clone the repo
git clone --depth 1 https://github.com/Smolevich/pet-project-atlas

Made for: Claude Code.

Or install atlas, the plugin that ships this one along with the rest of its 4 skills.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/smolevich/pet-project-atlas/report"><img src="https://agentmods.dev/badge/skills/smolevich/pet-project-atlas/report.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,454 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00075 $0.02454
Opus 5 $0.00037 $0.01227
Sonnet 5 $0.00015 $0.00491
Haiku 4.5 $0.00007 $0.00245

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

Security

Grade A, and why

report scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- Bash(curl *)
plugin/skills/report/SKILL.md · 219 lines

How it starts

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

/atlas:report

Collects the six numbers defined on https://atlas.smolevich.com/analytics/what-to-measure/, compares them with the previous period, and ends with three conclusions and one action.

Do not use gws for this

gws is a Google Workspace command line. It does not expose Search Console or Analytics. Both were tested against the installed build and both are rejected:

gws searchconsole:v1   -> Unknown service 'searchconsole'
gws analyticsdata:v1beta -> Unknown service 'analyticsdata'

Its known services are Drive, Sheets, Gmail, Calendar and the rest of Workspace. If a guide tells you to pull Search Console through gws, the guide is wrong. Use the REST APIs below.

Prerequisites — check all of these first, and stop on the first one missing

Say exactly which one failed and what the author has to do. Do not continue with a partial report.

  1. A verified Search Console property for the domain. A domain property is sc-domain:example.com; a URL-prefix property is the full origin. The value must be URL-encoded in the path (sc-domain%3Aexample.com).

  2. A way into Search Console. There are two, and the browser one is cheaper. Pick whichever the author already has, and only fail this check when neither is available.

    A — the browser they are already logged into. A browser tool driving their real profile (Playwright MCP, for one) opens the Performance report with the session that already exists: no Cloud project, no token, no scopes. Set the property, set the date range, read the six numbers off the screen or take the CSV export. This is the right route for a report somebody runs by hand every week. It cannot be scheduled, it needs a live login, and a chromium in a clean profile shows the sign-in page and nothing else.

    B — the REST API. Scriptable, repeatable, cron-able, and it costs the setup in points 3 and 4. Take this route when the report has to run unattended.

    Say which route you are on before pulling anything, because the numbers are the same and the failure modes are not.

  3. For route B only: an OAuth access token with https://www.googleapis.com/auth/webmasters.readonly, and https://www.googleapis.com/auth/analytics.readonly as well if GA4 is in scope. The author's own credentials, not a service account they do not control.

Read the full file on GitHub · 219 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 · 219 lines · 75 tokens per session scan A b150b2582142

Subscribe to this mod's changes

report is a skill published in the GitHub repository Smolevich/pet-project-atlas (2 stars, last pushed today), licensed MIT. It adds 75 tokens to every session and 2,454 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

geo-audit

Full website GEO+SEO audit with parallel subagent delegation. Orchestrates a comprehensive Generative Engine Optimization audit across AI citability, platform analysis, technical infrastructure, content quality, and schema markup. Produces a composite GEO Score (0-100) with prioritized action plan.

techhorizonlabs/thl-open · 60 tokens

geo

GEO-first SEO analysis tool. Optimizes websites for AI-powered search engines (ChatGPT, Claude, Perplexity, Gemini, Google AI Overviews) while maintaining traditional SEO foundations. Performs full GEO audits, citability scoring, AI crawler analysis, llms.txt generation, brand mention scanning, platform-specific…

techhorizonlabs/thl-open · 139 tokens

geo-brand-mentions

Brand mention and authority scanner for AI visibility. Analyzes brand presence across platforms that AI models rely on for entity recognition and citation decisions. Produces a Brand Authority Score (0-100) with platform-specific recommendations.

techhorizonlabs/thl-open · 49 tokens

geo-visibility

Get cited and recommended by AI engines (ChatGPT, AI Overviews and AI Mode, Perplexity, Claude, Gemini). Input: a page or piece of content. Output: passage-level citability fixes (answer-first H2 blocks, self-contained chunks, definitions, sourced stats, comparison tables), a 5-pillar GEO score (0-100), an AI-crawler…

Thibaultbm/claude-seo-geo · 133 tokens

seo-content-blog

Write blog articles that rank on Google and get cited by AI engines (ChatGPT, Perplexity, AI Overviews). Input: a keyword, topic, or existing draft. Output: a publish-ready article, outline, or brief built on a 12-element answer-first skeleton (question H2s, expert quotes, stats, FAQ, internal links, SERP-benchmarked…

Thibaultbm/claude-seo-geo · 110 tokens

seo-content-collection-page

Optimize e-commerce collection, category, and product listing pages (PLPs) for Google and AI assistants. Input: a collection or category page (Shopify, WooCommerce, Magento, BigCommerce, PrestaShop, or custom). Output: a bottom-of-page SEO text block, faceted-navigation and filter URL control, pagination canonicals…

Thibaultbm/claude-seo-geo · 122 tokens