Install
openclaw skills install llms-txt-snifferLocate and utilize AI-friendly documentation index files (llms.txt, llms-full.txt) or sitemap.xml. Use when encountering documentation URLs (containing /docs/, /api-reference/, /guides/, or platform subdomains) to instantly map sites and reduce token burn.
openclaw skills install llms-txt-snifferThis skill streamlines documentation ingestion by locating the most AI-optimized version of a site's content.
It provides a high-density, Markdown-based index designed for LLMs to map entire sites instantly and save tokens.
{input_url}/llms.txt using curl -I.https://{domain}/llms.txt using curl -I.If Stage 1 fails, run the companion sniffer script located in this skill's directory:
python3 sniffer.py $ARGUMENTS
sitemap.xml parser results if llms.txt is missing.