seo-sitemapTechnical SEO, an agent skill published by agricidaniel/claude-seo

Technical SEO

agricidaniel/claude-seoskills.sh ↗

Installs

5,490

deduplicated, at the last sync

Since we started

+3.4%

38 readings, about 2 hours apart. Not a live curve.

Our category

Technical SEO

ours

Last read

Sep 5, 2026

from the directory

Our brief

ours

This skill analyzes existing XML sitemaps to validate their format, structure, and adherence to SEO best practices, or it can generate entirely new sitemap files using industry templates. It checks for common issues like non-200 URLs, deprecated tags, and file size limits while also providing site architecture documentation.

What it produces
  • VALIDATION-REPORT.md
  • sitemap.xml (or split index)
  • STRUCTURE.md
  • Issues list with severity
What it needs
  • URL or sitemap file path
  • Business type or existing site context
Paid services

not detected

The provided evidence does not contain information regarding required payments or paid services.

Registration

not detected

The provided evidence does not contain information regarding mandatory user registration.

Limits and human review

The skill cannot guarantee that Google will honor all suggested fixes, nor can it verify the true 'last significant content change' beyond checking for valid W3C Datetime formats. It also requires human review to assess if generated pages have sufficient unique value or justify high volumes of location pages.

Evidenceskills/seo-sitemap/SKILL.md:1-156
skills/seo-sitemap/SKILL.md1–156
---
name: seo-sitemap
description: >
  Analyze existing XML sitemaps or generate new ones with industry templates.
  Validates format, URLs, and structure. Use when user says "sitemap",
  "generate sitemap", "sitemap issues", or "XML sitemap".
user-invocable: true
argument-hint: "[url or generate]"
license: MIT
metadata:
  author: AgriciDaniel
  version: "2.2.5"
  category: seo
---

# Sitemap Analysis & Generation

## Mode 1: Analyze Existing Sitemap

Discover candidates before reporting a sitemap missing:

```bash
claude-seo run sitemap_discovery.py <url> --json
```

The helper reads every bounded `Sitemap:` declaration in robots.txt, validates
cross-host targets through the shared SSRF-safe fetch layer, and still probes
common paths when a declared sitemap is stale or invalid. Use only entries in
`found`; preserve declared failures as findings instead of treating a robots.txt
line alone as proof that a sitemap works.

### Validation Checks
- Valid XML format
- Per-file limit: **≤50,000 URLs AND ≤50MB uncompressed** (whichever is hit first)
- All URLs return HTTP 200
- `<lastmod>` accurate: must be a valid **W3C Datetime** and reflect the **last
  significant content change** (mai

Read 1 of 1 text files in the skill.

Checked September 2026 · GemmaWritten from the skill's published files. Check the source before relying on access or cost details.

Installfrom the directory

npx skills add https://github.com/agricidaniel/claude-seo

Installing happens there, not here. We are an index with an opinion, not a mirror.

What is inside itfrom the directory

LICENSE.txt
SKILL.md

2 files — names only. The directory does not report sizes.

What the auditors foundfrom the directory

A skill is instructions your agent will follow and scripts it may run, so who checked it matters as much as how many people installed it.

Gen Agent Trust HubThe skill is a specialized SEO tool for analyzing and generating XML sitemaps. It validates sitemap structures and checks URL statuses, which is consistent with its intended purpose. No malicious patterns or security risks were identified.May 11, 2026 · SAFEpass
SocketNo alertsMay 11, 2026pass
SnykRisk: MEDIUM · 1 issueMay 11, 2026 · MEDIUMwarn
Runlayer1/1 file flaggedMar 13, 2026 · LOWpass
ZeroLeaksScore: 93/100 · 2 sections analyzedApr 16, 2026 · NONEpass

Installs, reading by readingours

5.3k
5.5k
Aug 30, 202638 readings over 6 days, drawn as the last reading of each day.Sep 5, 2026

Axis starts at 5.3k, not zero — the range is 5.3k to 5.5k.

Asked out loudspoken, not typed

The same skill in the words people use speaking to an assistant rather than typing into a box. Each one carries the situation it came from, and each answer says only what the skill's own files support.

checking pricingDo I need to pay for this?

The evidence provided does not contain any information about required payments or paid services for using the skill.

general usageHow do I use it with my site?

You can run it to analyze an existing sitemap, or you can initiate generation by providing a business type. The process involves loading templates and planning the structure interactively.

debugging SEODoes it check if my URLs are broken?

Yes, when analyzing an sitemap, it validates that all included URLs return HTTP 200 status codes and reports non-200 URLs as a high severity issue.

Filed alongside itours