/install llms-txt-sniffer
llms-txt-sniffer: The Smart Document Radar
This skill streamlines documentation ingestion by locating the most AI-optimized version of a site's content.
🧠 Why llms.txt?
It provides a high-density, Markdown-based index designed for LLMs to map entire sites instantly and save tokens.
🚀 Discovery Strategy (Two-Stage)
Stage 1: Quick Jump Probes (Instructional)
- URL + /llms.txt: Probe
{input_url}/llms.txtusingcurl -I. - Domain Root: Probe
https://{domain}/llms.txtusingcurl -I.
Stage 2: Advanced Sniffing (Tool-based)
If Stage 1 fails, run the companion sniffer script located in this skill's directory:
python3 sniffer.py $ARGUMENTS
📜 Behavioral Rules
- User-Initiated Only: Only invoke this skill when the user explicitly provides a documentation URL. Do not autonomously scan domains.
- Switch to High-Speed Mode: Once an index is found, prioritize its links over manual scraping.
- Index Summary: Always present a brief structure overview.
- Fallback: Use
sitemap.xmlparser results ifllms.txtis missing.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install llms-txt-sniffer - After installation, invoke the skill by name or use
/llms-txt-sniffer - Provide required inputs per the skill's parameter spec and get structured output
What is llms-txt-sniffer?
Locate and utilize AI-friendly documentation index files (llms.txt, llms-full.txt) or sitemap.xml. Use when encountering documentation URLs (containing /docs... It is an AI Agent Skill for Claude Code / OpenClaw, with 117 downloads so far.
How do I install llms-txt-sniffer?
Run "/install llms-txt-sniffer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is llms-txt-sniffer free?
Yes, llms-txt-sniffer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does llms-txt-sniffer support?
llms-txt-sniffer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created llms-txt-sniffer?
It is built and maintained by JDChi (@jdchi); the current version is v1.3.1.