snr-web

snr-web is a command for Claude Code from Kin9Zeus/senior-engineer-skills. It costs 29 tokens per session (825 once invoked), scanned A, original, MIT.

A command for checking a website's public-facing basics, including search metadata, structured information, missing-page handling, links, accessibility and visitor trust details. It includes a read-only live check using a website address.

In plain words
What is it for?
Reviewing titles and descriptions, robots and sitemap files, HTTPS, 404 pages, structured data, image text alternatives, headings, legal pages and mobile contact prompts.
Why use it?
It helps find problems that can make a site harder to find, understand, use or trust.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the senior-engineer-skills plugin — 15 skills, 7 commands, 4 agents shipped together

Good fit Reviewing titles and descriptions, robots and sitemap files, HTTPS, 404 pages, structured data, image text alternatives, headings, legal pages and mobile contact prompts.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/kin9zeus/senior-engineer-skills/snr-web
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.

Clone the repo
git clone --depth 1 https://github.com/Kin9Zeus/senior-engineer-skills

Made for: Claude Code.

Or install senior-engineer-skills, the plugin that ships this one along with the rest of its 15 skills, 7 commands, 4 agents.

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 snr-web

README.md
[![agentmods](https://agentmods.dev/badge/commands/kin9zeus/senior-engineer-skills/snr-web/github.svg)](https://agentmods.dev/commands/kin9zeus/senior-engineer-skills/snr-web)
Your own site
<a href="https://agentmods.dev/commands/kin9zeus/senior-engineer-skills/snr-web"><img src="https://agentmods.dev/badge/commands/kin9zeus/senior-engineer-skills/snr-web/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 snr-web

Your own site · 80×15
<a href="https://agentmods.dev/commands/kin9zeus/senior-engineer-skills/snr-web"><img src="https://agentmods.dev/badge/commands/kin9zeus/senior-engineer-skills/snr-web.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 825 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.00029 $0.00825
Opus 5 $0.00015 $0.00413
Sonnet 5 $0.00006 $0.00165
Haiku 4.5 $0.00003 $0.00082

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

Security

Grade A, and why

snr-web 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.

curl -o /dev/null -sS -w '%{http_code}\n' https://site.com/definitely-not-real-xyz
commands/snr-web.md · 83 lines

How it starts

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

Web Presence Audit

Audit the public surface of: $ARGUMENTS

Load web-presence-audit. Load accessibility-audit for the a11y pass and privacy-compliance for the cookie and legal-page pass.

Only assess a site the user owns or is authorised to assess.

Run the live check first

skills/web-presence-audit/scripts/web-check.sh <url>

(or web-check.ps1 on Windows). It is read-only — a handful of GET and HEAD requests, no crawling. It covers the crawlable, legible, structured and trust layers automatically. Then confirm by hand and go deeper.

The four layers

1 CRAWLABLE   robots.txt · sitemap · REAL 404 status · canonicals · HTTPS
              · one hostname · render-without-JS · no index bloat
2 LEGIBLE     unique title AND description PER PAGE · canonical · Open Graph
              with an absolute-URL 1200x630 image · alt text · one h1 · lang
3 STRUCTURED  Organization · WebSite · LocalBusiness (if physical/service area)
              · FAQPage · BreadcrumbList · Article/Product — all validated
4 TRUSTED     custom 404 · FAQ page · case studies · thank-you page ·
              response-time commitment · sticky mobile CTA · internal links ·
              about/team · pricing · privacy · terms · cookies · deletion path

The two failures that silently destroy traffic

A soft 404 — a missing page returning 200. Every mistyped URL becomes an indexable thin page.

curl -o /dev/null -sS -w '%{http_code}\n' https://site.com/definitely-not-real-xyz

A staging robots.txt in productionDisallow: / removes the site from search, and nobody notices for weeks.

curl -sS https://site.com/robots.txt | grep -E '^\s*Disallow:\s*/\s*$'

Also check: does any page canonical to the homepage? That de-indexes everything but one page, and it is invisible unless you check per page.

Report per page, with the replacement text

A finding that says "write a meta description" is half a finding. One that supplies the description is a completed task.

Read the full file on GitHub · 83 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 · 83 lines · 29 tokens per session scan A 10d5531c0dc1

Subscribe to this mod's changes

snr-web is a command published in the GitHub repository Kin9Zeus/senior-engineer-skills (3 stars, last pushed 16d ago), licensed MIT. It adds 29 tokens to every session and 825 once invoked, about $0.0001 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.