technical-sgeo

technical-sgeo is a skill for Claude Code, Codex from The-AI-Directory-Company/agents-and-skills. It costs 48 tokens per session (6,196 once invoked), scanned A, original, MIT.

A technical setup guide for making a website easier for search engines and AI services to find, read, and understand. It covers areas such as crawling, indexing, page speed, structured data, mobile support, and measurement.

In plain words
What is it for?
Use it to review robots.txt, sitemaps, page metadata, structured data, Core Web Vitals, AI crawler access, and search measurement tools.
Why use it?
It helps address technical problems that can hide pages from search results or reduce how well search engines and AI platforms interpret a site.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to review robots.txt, sitemaps, page metadata, structured data, Core Web Vitals, AI crawler access, and search measurement tools.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/the-ai-directory-company/agents-and-skills/technical-sgeo
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 The-AI-Directory-Company/agents-and-skills --skill technical-sgeo
Clone the repo
git clone --depth 1 https://github.com/The-AI-Directory-Company/agents-and-skills

Made for: Claude Code, Codex.

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 technical-sgeo

README.md
[![agentmods](https://agentmods.dev/badge/skills/the-ai-directory-company/agents-and-skills/technical-sgeo/github.svg)](https://agentmods.dev/skills/the-ai-directory-company/agents-and-skills/technical-sgeo)
Your own site
<a href="https://agentmods.dev/skills/the-ai-directory-company/agents-and-skills/technical-sgeo"><img src="https://agentmods.dev/badge/skills/the-ai-directory-company/agents-and-skills/technical-sgeo/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 technical-sgeo

Your own site · 80×15
<a href="https://agentmods.dev/skills/the-ai-directory-company/agents-and-skills/technical-sgeo"><img src="https://agentmods.dev/badge/skills/the-ai-directory-company/agents-and-skills/technical-sgeo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,196 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00048 $0.06196
Opus 5 $0.00024 $0.03098
Sonnet 5 $0.00010 $0.01239
Haiku 4.5 $0.00005 $0.00620

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

Security

Grade A, and why

technical-sgeo scanned grade A with 0 findings 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 8d ago.

The scan reads SKILL.md. This mod also ships 10 executable files (scripts/check-ai-crawler-access.py, scripts/check-cwv.py, scripts/check-https-security.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/technical-sgeo/SKILL.md · 410 lines

How it starts

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

Technical SGEO Setup

Before you start

Gather the following from the user. If anything is missing, ask before proceeding:

  1. What is the site URL? (Production domain, including whether www or non-www is canonical)
  2. What platform/framework is the site built on? (Next.js, WordPress, Shopify, custom SPA — determines rendering model, common pitfalls, and available tooling)
  3. What is the hosting/CDN provider? (Vercel, Cloudflare, AWS CloudFront, Netlify — CDN configuration directly affects both search and AI crawler access)
  4. What is the current robots.txt status? (Existing file contents, or confirmation that none exists)
  5. Do you have Google Search Console access? (Required for crawl stats, index coverage, and Core Web Vitals field data)
  6. Does AI visibility matter for this site? (If the site sells products, services, or publishes information that users ask AI assistants about, the answer is almost certainly yes)
  7. Are there known technical issues? (Recent migration, traffic drop, indexation problems, CWV failures, rendering issues)
  8. What CMS or deployment workflow do you use? (Determines how changes to robots.txt, sitemaps, meta tags, and structured data get deployed)

Tool discovery

Before gathering project details, confirm which tools are available. Ask the user directly — do not assume access to any external service.

Free tools (no API key required):

  • WebFetch (fetch any public URL — robots.txt, sitemaps, pages)
  • WebSearch (search engine queries for competitive analysis)
  • Google PageSpeed Insights API (CWV data, no key needed for basic usage)
  • Google Rich Results Test (structured data validation)
  • Playwright MCP or Chrome DevTools MCP (browser automation)

Paid tools (API key or MCP required):

  • Google Search Console API (requires OAuth)
  • DataForSEO MCP (SERP data, keyword metrics, backlinks)
  • Ahrefs API (backlink profiles, keyword research)
  • Semrush API (competitive analysis, keyword data)

Read the full file on GitHub · 410 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. 8d ago First seen · 410 lines · 48 tokens per session scan A de865bbf6e47

Subscribe to this mod's changes

technical-sgeo is a skill published in the GitHub repository The-AI-Directory-Company/agents-and-skills (2 stars, last pushed 5mo ago), licensed MIT. It adds 48 tokens to every session and 6,196 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

accessibility-a11y

WCAG 2.2 compliance, ARIA patterns, keyboard navigation, screen readers, automated testing.

travisjneuman/.claude · 26 tokens

flutter-development

Cross-platform development with Flutter and Dart for iOS, Android, Web, Desktop, and embedded. Use when building Flutter apps, implementing Material/Cupertino design, or optimizing Dart code.

travisjneuman/.claude · 41 tokens

frontend-enhancer

This skill should be used when enhancing the visual design and aesthetics of web applications. It provides modern UI components, design patterns, color palettes, animations, and layout templates. REQUIRES ui-research skill first. Use this skill for tasks like improving styling, creating responsive designs…

travisjneuman/.claude · 79 tokens

generic-design-system

Complete design system reference for any project - colors, typography, spacing, components, animations. Adapts to project theme and tech stack. Use when implementing UI, choosing colors, creating animations, or ensuring brand consistency. For new design systems, use ui-research skill first.

travisjneuman/.claude · 60 tokens

generic-react-design-system

Complete design system reference for React applications. Covers colors, typography, spacing, component patterns, glassmorphism effects, GPU-accelerated animations, and WCAG AA accessibility. Use when implementing UI, choosing colors, applying spacing, creating components, or ensuring brand consistency.

travisjneuman/.claude · 59 tokens

generic-static-feature-developer

Guide feature development for static HTML/CSS/JS sites. Covers patterns, automation workflows, and content validation. Use when adding features, modifying automation, or planning changes.

travisjneuman/.claude · 40 tokens