/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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install llms-txt-sniffer - 安装完成后,直接呼叫该 Skill 的名称或使用
/llms-txt-sniffer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 117 次。
如何安装 llms-txt-sniffer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install llms-txt-sniffer」即可一键安装,无需额外配置。
llms-txt-sniffer 是免费的吗?
是的,llms-txt-sniffer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
llms-txt-sniffer 支持哪些平台?
llms-txt-sniffer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 llms-txt-sniffer?
由 JDChi(@jdchi)开发并维护,当前版本 v1.3.1。