Overview
- Skill Key
- geoly-geo/geo-llms-txt
- Author
- geoly-geo
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/geoly-geo/geo-llms-txt
- Latest Commit SHA
- 689b5bc37f576975bc327208d49f5ff40195cd9e
Generate, validate, and optimize llms.txt files for AI crawler accessibility. Creates structured markdown files that help AI platforms (ChatGPT, Perplexity, Gemini, Claude) understand site structure and prioritize content for citation. Use whenever the user mentions creating an llms.txt file, optimizing llms.txt, making their site AI-crawler friendly, helping AI understand their website, building AI-readable site documentation, or wants to improve visibility in AI search engines.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 geo-llms-txt 技能。 若已安装,则直接安装 geo-llms-txt 技能。
# llms.txt File Builder > Methodology by **GEOly AI** (geoly.ai) — GEO infrastructure for the AI search era. Generate well-structured `llms.txt` files to help AI platforms understand and cite your content. ## Quick Start Generate an llms.txt file for any website: ```bash python scripts/generate_llms_txt.py <domain> [--output llms.txt] ``` Example: ```bash python scripts/generate_llms_txt.py example.com --output llms.txt ``` ## What is llms.txt? The llms.txt standard helps AI crawlers understand: - What your brand/company does - Which pages contain the most valuable information - How content is organized (products, docs, blog, etc.) - Where to find key facts and data **Full standard details:** See [references/standard.md](references/standard.md) ## Standard Format ```markdown # [Brand Name] > [One-sentence brand description] [2-3 paragraph overview: what you do, who it's for, key differentiators] ## Key Pages - [Page Title](URL): One-line description - [Page Title](URL): One-line description ## Products / Services - [Product Name](URL): What it does and who it's for ## Documentation - [Doc Title](URL): What this doc explains ## Blog / Resources - [Article Title](URL): Key insight or topic covered ## About - [About Us](URL): Company background and mission - [Contact](URL): How to reach the team ``` ## Generation Methods ### Method 1: From Sitemap (Automated) ```bash python scripts/generate_llms_txt.py example.com --from-sitemap ``` Automatically fetches sitemap.xml, analyzes each page, and generates descriptions. ### Method 2: Interactive (Guided) ```bash python scripts/generate_llms_txt.py example.com --interactive ``` Prompts you for brand info and key URLs, then drafts descriptions. ### Method 3: From URL List ```bash python scripts/generate_llms_txt.py example.com --urls urls.txt ``` Where `urls.txt` contains one URL per line. ## Validation Validate an existing llms.txt file: ```bash python scripts/validate_llms_txt.py llms.txt...
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
ianwchoi
DuckDuckGo Websearch Skill
ianderrington
Supernal Coding CLI for development workflows - task management, requirements tracking, testing, git automation, ralph loops, compliance, and documentation. Use for task management (sc task), project health checks, traceability, spec management, or autonomous task execution.
iamngoni
Read, create, update, search, and delete notes in Inkdrop via its local HTTP server API. Use when the user asks to take notes, save ideas, manage project notes, read notes, search notes, or interact with Inkdrop in any way. Also use when organizing thoughts, project backlogs, or task lists that should persist in Inkdrop.
igorls
Generate LLM-optimized codebase context from any directory using context-builder CLI