gsccli CLAUDE.md

gsccli CLAUDE.md is an instructions file for coding agents from nalyk/gsccli. It costs 2,150 tokens per session, scanned C, original, MIT.

Operating instructions for a TypeScript command-line tool that uses Google Search Console and the Indexing API. These services provide website search-performance data and URL indexing requests.

In plain words
What is it for?
Use it when changing search analytics, URL inspection, indexing requests, command options, reports, pagination, caching, or output formats.
Why use it?
They document rules for imports, options, validation, pagination, result formatting, errors, caching, and output so commands behave consistently.

Instructions file

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.

agentmods
npx agentmods add instructions/nalyk/gsccli/claude-md
Clone the repo
git clone --depth 1 https://github.com/nalyk/gsccli

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 gsccli CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/nalyk/gsccli/claude-md.svg)](https://agentmods.dev/instructions/nalyk/gsccli/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/nalyk/gsccli/claude-md"><img src="https://agentmods.dev/badge/instructions/nalyk/gsccli/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,150 This file is loaded in full into every session.
When invoked 2,150 The same file — it is already loaded in full.
Security scan C 1 finding. Scan, not verified.
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 $0.02150 $0.02150
Opus 5 $0.01075 $0.01075
Sonnet 5 $0.00430 $0.00430
Haiku 4.5 $0.00215 $0.00215

Measured 5d ago against content hash e28f7d20c784, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

gsccli CLAUDE.md scanned grade C 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 5d 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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

- Content-addressable. SHA-256 over the request payload → `~/.gsccli/cache/<hash>.json`. Wipe with `rm -rf ~/.gsccli/cache`.
CLAUDE.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.

gsccli — Operating Contract

TypeScript ESM CLI for Google Search Console + Indexing API. Senior-grade workflow tooling on top of every GSC API endpoint: auto-pagination, client-side sort, period comparison, parallel batch URL inspection, file-backed query cache, validation guards. Claude operates this repo mostly autonomously.

The 10 rules that break things silently

  1. Imports end in .js, never .tsimport { foo } from './bar.service.js'. ESM + moduleResolution: bundler requires it. Hard build break if violated.
  2. Every command .action() starts with resolveGlobalOptions(command) — single place where flags + env + project .gsccli.json + global ~/.gsccli/config.json are reconciled (in that priority order).
  3. Service results return ReportData ({headers, rows, rowCount}) — even single-value or "Deleted X" responses get coerced into a 1×N row. Formatters depend on it.
  4. handleError(err) is terminal (: never) — never wrap, never rethrow, never try-around it. It is the leaf of every action.
  5. Pipeline order is inviolable: Commander → resolveGlobalOptions + validate → service → ReportDataformatOutputwriteOutput. No layer-skipping.
  6. API clients only via the singletons in searchconsole.service.ts / indexing.service.ts — direct google.webmasters({...}) / google.indexing({...}) bypasses the auth chain and cache.
  7. validate(schema, opts) is terminalprocess.exit(1) on ZodError. Don't catch ZodError outside validate. New options need a schema in src/validation/schemas.ts.
  8. New CLI config key = update CLIConfig interface, CONFIG_KEYS map, AND LOCAL_BY_DEFAULT_KEYS (when site-related/per-project) in src/types/config.ts. Otherwise setConfigValue rejects them and defaultScopeFor mis-routes them.
  9. stderr = status (logger/ora). stdout = data (writeOutput). Mixing breaks --format json | jq piping AND breaks the MCP server (which speaks JSON-RPC on stdout).
  10. New top-level command = program.addCommand(createXxxCommand()) in src/index.ts or it's invisible at the CLI surface.

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. 5d ago First seen · 102 lines · 2,150 tokens per session scan C e28f7d20c784

Subscribe to this mod's changes

gsccli CLAUDE.md is an instructions file published in the GitHub repository nalyk/gsccli (5 stars, last pushed 2mo ago), licensed MIT. It adds 2,150 tokens to every session, about $0.0107 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other instructions, from other repositories

google-search-console-mcp CLAUDE.md

Claude Code instructions for FlorianBruniaux/google-search-console-mcp, covering claude.md, docs, commands, requires python 3.11+ and install (dev mode with test deps).

FlorianBruniaux/google-search-console-mcp · 3,396 tokens

OpenGSC AGENTS.md

AGENTS.md instructions for fenjo26/OpenGSC: This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in nodemodules/next/dist/docs/ before writing any code. Heed deprecation notices.

fenjo26/OpenGSC · 74 tokens

OpenGSC CLAUDE.md

Claude Code instructions for fenjo26/OpenGSC, a project described as: Self-hosted Google Search Console dashboard — rank tracking, keyword research, AI-visibility audits and an AI SEO content suite. Includes a 46-tool MCP server, so Claude Code or Cursor works with your SEO data directly. No subscription: your VPS…

fenjo26/OpenGSC · 5 tokens

mcp-gsc CLAUDE.md

Instructions for AminForou/mcp-gsc, covering claude.md, what this is, running locally, auth and key environment variables.

AminForou/mcp-gsc · 725 tokens

crawlseo AGENTS.md

AGENTS.md instructions for crawlseo/crawlseo, a project described as: Open-source SEO monitoring. GSC + Site Crawler + Core Web Vitals in one dashboard.

crawlseo/crawlseo · 55 tokens

seo-page-creator-agent AGENTS.md

Instructions for aiapplications001-art/seo-page-creator-agent, covering seo page creator agent, agent operating notes and useful commands.

aiapplications001-art/seo-page-creator-agent · 290 tokens