llms-txt-generator

Generate standards-compliant llms.txt files from codebases or live websites.

581|60|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/Varnan-Tech/opendirectory --skill llms-txt-generator-varnan-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llms-txt-generator
Source: https://github.com/Varnan-Tech/opendirectory/tree/main/skills/llms-txt-generator
Command: npx skills add https://github.com/Varnan-Tech/opendirectory --skill llms-txt-generator-varnan-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, chrome-devtools-mcp, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables websites to be more discoverable by AI agents, ensuring that AI-generated answers accurately cite and reference the correct content.

Core Features & Use Cases

  • Codebase Mode: Generates llms.txt by reading source files directly from a website's codebase.
  • Live Site Mode: Crawls live sites using Chrome DevTools MCP to create llms.txt.
  • SEO & GEO: Improves SEO and Generative Engine Optimization (GEO) by making websites more accessible to AI agents.

Quick Start

Run the command: npx "@opendirectory.dev/skills" install llms-txt-generator --target claude

Frequently Asked Questions about llms-txt-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is an llms.txt file and how does it improve AI discoverability?

An llms.txt file is a standards-compliant markdown file that makes website content discoverable by AI agents, ensuring accurate citation and improving Generative Engine Optimization (GEO).

How do I generate an llms.txt file from my website codebase?

To generate an llms.txt file from your codebase, use Codebase Mode to read source files directly and produce a standards-compliant file for AI discoverability without live crawling.

Can I crawl a live website to create an llms.txt file?

Yes, you can crawl a live website to create an llms.txt file using Live Site Mode, which requires Chrome DevTools MCP server to extract content and generate the file.

Do I need Chrome DevTools MCP to generate an llms.txt file?

Chrome DevTools MCP is only required for Live Site Mode to crawl live sites. Codebase Mode reads source files directly and does not require browser tools or live crawling.

What dependencies are required to generate an llms.txt file?

Generating an llms.txt file requires pypdf and pdfplumber for reading source files, plus optionally Chrome DevTools MCP server for live site crawling configurations.

What happens if browser tools are unavailable when crawling a live site for llms.txt?

If browser tools are unavailable, the llms.txt generator provides fallbacks for different browser and web tool configurations to ensure website content is still processed.