llms-txt-generate

Installation
SKILL.md

Generate an llms.txt draft

This report turns crawl evidence into concise agent-facing navigation. It selects successfully fetched, indexable pages, removes common utility paths, groups suitable URLs, and stops at explicit URL and token budgets. The output is a draft: the crawler cannot determine publisher intent or guarantee factual summaries.

Run it

For MCP, call seo_list_reports with category crawl only if discovery is needed. Call seo_describe_report with { "id": "llms-txt-generate" }, then call seo_run_report with:

{
  "id": "llms-txt-generate",
  "params": {
    "reportId": "crawl_example_20260710",
    "maxUrls": 50,
    "tokenBudget": 4000,
    "exclude": ["/account/*", "/search"]
  }
}
Installs
1
Repository
iannuttall/seo
GitHub Stars
464
First Seen
Jul 11, 2026
llms-txt-generate — iannuttall/seo