external-docs

Fetch and parse llms.txt sitemaps to retrieve targeted documentation pages.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/promobase/openpromo --skill external-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: external-docs
Source: https://github.com/promobase/openpromo/tree/main/.claude/skills/external-docs
Command: npx skills add https://github.com/promobase/openpromo --skill external-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating how to access up-to-date documentation across many services by using llms.txt references as navigable sitemaps.

Core Features & Use Cases

  • LLMS.txt sitemap usage: quickly locate available documentation pages for a service.
  • On-demand page retrieval: fetch specific documentation pages needed for a task.
  • Knowledge assimilation: apply retrieved docs to guide API integration and product decisions.

Quick Start

Fetch the llms.txt for the service you are researching, then open the pages you need.

Frequently Asked Questions about external-docs

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

FAQPage Schema
How do I use llms.txt to find external documentation for a service?

You use llms.txt as a navigable sitemap by fetching the file to quickly locate available documentation pages, then retrieve specific targeted pages needed for your integration tasks.

What is the best way to keep up with up-to-date API documentation across multiple providers?

Using llms.txt references as navigable sitemaps allows developers and product teams to coordinate access to up-to-date external documentation across many different service providers.

Can I fetch specific external web pages on demand using llms.txt sitemaps?

Yes, after parsing the llms.txt sitemap to identify available URLs, you can perform on-demand page retrieval to fetch the specific external documentation pages required for your task.

Does retrieving external docs via llms.txt require internet access?

Yes, this process requires internet access because it must fetch the llms.txt files from the web, parse them for URLs, and retrieve the targeted documentation pages.

How do I apply retrieved external docs to guide API integration?

After fetching the specific documentation pages, you assimilate the retrieved knowledge to guide your API integration decisions and product development tasks effectively.