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.
npx skills add N-O-P-E/nope-marketplace --skill search-consolegit clone --depth 1 https://github.com/N-O-P-E/nope-marketplaceWrote 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.
[](https://agentmods.dev/skills/n-o-p-e/nope-marketplace/search-console)<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.
<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>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.
| Model | Per session | Once 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 |
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 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
- Call
list_pagesto verify Chrome DevTools MCP is connected. - If it fails: "Please open Chrome and make sure the DevTools MCP extension is active."
- Confirm the domain to audit. If not already known, ask:
- "What domain should I audit? (e.g. https://example.com/)"
- 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.
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.
- 11d ago First seen · 362 lines · 83 tokens per session scan A 4e300acbed96
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.
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.
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.
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…
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…
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…
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…