Check robots.txt and sitemap.xml for crawl-blocking mistakes. Use when the user says "check my robots.txt", "validate my sitemap", or "is my site crawlable".
npx mdskills install justhandledlabs/robots-sitemap-validatorValidates local robots.txt and sitemap.xml for crawl errors with clear workflow and safety guardrails.
1---2name: robots-sitemap-validator3description: Check robots.txt and sitemap.xml for crawl-blocking mistakes. Use when the user says "check my robots.txt", "validate my sitemap", or "is my site crawlable".4metadata:5 author: JustHandled Labs6 version: 1.0.07 price: $08 credits: 09 triggers:10 - check my robots.txt11 - validate my sitemap12 - is my site crawlable13---1415# Robots Sitemap Validator1617Detect common local robots.txt and sitemap.xml mistakes that can hurt crawling. This detector does not fetch, submit, or change live sites.1819## Workflow20211. Run scripts/scan_robots_sitemap.py with a folder, files, or --stdin.222. Review findings by rule id, severity, file, and line.233. Treat missing sibling sitemap files as review flags when robots.txt references them.2425## Guardrails2627- Read local files or stdin only.28- Do not fetch live URLs or submit sitemaps.29- Do not modify robots.txt or sitemap files.3031## Verification3233Run tests/test_robots_sitemap.py. Risky fixture must produce findings and clean fixture must produce zero findings.3435## Commercial Terms3637Price: $0 / 0 credits. Free commercial use for personal or internal team workflows. Do not resell or redistribute the package as-is.38
Full transparency — inspect the skill content before installing.