search-console

search-console is a skill for Claude Code from N-O-P-E/nope-marketplace. It costs 83 tokens per session (3,929 once invoked), scanned A, original, MIT.

A browser-based audit of Google Search Console, Google’s service for monitoring how a website appears in search results and whether pages are indexed.

In plain words
What is it for?
Use it to audit a domain, inspect indexing and sitemap status, review search-related technical errors, and produce a prioritized list of fixes. The user must already be signed in to Search Console in Chrome.
Why use it?
It helps identify why pages may not appear in search and gathers issues from indexing, sitemaps, Core Web Vitals, structured data, and merchant-listing reports.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool.

Part of the search-console plugin — 1 skill shipped together

Good fit Use it to audit a domain, inspect indexing and sitemap status, review search-related technical errors, and produce a prioritized list of fixes. The user must already be signed in to Search Console in Chrome.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/n-o-p-e/nope-marketplace/search-console
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 N-O-P-E/nope-marketplace --skill search-console
Clone the repo
git clone --depth 1 https://github.com/N-O-P-E/nope-marketplace

Made for: Claude Code.

Or install search-console, the plugin that ships this one along with the rest of its 1 skill.

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 search-console

README.md
[![agentmods](https://agentmods.dev/badge/skills/n-o-p-e/nope-marketplace/search-console/github.svg)](https://agentmods.dev/skills/n-o-p-e/nope-marketplace/search-console)
Your own site
<a href="https://agentmods.dev/skills/n-o-p-e/nope-marketplace/search-console"><img src="https://agentmods.dev/badge/skills/n-o-p-e/nope-marketplace/search-console/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 search-console

Your own site · 80×15
<a href="https://agentmods.dev/skills/n-o-p-e/nope-marketplace/search-console"><img src="https://agentmods.dev/badge/skills/n-o-p-e/nope-marketplace/search-console.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,929 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.00083 $0.03929
Opus 5 $0.00042 $0.01965
Sonnet 5 $0.00017 $0.00786
Haiku 4.5 $0.00008 $0.00393

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

Security

Grade A, and why

search-console 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 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.

Makes network callslowCapability

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

import urllib.request, re, json
plugins/search-console/skills/search-console/SKILL.md · 362 lines

How it starts

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

Google Search Console Audit — Browser-Automated

Opens Google Search Console in the browser and reads every report that matters for SEO health. Returns a prioritised, actionable fix list.


Before You Start

  1. Call list_pages to verify Chrome DevTools MCP is connected.
  2. If it fails: "Please open Chrome and make sure the DevTools MCP extension is active."
  3. Confirm the domain to audit. If not already known, ask:
  4. The user must already be signed in to Google Search Console in Chrome. If not, tell them to sign in first — you cannot handle Google authentication.

The Audit Workflow

┌─────────────┐   ┌─────────────┐   ┌─────────────┐   ┌─────────────┐
│   Overview  │ → │  Indexing   │ → │  Sitemaps   │ → │  Shopping & │
│   (snapshot)│   │  (drill in) │   │  (status)   │   │  Structured │
└─────────────┘   └─────────────┘   └─────────────┘   └─────────────┘
                                                               │
                                                    ┌─────────────────┐
                                                    │  Produce Report │
                                                    └─────────────────┘

Work through each section below. Always take_snapshot after navigating — GSC is a React app that loads asynchronously.


Step 1: Overview

Navigate to:

https://search.google.com/search-console?resource_id=DOMAIN

(Replace DOMAIN with the URL-encoded property, e.g. https%3A%2F%2Fperfectpillows.nl%2F)

wait_for text like the site name or "Overzicht" / "Overview", then take_snapshot.

Capture from the overview:

  • Total indexed pages
  • Total non-indexed pages
  • Core Web Vitals summary (good / needs improvement / poor, mobile + desktop)
  • Shopping section: product snippets valid/invalid, merchant listings valid/invalid
  • Any "Recommendations" / "Aanbevelingen" cards — these flag recent anomalies
  • HTTPS status

take_screenshot for the visual record.

Read the full file on GitHub · 362 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 · 362 lines · 83 tokens per session scan A 4e300acbed96

Subscribe to this mod's changes

search-console is a skill published in the GitHub repository N-O-P-E/nope-marketplace (9 stars, last pushed 4mo ago), licensed MIT. It adds 83 tokens to every session and 3,929 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

gemini-deep-research

Run Gemini Deep Research via browser automation. Persistent Chrome on CDP port 9222. Use when user asks to research a topic with.

terrylica/cc-skills · 35 tokens

agent-reach

A set of tools that lets an AI agent search and read information from websites, social networks, developer platforms, career sites, videos, podcasts, and RSS feeds.

terrylica/cc-skills · 205 tokens

amazon-photos-album-download

Download the original photo and video files from a public Amazon Photos shared album (an amazon.com/amazon.ca /photos/share/ link) via Amazon Drive's own JSON API, no login required. Drives headless Chrome with Playwright, lists the album nodes, and pulls size-verified originals. Use when you need a local copy of…

terrylica/cc-skills · 136 tokens

manage-apps-and-sounds-headless

Control the pushover.net web dashboard headlessly for things the HTTP API cannot do - log in, list applications, CREATE or DELETE Pushover applications (returning the new app's API token), and ADD or REMOVE custom notification sounds (with a sourcing+loudness pipeline for free MP3 jingles). Drives system Google Chrome…

terrylica/cc-skills · 148 tokens

ui-test

Runs UI tests described in plain English by driving real Chrome via the Claude-in-Chrome extension. Covers end-to-end flows (clicks, forms, assertions), visual checks (screenshot + optional baseline diff), accessibility (axe-core), performance (Web Vitals + light Lighthouse-style metrics), and an interactive --debug…

mostafa-drz/claude-skills · 190 tokens

audit-ui-e2e

Runs a beginner-mind end-to-end UI audit of any running app — local dev server, staging, production, or a specific URL. Drives Chrome through every interactive element on the target surface, collects structured findings (severity, category, where, symptom, impact, repro, triage), and hands the result off to…

mostafa-drz/claude-skills · 152 tokens